COLOR #8C4875

HEX: #8C4875
RGB: (140,72,117)

Color info

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

RGB color model

#8C4875 color RGB value is (140,72,117).

  • red value is 140;
  • green value is 72;
  • blue value is 117.
RGB:
(140,72,117)
(55%,28%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 117 of 255 = 46%

140
72
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 117 = 329 (100%)
R 140 of 329 ~ 42.55%
G 72 of 329 ~ 21.88%
B 117 of 329 ~ 35.56%

%42.55
%21.88
%35.56

CMYK color model

#8C4875 color CMYK value is (0,49,16,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(0,49,16,45)
C0M49Y16K45 
(0%,49%,16%,45%)
(0.00/0.49/0.16/0.45)	

CMYK percentages

%0
%48.57
%16.43
%45.1

Codes

Color #8C4875 in popluar color models

8C4875
RGB14072117
HSL320°32.08%41.57%
HSB/HSV320°48.57%54.90%
CMYK0.00%48.57%16.43%
45.10%

Color #8C4875 in popluar number systems.

HEX8C4875
Decimal14072117
Binary1000110010010001110101
Octal214110165

Shades and tints

Shades of #8C4875

#8C4875
(140,72,117)
#80426B
(128,66,107)
#743C61
(116,60,97)
#683657
(104,54,87)
#5C304D
(92,48,77)
#502A43
(80,42,67)
#442439
(68,36,57)
#381E2F
(56,30,47)
#2C1825
(44,24,37)
#20121B
(32,18,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #8C4875

#8C4875
(140,72,117)
#965881
(150,88,129)
#A0688D
(160,104,141)
#AA7899
(170,120,153)
#B488A5
(180,136,165)
#BE98B1
(190,152,177)
#C8A8BD
(200,168,189)
#D2B8C9
(210,184,201)
#DCC8D5
(220,200,213)
#E6D8E1
(230,216,225)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4875; }

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

This text font color is #8C4875.


Background Color

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

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

This div background color is #8C4875.


Border color

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

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

This div border color is #8C4875.


Opacity

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

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

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

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

This text has shadow with #8C4875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4875 on black background.


Color preview on white background

This text has color #8C4875 on white background.



Black color preview on #8C4875 background

This text has black color on #8C4875 background.


White color preview on #8C4875 background

This text has white color on #8C4875 background.