Color Hex Logo

#9d953f Color Hex

#9D953F
(157,149,63)
0 Favorites   0 Comments

Color spaces of #9d953f

RGB 15714963
HSL0.150.430.43
HSV55°60°62°
CMYK 0.000.050.60   0.38
XYZ25.549329.02198.9578
Yxy29.02190.40220.4568
Hunter Lab53.8720-9.620627.8517
CIE-Lab60.8010-8.350145.4306

#9d953f color RGB value is (157,149,63).

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

The process color (four color CMYK) of #9d953f color hex is 0.00, 0.05, 0.60, 0.38. Web safe color of #9d953f is #999933. Color #9d953f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010101 00111111
Octal 235 225 77
Decimal 157 149 63
Hex 9D 95 3F

RGB Percentages of Color #9d953f

%42.55
%40.38
%17.07

CMYK Percentages of Color #9d953f

%0
%5
%60
%38

Triadic Colors of #9d953f

#9d953f #3f9d95 #953f9d

Analogous Colors of #9d953f

#9d953f #769d3f #9d663f

Monochromatic Colors of #9d953f

#9d953f

Complementary Color

#9d953f #3f479d

#9d953f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d953f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d953f Color CSS Codes

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

#9d953f Text Font Color

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

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


#9d953f Background Color

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

This div background color is #9d953f


#9d953f Border Color

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

This div border color is #9d953f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d953f


Comments

No comments written yet.

Please login to write comment.