Color Hex Logo

#9f897b Color Hex

#9F897B
(159,137,123)
0 Favorites   0 Comments

Color spaces of #9f897b

RGB 159137123
HSL0.060.160.55
HSV23°23°62°
CMYK 0.000.140.23   0.38
XYZ26.818926.692322.4775
Yxy26.69230.35290.3513
Hunter Lab51.66462.245710.3702
CIE-Lab58.68846.014510.5708

#9f897b color RGB value is (159,137,123).

#9f897b hex color red value is 159, green value is 137 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9f897b hue: 0.06 , saturation: 0.16 and the lightness value of 9f897b is 0.55.

The process color (four color CMYK) of #9f897b color hex is 0.00, 0.14, 0.23, 0.38. Web safe color of #9f897b is #999966. Color #9f897b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10001001 01111011
Octal 237 211 173
Decimal 159 137 123
Hex 9F 89 7B

RGB Percentages of Color #9f897b

%37.95
%32.70
%29.36

CMYK Percentages of Color #9f897b

%0
%14
%23
%38

Triadic Colors of #9f897b

#9f897b #7b9f89 #897b9f

Analogous Colors of #9f897b

#9f897b #9f9b7b #9f7b7f

Monochromatic Colors of #9f897b

#9f897b

Complementary Color

#9f897b #7b919f

#9f897b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f897b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f897b Color CSS Codes

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

#9f897b Text Font Color

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

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


#9f897b Background Color

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

This div background color is #9f897b


#9f897b Border Color

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

This div border color is #9f897b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,137,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f897b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f897b;
  -webkit-box-shadow: 1px 1px 3px 2px #9f897b;
  box-shadow:         1px 1px 3px 2px #9f897b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,137,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f897b


Comments

No comments written yet.

Please login to write comment.