Color Hex Logo

#9d473e Color Hex

#9D473E
(157,71,62)
0 Favorites   0 Comments

Color spaces of #9d473e

RGB 1577162
HSL0.020.430.43
HSV61°62°
CMYK 0.000.550.61   0.38
XYZ17.027412.02245.9805
Yxy12.02240.48610.3432
Hunter Lab34.673326.979514.0449
CIE-Lab41.251735.089722.6849

#9d473e color RGB value is (157,71,62).

#9d473e hex color red value is 157, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9d473e hue: 0.02 , saturation: 0.43 and the lightness value of 9d473e is 0.43.

The process color (four color CMYK) of #9d473e color hex is 0.00, 0.55, 0.61, 0.38. Web safe color of #9d473e is #993333. Color #9d473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01000111 00111110
Octal 235 107 76
Decimal 157 71 62
Hex 9D 47 3E

RGB Percentages of Color #9d473e

%54.14
%24.48
%21.38

CMYK Percentages of Color #9d473e

%0
%55
%61
%38

Triadic Colors of #9d473e

#9d473e #3e9d47 #473e9d

Analogous Colors of #9d473e

#9d473e #9d773e #9d3e65

Monochromatic Colors of #9d473e

#9d473e

Complementary Color

#9d473e #3e949d

#9d473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d473e Color CSS Codes

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

#9d473e Text Font Color

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

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


#9d473e Background Color

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

This div background color is #9d473e


#9d473e Border Color

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

This div border color is #9d473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d473e


Comments

No comments written yet.

Please login to write comment.