Color Hex Logo

#9b871f Color Hex

#9B871F
(155,135,31)
0 Favorites   0 Comments

Color spaces of #9b871f

RGB 15513531
HSL0.140.670.36
HSV50°80°61°
CMYK 0.000.130.80   0.39
XYZ22.428924.39544.8230
Yxy24.39540.43430.4723
Hunter Lab49.3917-5.378228.7846
CIE-Lab56.4815-3.443154.2036

#9b871f color RGB value is (155,135,31).

#9b871f hex color red value is 155, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9b871f hue: 0.14 , saturation: 0.67 and the lightness value of 9b871f is 0.36.

The process color (four color CMYK) of #9b871f color hex is 0.00, 0.13, 0.80, 0.39. Web safe color of #9b871f is #999933. Color #9b871f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000111 00011111
Octal 233 207 37
Decimal 155 135 31
Hex 9B 87 1F

RGB Percentages of Color #9b871f

%48.29
%42.06
%9.66

CMYK Percentages of Color #9b871f

%0
%13
%80
%39

Triadic Colors of #9b871f

#9b871f #1f9b87 #871f9b

Analogous Colors of #9b871f

#9b871f #719b1f #9b491f

Monochromatic Colors of #9b871f

#9b871f

Complementary Color

#9b871f #1f339b

#9b871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b871f Color CSS Codes

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

#9b871f Text Font Color

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

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


#9b871f Background Color

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

This div background color is #9b871f


#9b871f Border Color

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

This div border color is #9b871f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b871f


Comments

No comments written yet.

Please login to write comment.