COLOR #8C4772

HEX: #8C4772
RGB: (140,71,114)

Color info

#8C4772 contains mainly red and blue colors. Web safe color of #8C4772 is #993366 (or #936).

RGB color model

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

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

RGB channels and saturation

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

140
71
114

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

Portions of RGB colors in percentages

R + G + B =
140 + 71 + 114 = 325 (100%)
R 140 of 325 ~ 43.08%
G 71 of 325 ~ 21.85%
B 114 of 325 ~ 35.08%

%43.08
%21.85
%35.08

CMYK color model

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

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

CMYK percentages

%0
%49.29
%18.57
%45.1

Codes

Color #8C4772 in popluar color models

8C4772
RGB14071114
HSL323°32.70%41.37%
HSB/HSV323°49.29%54.90%
CMYK0.00%49.29%18.57%
45.10%

Color #8C4772 in popluar number systems.

HEX8C4772
Decimal14071114
Binary1000110010001111110010
Octal214107162

Shades and tints

Shades of #8C4772

#8C4772
(140,71,114)
#804168
(128,65,104)
#743B5E
(116,59,94)
#683554
(104,53,84)
#5C2F4A
(92,47,74)
#502940
(80,41,64)
#442336
(68,35,54)
#381D2C
(56,29,44)
#2C1722
(44,23,34)
#201118
(32,17,24)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #8C4772

#8C4772
(140,71,114)
#96577E
(150,87,126)
#A0678A
(160,103,138)
#AA7796
(170,119,150)
#B487A2
(180,135,162)
#BE97AE
(190,151,174)
#C8A7BA
(200,167,186)
#D2B7C6
(210,183,198)
#DCC7D2
(220,199,210)
#E6D7DE
(230,215,222)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4772; }

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

This text font color is #8C4772.


Background Color

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

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

This div background color is #8C4772.


Border color

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

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

This div border color is #8C4772.


Opacity

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

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

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

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

This text has shadow with #8C4772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4772 on black background.


Color preview on white background

This text has color #8C4772 on white background.



Black color preview on #8C4772 background

This text has black color on #8C4772 background.


White color preview on #8C4772 background

This text has white color on #8C4772 background.