COLOR #9D9074

HEX: #9D9074 RGB: (157,144,116)

Color info

#9D9074 contains red, green and blue colors in about the same proportion. Web safe color of #9D9074 is #999966 (or #996).

RGB color model

#9D9074 color RGB value is (157,144,116).

RGB: (157,144,116) (62%, 56%, 45%)

RGB channels and saturation

R 157 of 255 = 62%
G 144 of 255 = 56%
B 116 of 255 = 45%

157
144
116

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

Portions of RGB colors in percentages

R + G + B = 157 + 144 + 116 = 417 (100%)
R 157 of 417 ~ 37.65%
G 144 of 417 ~ 34.53%
B 116 of 417 ~ 27.82'%

%37.65
%34.53
%27.82

CMYK color model

#9D9074 color CMYK value is (0,8,26,38).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 26.11%
  • key color value is 38.43%

CMYK: (0,8,26,38)
C0M8Y26K38 (0%, 8%, 26%, 38%)
(0.00 / 0.08 / 0.26 / 0.38)

CMYK percentages

%0
%8.28
%26.11
%38.43

Codes

Color #9D9074 in popluar color models

9D 90 74
RGB 157 144 116
HSL 41° 17.30% 53.53%
HSB/HSV 41° 26.11% 61.57%
CMYK 0.00% 8.28% 26.11%
38.43%

Color #9D9074 in popluar number systems.

HEX 9D 90 74
Decimal 157 144 116
Binary 10011101 10010000 1110100
Octal 235 220 164

Shades and tints

Shades of #9D9074

#9D9074
(157,144,116)
#8F836A
(143,131,106)
#817660
(129,118,96)
#736956
(115,105,86)
#655C4C
(101,92,76)
#574F42
(87,79,66)
#494238
(73,66,56)
#3B352E
(59,53,46)
#2D2824
(45,40,36)
#1F1B1A
(31,27,26)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #9D9074

#9D9074
(157,144,116)
#A59A80
(165,154,128)
#ADA48C
(173,164,140)
#B5AE98
(181,174,152)
#BDB8A4
(189,184,164)
#C5C2B0
(197,194,176)
#CDCCBC
(205,204,188)
#D5D6C8
(213,214,200)
#DDE0D4
(221,224,212)
#E5EAE0
(229,234,224)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9074 color. Also use rgb(157,144,116) instead hex code.

Text Font Color

.myTextColor { color: #9D9074; }

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

This text font color is #9D9074.

Background Color

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

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

This div background color is #9D9074.

Border color

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

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

This div border color is #9D9074.

Opacity

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

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

Text with #9D9074 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 #9D9074;}

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

This text has shadow with #9D9074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9074.

Preview

Color preview on black background

This text has color #9D9074 on black background.


Color preview on white background

This text has color #9D9074 on white background.


Black color preview on #9D9074 background

This text has black color on #9D9074 background.


White color preview on #9D9074 background

This text has white color on #9D9074 background.


Related colors

Complementary color

Complementary color for #hex is #626F8B.


I love getcolorcode.com

Triadic colors

1 #749D90 and #90749D with #9D9074 are triadic colors.

2 #74909D and #909D74 with #9D9074 are triadic colors.