COLOR #8C3475

HEX: #8C3475
RGB: (140,52,117)

Color info

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

RGB color model

#8C3475 color RGB value is (140,52,117).

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

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 117 of 255 = 46%

140
52
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 117 = 309 (100%)
R 140 of 309 ~ 45.31%
G 52 of 309 ~ 16.83%
B 117 of 309 ~ 37.86%

%45.31
%16.83
%37.86

CMYK color model

#8C3475 color CMYK value is (0,63,16,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(0,63,16,45)
C0M63Y16K45 
(0%,63%,16%,45%)
(0.00/0.63/0.16/0.45)	

CMYK percentages

%0
%62.86
%16.43
%45.1

Codes

Color #8C3475 in popluar color models

8C3475
RGB14052117
HSL316°45.83%37.65%
HSB/HSV316°62.86%54.90%
CMYK0.00%62.86%16.43%
45.10%

Color #8C3475 in popluar number systems.

HEX8C3475
Decimal14052117
Binary100011001101001110101
Octal21464165

Shades and tints

Shades of #8C3475

#8C3475
(140,52,117)
#80306B
(128,48,107)
#742C61
(116,44,97)
#682857
(104,40,87)
#5C244D
(92,36,77)
#502043
(80,32,67)
#441C39
(68,28,57)
#38182F
(56,24,47)
#2C1425
(44,20,37)
#20101B
(32,16,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #8C3475

#8C3475
(140,52,117)
#964681
(150,70,129)
#A0588D
(160,88,141)
#AA6A99
(170,106,153)
#B47CA5
(180,124,165)
#BE8EB1
(190,142,177)
#C8A0BD
(200,160,189)
#D2B2C9
(210,178,201)
#DCC4D5
(220,196,213)
#E6D6E1
(230,214,225)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3475; }

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

This text font color is #8C3475.


Background Color

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

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

This div background color is #8C3475.


Border color

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

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

This div border color is #8C3475.


Opacity

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

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

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

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

This text has shadow with #8C3475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3475 on black background.


Color preview on white background

This text has color #8C3475 on white background.



Black color preview on #8C3475 background

This text has black color on #8C3475 background.


White color preview on #8C3475 background

This text has white color on #8C3475 background.