COLOR #8C425A

HEX: #8C425A
RGB: (140,66,90)

Color info

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

RGB color model

#8C425A color RGB value is (140,66,90).

  • red value is 140;
  • green value is 66;
  • blue value is 90.
RGB:
(140,66,90)
(55%,26%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 66 of 255 = 26%
B 90 of 255 = 35%

140
66
90

R + G + B ~ 39%. #8C425A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 66 + 90 = 296 (100%)
R 140 of 296 ~ 47.3%
G 66 of 296 ~ 22.3%
B 90 of 296 ~ 30.41%

%47.3
%22.3
%30.41

CMYK color model

#8C425A color CMYK value is (0,53,36,45).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK:
(0,53,36,45)
C0M53Y36K45 
(0%,53%,36%,45%)
(0.00/0.53/0.36/0.45)	

CMYK percentages

%0
%52.86
%35.71
%45.1

Codes

Color #8C425A in popluar color models

8C425A
RGB1406690
HSL341°35.92%40.39%
HSB/HSV341°52.86%54.90%
CMYK0.00%52.86%35.71%
45.10%

Color #8C425A in popluar number systems.

HEX8C425A
Decimal1406690
Binary1000110010000101011010
Octal214102132

Shades and tints

Shades of #8C425A

#8C425A
(140,66,90)
#803C52
(128,60,82)
#74364A
(116,54,74)
#683042
(104,48,66)
#5C2A3A
(92,42,58)
#502432
(80,36,50)
#441E2A
(68,30,42)
#381822
(56,24,34)
#2C121A
(44,18,26)
#200C12
(32,12,18)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #8C425A

#8C425A
(140,66,90)
#965369
(150,83,105)
#A06478
(160,100,120)
#AA7587
(170,117,135)
#B48696
(180,134,150)
#BE97A5
(190,151,165)
#C8A8B4
(200,168,180)
#D2B9C3
(210,185,195)
#DCCAD2
(220,202,210)
#E6DBE1
(230,219,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C425A color. Also use rgb(140,66,90) instead hex code.

Text Font Color

.myTextColor { color: #8C425A; }

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

This text font color is #8C425A.


Background Color

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

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

This div background color is #8C425A.


Border color

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

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

This div border color is #8C425A.


Opacity

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

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

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

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

This text has shadow with #8C425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C425A on black background.


Color preview on white background

This text has color #8C425A on white background.



Black color preview on #8C425A background

This text has black color on #8C425A background.


White color preview on #8C425A background

This text has white color on #8C425A background.