COLOR #8C4685

HEX: #8C4685
RGB: (140,70,133)

Color info

#8C4685 contains mainly red and blue colors. Web safe color of #8C4685 is #993399 (or #939).

RGB color model

#8C4685 color RGB value is (140,70,133).

  • red value is 140;
  • green value is 70;
  • blue value is 133.
RGB:
(140,70,133)
(55%,27%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 133 of 255 = 52%

140
70
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 133 = 343 (100%)
R 140 of 343 ~ 40.82%
G 70 of 343 ~ 20.41%
B 133 of 343 ~ 38.78%

%40.82
%20.41
%38.78

CMYK color model

#8C4685 color CMYK value is (0,50,5,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.00%
  • key color value is 45.10%
CMYK:
(0,50,5,45)
C0M50Y5K45 
(0%,50%,5%,45%)
(0.00/0.50/0.05/0.45)	

CMYK percentages

%0
%50
%5
%45.1

Codes

Color #8C4685 in popluar color models

8C4685
RGB14070133
HSL306°33.33%41.18%
HSB/HSV306°50.00%54.90%
CMYK0.00%50.00%5.00%
45.10%

Color #8C4685 in popluar number systems.

HEX8C4685
Decimal14070133
Binary10001100100011010000101
Octal214106205

Shades and tints

Shades of #8C4685

#8C4685
(140,70,133)
#804079
(128,64,121)
#743A6D
(116,58,109)
#683461
(104,52,97)
#5C2E55
(92,46,85)
#502849
(80,40,73)
#44223D
(68,34,61)
#381C31
(56,28,49)
#2C1625
(44,22,37)
#201019
(32,16,25)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #8C4685

#8C4685
(140,70,133)
#965690
(150,86,144)
#A0669B
(160,102,155)
#AA76A6
(170,118,166)
#B486B1
(180,134,177)
#BE96BC
(190,150,188)
#C8A6C7
(200,166,199)
#D2B6D2
(210,182,210)
#DCC6DD
(220,198,221)
#E6D6E8
(230,214,232)
#F0E6F3
(240,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4685; }

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

This text font color is #8C4685.


Background Color

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

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

This div background color is #8C4685.


Border color

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

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

This div border color is #8C4685.


Opacity

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

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

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

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

This text has shadow with #8C4685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4685 on black background.


Color preview on white background

This text has color #8C4685 on white background.



Black color preview on #8C4685 background

This text has black color on #8C4685 background.


White color preview on #8C4685 background

This text has white color on #8C4685 background.