COLOR #420817

HEX: #420817
RGB: (66,8,23)

Color info

#420817 contains red, green and blue colors in about the same proportion. Web safe color of #420817 is #330000 (or #300).

RGB color model

#420817 color RGB value is (66,8,23).

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

RGB channels and saturation

R 66 of 255 = 26%
G 8 of 255 = 3%
B 23 of 255 = 9%

66
8
23

R + G + B ~ 13%. #420817 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 8 + 23 = 97 (100%)
R 66 of 97 ~ 68.04%
G 8 of 97 ~ 8.25%
B 23 of 97 ~ 23.71%

%68.04
%23.71

CMYK color model

#420817 color CMYK value is (0,88,65,74).

  • cyan value is 0.00%
  • magenta value is 87.88%
  • yellow value is 65.15%
  • key color value is 74.12%
CMYK:
(0,88,65,74)
C0M88Y65K74 
(0%,88%,65%,74%)
(0.00/0.88/0.65/0.74)	

CMYK percentages

%0
%87.88
%65.15
%74.12

Codes

Color #420817 in popluar color models

420817
RGB66823
HSL344°78.38%14.51%
HSB/HSV344°87.88%25.88%
CMYK0.00%87.88%65.15%
74.12%

Color #420817 in popluar number systems.

HEX420817
Decimal66823
Binary1000010100010111
Octal1021027

Shades and tints

Shades of #420817

#420817
(66,8,23)
#3C0815
(60,8,21)
#360813
(54,8,19)
#300811
(48,8,17)
#2A080F
(42,8,15)
#24080D
(36,8,13)
#1E080B
(30,8,11)
#180809
(24,8,9)
#120807
(18,8,7)
#0C0805
(12,8,5)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #420817

#420817
(66,8,23)
#531E2C
(83,30,44)
#643441
(100,52,65)
#754A56
(117,74,86)
#86606B
(134,96,107)
#977680
(151,118,128)
#A88C95
(168,140,149)
#B9A2AA
(185,162,170)
#CAB8BF
(202,184,191)
#DBCED4
(219,206,212)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420817; }

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

This text font color is #420817.


Background Color

.myBgColor { background-color: #420817; }

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

This div background color is #420817.


Border color

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

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

This div border color is #420817.


Opacity

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

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

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

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

This text has shadow with #420817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420817 on black background.


Color preview on white background

This text has color #420817 on white background.



Black color preview on #420817 background

This text has black color on #420817 background.


White color preview on #420817 background

This text has white color on #420817 background.