Color Hex Logo

#8b936f Color Hex

#8B936F
(139,147,111)
0 Favorites   0 Comments

Color spaces of #8b936f

RGB 139147111
HSL0.200.140.51
HSV73°24°58°
CMYK 0.050.000.24   0.42
XYZ23.950427.504119.0854
Yxy27.50410.33950.3899
Hunter Lab52.4444-10.259815.1344
CIE-Lab59.4381-9.352418.1363

#8b936f color RGB value is (139,147,111).

#8b936f hex color red value is 139, green value is 147 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8b936f hue: 0.20 , saturation: 0.14 and the lightness value of 8b936f is 0.51.

The process color (four color CMYK) of #8b936f color hex is 0.05, 0.00, 0.24, 0.42. Web safe color of #8b936f is #999966. Color #8b936f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10010011 01101111
Octal 213 223 157
Decimal 139 147 111
Hex 8B 93 6F

RGB Percentages of Color #8b936f

%35.01
%37.03
%27.96

CMYK Percentages of Color #8b936f

%5
%0
%24
%42

Triadic Colors of #8b936f

#8b936f #6f8b93 #936f8b

Analogous Colors of #8b936f

#8b936f #79936f #93896f

Monochromatic Colors of #8b936f

#8b936f

Complementary Color

#8b936f #776f93

#8b936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b936f Color CSS Codes

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

#8b936f Text Font Color

<p style="color:#8b936f">Text here</p>

This sample text font color is #8b936f
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.


#8b936f Background Color

<div style="background-color:#8b936f">
Div content here</div>

This div background color is #8b936f


#8b936f Border Color

<div style="border:3px solid #8b936f">
Div here</div>

This div border color is #8b936f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,147,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b936f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b936f;
  -webkit-box-shadow: 1px 1px 3px 2px #8b936f;
  box-shadow:         1px 1px 3px 2px #8b936f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b936f


Comments

No comments written yet.

Please login to write comment.