COLOR #420F08

HEX: #420F08
RGB: (66,15,8)

Color info

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

RGB color model

#420F08 color RGB value is (66,15,8).

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

RGB channels and saturation

R 66 of 255 = 26%
G 15 of 255 = 6%
B 8 of 255 = 3%

66
15
8

R + G + B ~ 12%. #420F08 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 15 + 8 = 89 (100%)
R 66 of 89 ~ 74.16%
G 15 of 89 ~ 16.85%
B 8 of 89 ~ 8.99%

%74.16
%16.85

CMYK color model

#420F08 color CMYK value is (0,77,88,74).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 87.88%
  • key color value is 74.12%
CMYK:
(0,77,88,74)
C0M77Y88K74 
(0%,77%,88%,74%)
(0.00/0.77/0.88/0.74)	

CMYK percentages

%0
%77.27
%87.88
%74.12

Codes

Color #420F08 in popluar color models

420F08
RGB66158
HSL78.38%14.51%
HSB/HSV87.88%25.88%
CMYK0.00%77.27%87.88%
74.12%

Color #420F08 in popluar number systems.

HEX420F08
Decimal66158
Binary100001011111000
Octal1021710

Shades and tints

Shades of #420F08

#420F08
(66,15,8)
#3C0E08
(60,14,8)
#360D08
(54,13,8)
#300C08
(48,12,8)
#2A0B08
(42,11,8)
#240A08
(36,10,8)
#1E0908
(30,9,8)
#180808
(24,8,8)
#120708
(18,7,8)
#0C0608
(12,6,8)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #420F08

#420F08
(66,15,8)
#53241E
(83,36,30)
#643934
(100,57,52)
#754E4A
(117,78,74)
#866360
(134,99,96)
#977876
(151,120,118)
#A88D8C
(168,141,140)
#B9A2A2
(185,162,162)
#CAB7B8
(202,183,184)
#DBCCCE
(219,204,206)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420F08; }

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

This text font color is #420F08.


Background Color

.myBgColor { background-color: #420F08; }

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

This div background color is #420F08.


Border color

.myBorderColor { border: 1px solid #420F08; }

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

This div border color is #420F08.


Opacity

.myOpacity80 { color: #420F08; opacity: 0.8; }

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

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

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

This text has shadow with #420F08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420F08 on black background.


Color preview on white background

This text has color #420F08 on white background.



Black color preview on #420F08 background

This text has black color on #420F08 background.


White color preview on #420F08 background

This text has white color on #420F08 background.