Color Hex Logo

#9d584d Color Hex

#9D584D
(157,88,77)
0 Favorites   0 Comments

Color spaces of #9d584d

RGB 1578877
HSL0.020.340.46
HSV51°62°
CMYK 0.000.440.51   0.38
XYZ18.733914.68348.8680
Yxy14.68340.44300.3472
Hunter Lab38.318920.209513.1020
CIE-Lab45.197527.200118.8197

#9d584d color RGB value is (157,88,77).

#9d584d hex color red value is 157, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9d584d hue: 0.02 , saturation: 0.34 and the lightness value of 9d584d is 0.46.

The process color (four color CMYK) of #9d584d color hex is 0.00, 0.44, 0.51, 0.38. Web safe color of #9d584d is #996666. Color #9d584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01011000 01001101
Octal 235 130 115
Decimal 157 88 77
Hex 9D 58 4D

RGB Percentages of Color #9d584d

%48.76
%27.33
%23.91

CMYK Percentages of Color #9d584d

%0
%44
%51
%38

Triadic Colors of #9d584d

#9d584d #4d9d58 #584d9d

Analogous Colors of #9d584d

#9d584d #9d804d #9d4d6a

Monochromatic Colors of #9d584d

#9d584d

Complementary Color

#9d584d #4d929d

#9d584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d584d Color CSS Codes

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

#9d584d Text Font Color

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

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


#9d584d Background Color

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

This div background color is #9d584d


#9d584d Border Color

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

This div border color is #9d584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d584d;
  -webkit-box-shadow: 1px 1px 3px 2px #9d584d;
  box-shadow:         1px 1px 3px 2px #9d584d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,88,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d584d


Comments

No comments written yet.

Please login to write comment.