COLOR #8B7272

HEX: #8B7272
RGB: (139,114,114)

Color info

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

RGB color model

#8B7272 color RGB value is (139,114,114).

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

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 114 of 255 = 45%

139
114
114

R + G + B ~ 48%. #8B7272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 114 = 367 (100%)
R 139 of 367 ~ 37.87%
G 114 of 367 ~ 31.06%
B 114 of 367 ~ 31.06%

%37.87
%31.06
%31.06

CMYK color model

#8B7272 color CMYK value is (0,18,18,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(0,18,18,45)
C0M18Y18K45 
(0%,18%,18%,45%)
(0.00/0.18/0.18/0.45)	

CMYK percentages

%0
%17.99
%17.99
%45.49

Codes

Color #8B7272 in popluar color models

8B7272
RGB139114114
HSL9.88%49.61%
HSB/HSV17.99%54.51%
CMYK0.00%17.99%17.99%
45.49%

Color #8B7272 in popluar number systems.

HEX8B7272
Decimal139114114
Binary1000101111100101110010
Octal213162162

Shades and tints

Shades of #8B7272

#8B7272
(139,114,114)
#7F6868
(127,104,104)
#735E5E
(115,94,94)
#675454
(103,84,84)
#5B4A4A
(91,74,74)
#4F4040
(79,64,64)
#433636
(67,54,54)
#372C2C
(55,44,44)
#2B2222
(43,34,34)
#1F1818
(31,24,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #8B7272

#8B7272
(139,114,114)
#957E7E
(149,126,126)
#9F8A8A
(159,138,138)
#A99696
(169,150,150)
#B3A2A2
(179,162,162)
#BDAEAE
(189,174,174)
#C7BABA
(199,186,186)
#D1C6C6
(209,198,198)
#DBD2D2
(219,210,210)
#E5DEDE
(229,222,222)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7272 color. Also use rgb(139,114,114) instead hex code.

Text Font Color

.myTextColor { color: #8B7272; }

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

This text font color is #8B7272.


Background Color

.myBgColor { background-color: #8B7272; }

<div style="background-color:#8B7272">Inner text</div>

This div background color is #8B7272.


Border color

.myBorderColor { border: 1px solid #8B7272; }

<div style="border:3px solid #8B7272">Div</div>

This div border color is #8B7272.


Opacity

.myOpacity80 { color: #8B7272; opacity: 0.8; }

<p style="color:#8B7272;opacity:0.8;">80%</p>

Text with #8B7272 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 #8B7272;}

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

This text has shadow with #8B7272 color.

.textShadow {text-shadow: 3px 3px 1px #8B7272, 3px 3px 1px red;}

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

This text has shadow with #8B7272 primary color and red secondary color.


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

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

This text has shadow with #8B7272 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7272 on black background.


Color preview on white background

This text has color #8B7272 on white background.



Black color preview on #8B7272 background

This text has black color on #8B7272 background.


White color preview on #8B7272 background

This text has white color on #8B7272 background.