Color Hex Logo

#9b574e Color Hex

#9B574E
(155,87,78)
0 Favorites   0 Comments

Color spaces of #9b574e

RGB 1558778
HSL0.020.330.46
HSV50°61°
CMYK 0.000.440.50   0.39
XYZ18.300914.33509.0101
Yxy14.33500.43940.3442
Hunter Lab37.861620.022612.3936
CIE-Lab44.709627.043817.5179

#9b574e color RGB value is (155,87,78).

#9b574e hex color red value is 155, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #9b574e hue: 0.02 , saturation: 0.33 and the lightness value of 9b574e is 0.46.

The process color (four color CMYK) of #9b574e color hex is 0.00, 0.44, 0.50, 0.39. Web safe color of #9b574e is #996666. Color #9b574e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01010111 01001110
Octal 233 127 116
Decimal 155 87 78
Hex 9B 57 4E

RGB Percentages of Color #9b574e

%48.44
%27.19
%24.38

CMYK Percentages of Color #9b574e

%0
%44
%50
%39

Triadic Colors of #9b574e

#9b574e #4e9b57 #574e9b

Analogous Colors of #9b574e

#9b574e #9b7e4e #9b4e6c

Monochromatic Colors of #9b574e

#9b574e

Complementary Color

#9b574e #4e929b

#9b574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b574e Color CSS Codes

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

#9b574e Text Font Color

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

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


#9b574e Background Color

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

This div background color is #9b574e


#9b574e Border Color

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

This div border color is #9b574e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b574e


Comments

No comments written yet.

Please login to write comment.