Color Hex Logo

#9d954d Color Hex

#9D954D
(157,149,77)
0 Favorites   0 Comments

Color spaces of #9d954d

RGB 15714977
HSL0.150.340.46
HSV54°51°62°
CMYK 0.000.050.51   0.38
XYZ25.991629.198811.2872
Yxy29.19880.39100.4392
Hunter Lab54.0359-8.703325.4404
CIE-Lab60.9567-7.169838.7321

#9d954d color RGB value is (157,149,77).

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

The process color (four color CMYK) of #9d954d color hex is 0.00, 0.05, 0.51, 0.38. Web safe color of #9d954d is #999966. Color #9d954d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010101 01001101
Octal 235 225 115
Decimal 157 149 77
Hex 9D 95 4D

RGB Percentages of Color #9d954d

%40.99
%38.90
%20.10

CMYK Percentages of Color #9d954d

%0
%5
%51
%38

Triadic Colors of #9d954d

#9d954d #4d9d95 #954d9d

Analogous Colors of #9d954d

#9d954d #7d9d4d #9d6d4d

Monochromatic Colors of #9d954d

#9d954d

Complementary Color

#9d954d #4d559d

#9d954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d954d Color CSS Codes

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

#9d954d Text Font Color

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

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


#9d954d Background Color

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

This div background color is #9d954d


#9d954d Border Color

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

This div border color is #9d954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d954d


Comments

No comments written yet.

Please login to write comment.