COLOR #8C7272

HEX: #8C7272
RGB: (140,114,114)

Color info

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

RGB color model

#8C7272 color RGB value is (140,114,114).

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

RGB channels and saturation

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

140
114
114

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

Portions of RGB colors in percentages

R + G + B =
140 + 114 + 114 = 368 (100%)
R 140 of 368 ~ 38.04%
G 114 of 368 ~ 30.98%
B 114 of 368 ~ 30.98%

%38.04
%30.98
%30.98

CMYK color model

#8C7272 color CMYK value is (0,19,19,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(0,19,19,45)
C0M19Y19K45 
(0%,19%,19%,45%)
(0.00/0.19/0.19/0.45)	

CMYK percentages

%0
%18.57
%18.57
%45.1

Codes

Color #8C7272 in popluar color models

8C7272
RGB140114114
HSL10.24%49.80%
HSB/HSV18.57%54.90%
CMYK0.00%18.57%18.57%
45.10%

Color #8C7272 in popluar number systems.

HEX8C7272
Decimal140114114
Binary1000110011100101110010
Octal214162162

Shades and tints

Shades of #8C7272

#8C7272
(140,114,114)
#806868
(128,104,104)
#745E5E
(116,94,94)
#685454
(104,84,84)
#5C4A4A
(92,74,74)
#504040
(80,64,64)
#443636
(68,54,54)
#382C2C
(56,44,44)
#2C2222
(44,34,34)
#201818
(32,24,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #8C7272

#8C7272
(140,114,114)
#967E7E
(150,126,126)
#A08A8A
(160,138,138)
#AA9696
(170,150,150)
#B4A2A2
(180,162,162)
#BEAEAE
(190,174,174)
#C8BABA
(200,186,186)
#D2C6C6
(210,198,198)
#DCD2D2
(220,210,210)
#E6DEDE
(230,222,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7272; }

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

This text font color is #8C7272.


Background Color

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

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

This div background color is #8C7272.


Border color

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

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

This div border color is #8C7272.


Opacity

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

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

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

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

This text has shadow with #8C7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7272 on black background.


Color preview on white background

This text has color #8C7272 on white background.



Black color preview on #8C7272 background

This text has black color on #8C7272 background.


White color preview on #8C7272 background

This text has white color on #8C7272 background.