COLOR #9D7574

HEX: #9D7574
RGB: (157,117,116)

Color info

#9D7574 contains red, green and blue colors in about the same proportion. Web safe color of #9D7574 is #996666 (or #966).

RGB color model

#9D7574 color RGB value is (157,117,116).

  • red value is 157;
  • green value is 117;
  • blue value is 116.
RGB:
(157,117,116)
(62%,46%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 116 of 255 = 45%

157
117
116

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

Portions of RGB colors in percentages

R + G + B =
157 + 117 + 116 = 390 (100%)
R 157 of 390 ~ 40.26%
G 117 of 390 ~ 30%
B 116 of 390 ~ 29.74%

%40.26
%30
%29.74

CMYK color model

#9D7574 color CMYK value is (0,25,26,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(0,25,26,38)
C0M25Y26K38 
(0%,25%,26%,38%)
(0.00/0.25/0.26/0.38)	

CMYK percentages

%0
%25.48
%26.11
%38.43

Codes

Color #9D7574 in popluar color models

9D7574
RGB157117116
HSL17.30%53.53%
HSB/HSV26.11%61.57%
CMYK0.00%25.48%26.11%
38.43%

Color #9D7574 in popluar number systems.

HEX9D7574
Decimal157117116
Binary1001110111101011110100
Octal235165164

Shades and tints

Shades of #9D7574

#9D7574
(157,117,116)
#8F6B6A
(143,107,106)
#816160
(129,97,96)
#735756
(115,87,86)
#654D4C
(101,77,76)
#574342
(87,67,66)
#493938
(73,57,56)
#3B2F2E
(59,47,46)
#2D2524
(45,37,36)
#1F1B1A
(31,27,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #9D7574

#9D7574
(157,117,116)
#A58180
(165,129,128)
#AD8D8C
(173,141,140)
#B59998
(181,153,152)
#BDA5A4
(189,165,164)
#C5B1B0
(197,177,176)
#CDBDBC
(205,189,188)
#D5C9C8
(213,201,200)
#DDD5D4
(221,213,212)
#E5E1E0
(229,225,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7574; }

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

This text font color is #9D7574.


Background Color

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

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

This div background color is #9D7574.


Border color

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

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

This div border color is #9D7574.


Opacity

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

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

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

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

This text has shadow with #9D7574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7574 on black background.


Color preview on white background

This text has color #9D7574 on white background.



Black color preview on #9D7574 background

This text has black color on #9D7574 background.


White color preview on #9D7574 background

This text has white color on #9D7574 background.