Color Hex Logo

#9b957a Color Hex

#9B957A
(155,149,122)
0 Favorites   0 Comments

Color spaces of #9b957a

RGB 155149122
HSL0.140.140.54
HSV49°21°61°
CMYK 0.000.040.21   0.39
XYZ27.777929.868622.7135
Yxy29.86860.34570.3717
Hunter Lab54.6522-4.915613.6155
CIE-Lab61.5407-2.416415.0763

#9b957a color RGB value is (155,149,122).

#9b957a hex color red value is 155, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9b957a hue: 0.14 , saturation: 0.14 and the lightness value of 9b957a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10010101 01111010
Octal 233 225 172
Decimal 155 149 122
Hex 9B 95 7A

RGB Percentages of Color #9b957a

%36.38
%34.98
%28.64

CMYK Percentages of Color #9b957a

%0
%4
%21
%39

Triadic Colors of #9b957a

#9b957a #7a9b95 #957a9b

Analogous Colors of #9b957a

#9b957a #919b7a #9b857a

Monochromatic Colors of #9b957a

#9b957a

Complementary Color

#9b957a #7a809b

#9b957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b957a Color CSS Codes

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

#9b957a Text Font Color

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

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


#9b957a Background Color

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

This div background color is #9b957a


#9b957a Border Color

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

This div border color is #9b957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b957a


Comments

No comments written yet.

Please login to write comment.