Color Hex Logo

#9d531f Color Hex

#9D531F
(157,83,31)
0 Favorites   0 Comments

Color spaces of #9d531f

RGB 1578331
HSL0.070.670.37
HSV25°80°62°
CMYK 0.000.470.80   0.38
XYZ17.245213.45352.9842
Yxy13.45350.51200.3994
Hunter Lab36.679019.736220.8515
CIE-Lab43.438826.859442.1803

#9d531f color RGB value is (157,83,31).

#9d531f hex color red value is 157, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9d531f hue: 0.07 , saturation: 0.67 and the lightness value of 9d531f is 0.37.

The process color (four color CMYK) of #9d531f color hex is 0.00, 0.47, 0.80, 0.38. Web safe color of #9d531f is #996633. Color #9d531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01010011 00011111
Octal 235 123 37
Decimal 157 83 31
Hex 9D 53 1F

RGB Percentages of Color #9d531f

%57.93
%30.63
%11.44

CMYK Percentages of Color #9d531f

%0
%47
%80
%38

Triadic Colors of #9d531f

#9d531f #1f9d53 #531f9d

Analogous Colors of #9d531f

#9d531f #9d921f #9d1f2a

Monochromatic Colors of #9d531f

#9d531f

Complementary Color

#9d531f #1f699d

#9d531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d531f Color CSS Codes

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

#9d531f Text Font Color

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

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


#9d531f Background Color

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

This div background color is #9d531f


#9d531f Border Color

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

This div border color is #9d531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d531f


Comments

No comments written yet.

Please login to write comment.