COLOR #8C385E

HEX: #8C385E
RGB: (140,56,94)

Color info

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

RGB color model

#8C385E color RGB value is (140,56,94).

  • red value is 140;
  • green value is 56;
  • blue value is 94.
RGB:
(140,56,94)
(55%,22%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 56 of 255 = 22%
B 94 of 255 = 37%

140
56
94

R + G + B ~ 38%. #8C385E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 56 + 94 = 290 (100%)
R 140 of 290 ~ 48.28%
G 56 of 290 ~ 19.31%
B 94 of 290 ~ 32.41%

%48.28
%19.31
%32.41

CMYK color model

#8C385E color CMYK value is (0,60,33,45).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 32.86%
  • key color value is 45.10%
CMYK:
(0,60,33,45)
C0M60Y33K45 
(0%,60%,33%,45%)
(0.00/0.60/0.33/0.45)	

CMYK percentages

%0
%60
%32.86
%45.1

Codes

Color #8C385E in popluar color models

8C385E
RGB1405694
HSL333°42.86%38.43%
HSB/HSV333°60.00%54.90%
CMYK0.00%60.00%32.86%
45.10%

Color #8C385E in popluar number systems.

HEX8C385E
Decimal1405694
Binary100011001110001011110
Octal21470136

Shades and tints

Shades of #8C385E

#8C385E
(140,56,94)
#803356
(128,51,86)
#742E4E
(116,46,78)
#682946
(104,41,70)
#5C243E
(92,36,62)
#501F36
(80,31,54)
#441A2E
(68,26,46)
#381526
(56,21,38)
#2C101E
(44,16,30)
#200B16
(32,11,22)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #8C385E

#8C385E
(140,56,94)
#964A6C
(150,74,108)
#A05C7A
(160,92,122)
#AA6E88
(170,110,136)
#B48096
(180,128,150)
#BE92A4
(190,146,164)
#C8A4B2
(200,164,178)
#D2B6C0
(210,182,192)
#DCC8CE
(220,200,206)
#E6DADC
(230,218,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C385E; }

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

This text font color is #8C385E.


Background Color

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

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

This div background color is #8C385E.


Border color

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

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

This div border color is #8C385E.


Opacity

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

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

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

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

This text has shadow with #8C385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C385E on black background.


Color preview on white background

This text has color #8C385E on white background.



Black color preview on #8C385E background

This text has black color on #8C385E background.


White color preview on #8C385E background

This text has white color on #8C385E background.