Color Hex Logo

#8b9368 Color Hex

#8B9368
(139,147,104)
0 Favorites   0 Comments

Color spaces of #8b9368

RGB 139147104
HSL0.200.170.49
HSV71°29°58°
CMYK 0.050.000.29   0.42
XYZ23.579927.355917.1341
Yxy27.35590.34640.4019
Hunter Lab52.3029-11.056217.1890
CIE-Lab59.3023-10.404321.8548

#8b9368 color RGB value is (139,147,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10010011 01101000
Octal 213 223 150
Decimal 139 147 104
Hex 8B 93 68

RGB Percentages of Color #8b9368

%35.64
%37.69
%26.67

CMYK Percentages of Color #8b9368

%5
%0
%29
%42

Triadic Colors of #8b9368

#8b9368 #688b93 #93688b

Analogous Colors of #8b9368

#8b9368 #769368 #938668

Monochromatic Colors of #8b9368

#8b9368

Complementary Color

#8b9368 #706893

#8b9368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b9368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b9368 Color CSS Codes

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

#8b9368 Text Font Color

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

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


#8b9368 Background Color

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

This div background color is #8b9368


#8b9368 Border Color

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

This div border color is #8b9368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b9368


Comments

No comments written yet.

Please login to write comment.