Color Hex Logo

#9d454d Color Hex

#9D454D
(157,69,77)
0 Favorites   0 Comments

Color spaces of #9d454d

RGB 1576977
HSL0.980.390.44
HSV355°56°62°
CMYK 0.000.560.51   0.38
XYZ17.372311.96028.4141
Yxy11.96020.46020.3169
Hunter Lab34.583529.14459.7833
CIE-Lab41.152837.406413.3511

#9d454d color RGB value is (157,69,77).

#9d454d hex color red value is 157, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9d454d hue: 0.98 , saturation: 0.39 and the lightness value of 9d454d is 0.44.

The process color (four color CMYK) of #9d454d color hex is 0.00, 0.56, 0.51, 0.38. Web safe color of #9d454d is #993366. Color #9d454d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01000101 01001101
Octal 235 105 115
Decimal 157 69 77
Hex 9D 45 4D

RGB Percentages of Color #9d454d

%51.82
%22.77
%25.41

CMYK Percentages of Color #9d454d

%0
%56
%51
%38

Triadic Colors of #9d454d

#9d454d #4d9d45 #454d9d

Analogous Colors of #9d454d

#9d454d #9d6945 #9d4579

Monochromatic Colors of #9d454d

#9d454d

Complementary Color

#9d454d #459d95

#9d454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d454d Color CSS Codes

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

#9d454d Text Font Color

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

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


#9d454d Background Color

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

This div background color is #9d454d


#9d454d Border Color

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

This div border color is #9d454d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,69,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 #9d454d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d454d


Comments

No comments written yet.

Please login to write comment.