Hex #6e8b3d Color

#6e8b3d
equivalent to

RGB

(110, 139, 61)

Details of #6e8b3d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
110
16.5053
0.23
0.21
54.1511
22.1172
82°
47.0289
139
22.1172
0.39
0.00
-23.4218
0.3554
56°
-19.6536
61
7.8140
0.39
0.56   0.45
37.8374
0.4763
55°
23.0718

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101110
156
110
6E
Green
10001011
213
139
8B
Blue
111101
75
61
3D

RGB in % of #6e8b3d

%35.48
%44.84
%19.68

CMYK in % of #6e8b3d

%21
%0
%56
%45

Triads of color #6e8b3d

#6e8b3d #8b3d6e #3d6e3d

Similar Colors to #6e8b3d

#6e8b3d #8b813d #478b3d

Preview Color #6e8b3d on black ground

#6e8b3d is very interesting for text.

Preview Color #6e8b3d on white ground

#6e8b3d is very interesting for text.

CSS Codes #6e8b3d color

.mybgcolor {background-color:#6e8b3d; }
.myforecolor {color:#6e8b3d; }
.mybordercolor {border:3px solid #6e8b3d; }

Text Font Color #6e8b3d

<p style="color:#6e8b3d">Text here</p>

This sample text font color is #6e8b3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #6e8b3d

<div style="background-color:#6e8b3d">
Div content here</div>

This div background color is #6e8b3d


Border Color #6e8b3d

<div style="border:3px solid #6e8b3d">
Div here</div>

The color of this border is #6e8b3d


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #6e8b3d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #6e8b3d;
-webkit-box-shadow: 1px 1px 3px 2px #6e8b3d;
box-shadow:         1px 1px 3px 2px #6e8b3d; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #6e8b3d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #6e8b3d;
  -webkit-box-shadow: 1px 1px 3px 2px #6e8b3d;
  box-shadow:         1px 1px 3px 2px #6e8b3d;">
Div content here</div>

The shadow of div box using color #6e8b3d