COLOR #420528

HEX: #420528
RGB: (66,5,40)

Color info

#420528 contains mainly red and blue colors. Web safe color of #420528 is #330033 (or #303).

RGB color model

#420528 color RGB value is (66,5,40).

  • red value is 66;
  • green value is 5;
  • blue value is 40.
RGB:
(66,5,40)
(26%,2%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 5 of 255 = 2%
B 40 of 255 = 16%

66
5
40

R + G + B ~ 15%. #420528 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 5 + 40 = 111 (100%)
R 66 of 111 ~ 59.46%
G 5 of 111 ~ 4.5%
B 40 of 111 ~ 36.04%

%59.46
%36.04

CMYK color model

#420528 color CMYK value is (0,92,39,74).

  • cyan value is 0.00%
  • magenta value is 92.42%
  • yellow value is 39.39%
  • key color value is 74.12%
CMYK:
(0,92,39,74)
C0M92Y39K74 
(0%,92%,39%,74%)
(0.00/0.92/0.39/0.74)	

CMYK percentages

%0
%92.42
%39.39
%74.12

Codes

Color #420528 in popluar color models

420528
RGB66540
HSL326°85.92%13.92%
HSB/HSV326°92.42%25.88%
CMYK0.00%92.42%39.39%
74.12%

Color #420528 in popluar number systems.

HEX420528
Decimal66540
Binary1000010101101000
Octal102550

Shades and tints

Shades of #420528

#420528
(66,5,40)
#3C0525
(60,5,37)
#360522
(54,5,34)
#30051F
(48,5,31)
#2A051C
(42,5,28)
#240519
(36,5,25)
#1E0516
(30,5,22)
#180513
(24,5,19)
#120510
(18,5,16)
#0C050D
(12,5,13)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #420528

#420528
(66,5,40)
#531B3B
(83,27,59)
#64314E
(100,49,78)
#754761
(117,71,97)
#865D74
(134,93,116)
#977387
(151,115,135)
#A8899A
(168,137,154)
#B99FAD
(185,159,173)
#CAB5C0
(202,181,192)
#DBCBD3
(219,203,211)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420528 color. Also use rgb(66,5,40) instead hex code.

Text Font Color

.myTextColor { color: #420528; }

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

This text font color is #420528.


Background Color

.myBgColor { background-color: #420528; }

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

This div background color is #420528.


Border color

.myBorderColor { border: 1px solid #420528; }

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

This div border color is #420528.


Opacity

.myOpacity80 { color: #420528; opacity: 0.8; }

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

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

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

This text has shadow with #420528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420528 on black background.


Color preview on white background

This text has color #420528 on white background.



Black color preview on #420528 background

This text has black color on #420528 background.


White color preview on #420528 background

This text has white color on #420528 background.