COLOR #9D952D

HEX: #9D952D RGB: (157,149,45)

Color info

#9D952D contains mainly red and green colors. Web safe color of #9D952D is #999933 (or #993).

RGB color model

#9D952D color RGB value is (157,149,45).

RGB: (157,149,45) (62%, 58%, 18%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 45 of 255 = 18%

157
149
45

R + G + B ~ 46%. #9D952D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 149 + 45 = 351 (100%)
R 157 of 351 ~ 44.73%
G 149 of 351 ~ 42.45%
B 45 of 351 ~ 12.82'%

%44.73
%42.45
%12.82

CMYK color model

#9D952D color CMYK value is (0,5,71,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 71.34%
  • key color value is 38.43%

CMYK: (0,5,71,38)
C0M5Y71K38 (0%, 5%, 71%, 38%)
(0.00 / 0.05 / 0.71 / 0.38)

CMYK percentages

%0
%5.1
%71.34
%38.43

Codes

Color #9D952D in popluar color models

9D 95 2D
RGB 157 149 45
HSL 56° 55.45% 39.61%
HSB/HSV 56° 71.34% 61.57%
CMYK 0.00% 5.10% 71.34%
38.43%

Color #9D952D in popluar number systems.

HEX 9D 95 2D
Decimal 157 149 45
Binary 10011101 10010101 101101
Octal 235 225 55

Shades and tints

Shades of #9D952D

#9D952D
(157,149,45)
#8F8829
(143,136,41)
#817B25
(129,123,37)
#736E21
(115,110,33)
#65611D
(101,97,29)
#575419
(87,84,25)
#494715
(73,71,21)
#3B3A11
(59,58,17)
#2D2D0D
(45,45,13)
#1F2009
(31,32,9)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #9D952D

#9D952D
(157,149,45)
#A59E40
(165,158,64)
#ADA753
(173,167,83)
#B5B066
(181,176,102)
#BDB979
(189,185,121)
#C5C28C
(197,194,140)
#CDCB9F
(205,203,159)
#D5D4B2
(213,212,178)
#DDDDC5
(221,221,197)
#E5E6D8
(229,230,216)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D952D color. Also use rgb(157,149,45) instead hex code.

Text Font Color

.myTextColor { color: #9D952D; }

<p style="color:#9D952D">This sample text font color is #9D952D.</p>

This text font color is #9D952D.

Background Color

.myBgColor { background-color: #9D952D; }

<div style="background-color:#9D952D">Inner text</div>

This div background color is #9D952D.

Border color

.myBorderColor { border: 1px solid #9D952D; }

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

This div border color is #9D952D.

Opacity

.myOpacity80 { color: #9D952D; opacity: 0.8; }

<p style="color:#9D952D;opacity:0.8;">80%</p>

Text with #9D952D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9D952D;}

<p style="text-shadow: 3px 3px 1px #9D952D">Text here.</p>

This text has shadow with #9D952D color.


.textShadow {text-shadow: 3px 3px 1px #9D952D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9D952D, 5px 5px 20px red">Text here.</p>

This text has shadow with #9D952D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D952D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9D952D, Direction=45, Strength=4)">Text</p>

This text has shadow with #9D952D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9D952D;
-webkit-box-shadow: 1px 1px 3px 2px #9D952D;
box-shadow: 1px 1px 3px 2px #9D952D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9D952D; -webkit-box-shadow: 1px 1px 3px 2px #9D952D; box-shadow:1px 1px 3px 2px #9D952D;">
Div content here
</div>

This div box has shadow with color #9D952D.

Preview

Color preview on black background

This text has color #9D952D on black background.


Color preview on white background

This text has color #9D952D on white background.


Black color preview on #9D952D background

This text has black color on #9D952D background.


White color preview on #9D952D background

This text has white color on #9D952D background.


Related colors

Complementary color

Complementary color for #hex is #626AD2.


I love getcolorcode.com

Triadic colors

1 #2D9D95 and #952D9D with #9D952D are triadic colors.

2 #2D959D and #959D2D with #9D952D are triadic colors.