Color Hex Logo

#9c875b Color Hex

#9C875B
(156,135,91)
0 Favorites   0 Comments

Color spaces of #9c875b

RGB 15613591
HSL0.110.260.48
HSV41°42°61°
CMYK 0.000.130.42   0.39
XYZ24.262625.151213.4734
Yxy25.15120.38580.3999
Hunter Lab50.1510-1.407519.1770
CIE-Lab57.22241.564026.5822

#9c875b color RGB value is (156,135,91).

#9c875b hex color red value is 156, green value is 135 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9c875b hue: 0.11 , saturation: 0.26 and the lightness value of 9c875b is 0.48.

The process color (four color CMYK) of #9c875b color hex is 0.00, 0.13, 0.42, 0.39. Web safe color of #9c875b is #999966. Color #9c875b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000111 01011011
Octal 234 207 133
Decimal 156 135 91
Hex 9C 87 5B

RGB Percentages of Color #9c875b

%40.84
%35.34
%23.82

CMYK Percentages of Color #9c875b

%0
%13
%42
%39

Triadic Colors of #9c875b

#9c875b #5b9c87 #875b9c

Analogous Colors of #9c875b

#9c875b #919c5b #9c675b

Monochromatic Colors of #9c875b

#9c875b

Complementary Color

#9c875b #5b709c

#9c875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c875b Color CSS Codes

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

#9c875b Text Font Color

<p style="color:#9c875b">Text here</p>

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


#9c875b Background Color

<div style="background-color:#9c875b">
Div content here</div>

This div background color is #9c875b


#9c875b Border Color

<div style="border:3px solid #9c875b">
Div here</div>

This div border color is #9c875b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,135,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c875b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c875b;
  -webkit-box-shadow: 1px 1px 3px 2px #9c875b;
  box-shadow:         1px 1px 3px 2px #9c875b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c875b


Comments

No comments written yet.

Please login to write comment.