COLOR #420822

HEX: #420822
RGB: (66,8,34)

Color info

#420822 contains red, green and blue colors in about the same proportion. Web safe color of #420822 is #330033 (or #303).

RGB color model

#420822 color RGB value is (66,8,34).

  • red value is 66;
  • green value is 8;
  • blue value is 34.
RGB:
(66,8,34)
(26%,3%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 8 of 255 = 3%
B 34 of 255 = 13%

66
8
34

R + G + B ~ 14%. #420822 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 8 + 34 = 108 (100%)
R 66 of 108 ~ 61.11%
G 8 of 108 ~ 7.41%
B 34 of 108 ~ 31.48%

%61.11
%31.48

CMYK color model

#420822 color CMYK value is (0,88,48,74).

  • cyan value is 0.00%
  • magenta value is 87.88%
  • yellow value is 48.48%
  • key color value is 74.12%
CMYK:
(0,88,48,74)
C0M88Y48K74 
(0%,88%,48%,74%)
(0.00/0.88/0.48/0.74)	

CMYK percentages

%0
%87.88
%48.48
%74.12

Codes

Color #420822 in popluar color models

420822
RGB66834
HSL333°78.38%14.51%
HSB/HSV333°87.88%25.88%
CMYK0.00%87.88%48.48%
74.12%

Color #420822 in popluar number systems.

HEX420822
Decimal66834
Binary10000101000100010
Octal1021042

Shades and tints

Shades of #420822

#420822
(66,8,34)
#3C081F
(60,8,31)
#36081C
(54,8,28)
#300819
(48,8,25)
#2A0816
(42,8,22)
#240813
(36,8,19)
#1E0810
(30,8,16)
#18080D
(24,8,13)
#12080A
(18,8,10)
#0C0807
(12,8,7)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #420822

#420822
(66,8,34)
#531E36
(83,30,54)
#64344A
(100,52,74)
#754A5E
(117,74,94)
#866072
(134,96,114)
#977686
(151,118,134)
#A88C9A
(168,140,154)
#B9A2AE
(185,162,174)
#CAB8C2
(202,184,194)
#DBCED6
(219,206,214)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420822; }

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

This text font color is #420822.


Background Color

.myBgColor { background-color: #420822; }

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

This div background color is #420822.


Border color

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

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

This div border color is #420822.


Opacity

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

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

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

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

This text has shadow with #420822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420822 on black background.


Color preview on white background

This text has color #420822 on white background.



Black color preview on #420822 background

This text has black color on #420822 background.


White color preview on #420822 background

This text has white color on #420822 background.