COLOR #9D9177

HEX: #9D9177
RGB: (157,145,119)

Color info

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

RGB color model

#9D9177 color RGB value is (157,145,119).

  • red value is 157;
  • green value is 145;
  • blue value is 119.
RGB:
(157,145,119)
(62%,57%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 145 of 255 = 57%
B 119 of 255 = 47%

157
145
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 145 + 119 = 421 (100%)
R 157 of 421 ~ 37.29%
G 145 of 421 ~ 34.44%
B 119 of 421 ~ 28.27%

%37.29
%34.44
%28.27

CMYK color model

#9D9177 color CMYK value is (0,8,24,38).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(0,8,24,38)
C0M8Y24K38 
(0%,8%,24%,38%)
(0.00/0.08/0.24/0.38)	

CMYK percentages

%0
%7.64
%24.2
%38.43

Codes

Color #9D9177 in popluar color models

9D9177
RGB157145119
HSL41°16.24%54.12%
HSB/HSV41°24.20%61.57%
CMYK0.00%7.64%24.20%
38.43%

Color #9D9177 in popluar number systems.

HEX9D9177
Decimal157145119
Binary10011101100100011110111
Octal235221167

Shades and tints

Shades of #9D9177

#9D9177
(157,145,119)
#8F846D
(143,132,109)
#817763
(129,119,99)
#736A59
(115,106,89)
#655D4F
(101,93,79)
#575045
(87,80,69)
#49433B
(73,67,59)
#3B3631
(59,54,49)
#2D2927
(45,41,39)
#1F1C1D
(31,28,29)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9D9177

#9D9177
(157,145,119)
#A59B83
(165,155,131)
#ADA58F
(173,165,143)
#B5AF9B
(181,175,155)
#BDB9A7
(189,185,167)
#C5C3B3
(197,195,179)
#CDCDBF
(205,205,191)
#D5D7CB
(213,215,203)
#DDE1D7
(221,225,215)
#E5EBE3
(229,235,227)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9177 color. Also use rgb(157,145,119) instead hex code.

Text Font Color

.myTextColor { color: #9D9177; }

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

This text font color is #9D9177.


Background Color

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

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

This div background color is #9D9177.


Border color

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

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

This div border color is #9D9177.


Opacity

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

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

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

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

This text has shadow with #9D9177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9177 on black background.


Color preview on white background

This text has color #9D9177 on white background.



Black color preview on #9D9177 background

This text has black color on #9D9177 background.


White color preview on #9D9177 background

This text has white color on #9D9177 background.