Color Hex Logo

#9d5d49 Color Hex

#9D5D49
(157,93,73)
0 Favorites   0 Comments

Color spaces of #9d5d49

RGB 1579373
HSL0.040.370.45
HSV14°54°62°
CMYK 0.000.410.54   0.38
XYZ19.021615.47788.2883
Yxy15.47780.44460.3617
Hunter Lab39.341817.455715.0484
CIE-Lab46.281824.008322.6209

#9d5d49 color RGB value is (157,93,73).

#9d5d49 hex color red value is 157, green value is 93 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #9d5d49 hue: 0.04 , saturation: 0.37 and the lightness value of 9d5d49 is 0.45.

The process color (four color CMYK) of #9d5d49 color hex is 0.00, 0.41, 0.54, 0.38. Web safe color of #9d5d49 is #996633. Color #9d5d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01011101 01001001
Octal 235 135 111
Decimal 157 93 73
Hex 9D 5D 49

RGB Percentages of Color #9d5d49

%48.61
%28.79
%22.60

CMYK Percentages of Color #9d5d49

%0
%41
%54
%38

Triadic Colors of #9d5d49

#9d5d49 #499d5d #5d499d

Analogous Colors of #9d5d49

#9d5d49 #9d8749 #9d495f

Monochromatic Colors of #9d5d49

#9d5d49

Complementary Color

#9d5d49 #49899d

#9d5d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d5d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d5d49 Color CSS Codes

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

#9d5d49 Text Font Color

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

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


#9d5d49 Background Color

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

This div background color is #9d5d49


#9d5d49 Border Color

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

This div border color is #9d5d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d5d49


Comments

No comments written yet.

Please login to write comment.