COLOR #9D7272

HEX: #9D7272
RGB: (157,114,114)

Color info

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

RGB color model

#9D7272 color RGB value is (157,114,114).

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

RGB channels and saturation

R 157 of 255 = 62%
G 114 of 255 = 45%
B 114 of 255 = 45%

157
114
114

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

Portions of RGB colors in percentages

R + G + B =
157 + 114 + 114 = 385 (100%)
R 157 of 385 ~ 40.78%
G 114 of 385 ~ 29.61%
B 114 of 385 ~ 29.61%

%40.78
%29.61
%29.61

CMYK color model

#9D7272 color CMYK value is (0,27,27,38).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(0,27,27,38)
C0M27Y27K38 
(0%,27%,27%,38%)
(0.00/0.27/0.27/0.38)	

CMYK percentages

%0
%27.39
%27.39
%38.43

Codes

Color #9D7272 in popluar color models

9D7272
RGB157114114
HSL17.99%53.14%
HSB/HSV27.39%61.57%
CMYK0.00%27.39%27.39%
38.43%

Color #9D7272 in popluar number systems.

HEX9D7272
Decimal157114114
Binary1001110111100101110010
Octal235162162

Shades and tints

Shades of #9D7272

#9D7272
(157,114,114)
#8F6868
(143,104,104)
#815E5E
(129,94,94)
#735454
(115,84,84)
#654A4A
(101,74,74)
#574040
(87,64,64)
#493636
(73,54,54)
#3B2C2C
(59,44,44)
#2D2222
(45,34,34)
#1F1818
(31,24,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #9D7272

#9D7272
(157,114,114)
#A57E7E
(165,126,126)
#AD8A8A
(173,138,138)
#B59696
(181,150,150)
#BDA2A2
(189,162,162)
#C5AEAE
(197,174,174)
#CDBABA
(205,186,186)
#D5C6C6
(213,198,198)
#DDD2D2
(221,210,210)
#E5DEDE
(229,222,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7272; }

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

This text font color is #9D7272.


Background Color

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

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

This div background color is #9D7272.


Border color

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

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

This div border color is #9D7272.


Opacity

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

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

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

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

This text has shadow with #9D7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7272 on black background.


Color preview on white background

This text has color #9D7272 on white background.



Black color preview on #9D7272 background

This text has black color on #9D7272 background.


White color preview on #9D7272 background

This text has white color on #9D7272 background.