Color Hex Logo

#9b955a Color Hex

#9B955A
(155,149,90)
0 Favorites   0 Comments

Color spaces of #9b955a

RGB 15514990
HSL0.150.270.48
HSV54°42°61°
CMYK 0.000.040.42   0.39
XYZ26.110529.201613.9332
Yxy29.20160.37710.4217
Hunter Lab54.0385-8.319222.5397
CIE-Lab60.9591-6.686331.9037

#9b955a color RGB value is (155,149,90).

#9b955a hex color red value is 155, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #9b955a hue: 0.15 , saturation: 0.27 and the lightness value of 9b955a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10010101 01011010
Octal 233 225 132
Decimal 155 149 90
Hex 9B 95 5A

RGB Percentages of Color #9b955a

%39.34
%37.82
%22.84

CMYK Percentages of Color #9b955a

%0
%4
%42
%39

Triadic Colors of #9b955a

#9b955a #5a9b95 #955a9b

Analogous Colors of #9b955a

#9b955a #819b5a #9b755a

Monochromatic Colors of #9b955a

#9b955a

Complementary Color

#9b955a #5a609b

#9b955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b955a Color CSS Codes

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

#9b955a Text Font Color

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

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


#9b955a Background Color

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

This div background color is #9b955a


#9b955a Border Color

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

This div border color is #9b955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b955a


Comments

No comments written yet.

Please login to write comment.