COLOR #420F0B

HEX: #420F0B
RGB: (66,15,11)

Color info

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

RGB color model

#420F0B color RGB value is (66,15,11).

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

RGB channels and saturation

R 66 of 255 = 26%
G 15 of 255 = 6%
B 11 of 255 = 4%

66
15
11

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

Portions of RGB colors in percentages

R + G + B =
66 + 15 + 11 = 92 (100%)
R 66 of 92 ~ 71.74%
G 15 of 92 ~ 16.3%
B 11 of 92 ~ 11.96%

%71.74
%16.3
%11.96

CMYK color model

#420F0B color CMYK value is (0,77,83,74).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 83.33%
  • key color value is 74.12%
CMYK:
(0,77,83,74)
C0M77Y83K74 
(0%,77%,83%,74%)
(0.00/0.77/0.83/0.74)	

CMYK percentages

%0
%77.27
%83.33
%74.12

Codes

Color #420F0B in popluar color models

420F0B
RGB661511
HSL71.43%15.10%
HSB/HSV83.33%25.88%
CMYK0.00%77.27%83.33%
74.12%

Color #420F0B in popluar number systems.

HEX420F0B
Decimal661511
Binary100001011111011
Octal1021713

Shades and tints

Shades of #420F0B

#420F0B
(66,15,11)
#3C0E0A
(60,14,10)
#360D09
(54,13,9)
#300C08
(48,12,8)
#2A0B07
(42,11,7)
#240A06
(36,10,6)
#1E0905
(30,9,5)
#180804
(24,8,4)
#120703
(18,7,3)
#0C0602
(12,6,2)
#060501
(6,5,1)
#000000
(0,0,0)

Tints of #420F0B

#420F0B
(66,15,11)
#532421
(83,36,33)
#643937
(100,57,55)
#754E4D
(117,78,77)
#866363
(134,99,99)
#977879
(151,120,121)
#A88D8F
(168,141,143)
#B9A2A5
(185,162,165)
#CAB7BB
(202,183,187)
#DBCCD1
(219,204,209)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420F0B; }

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

This text font color is #420F0B.


Background Color

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

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

This div background color is #420F0B.


Border color

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

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

This div border color is #420F0B.


Opacity

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

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

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

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

This text has shadow with #420F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420F0B on black background.


Color preview on white background

This text has color #420F0B on white background.



Black color preview on #420F0B background

This text has black color on #420F0B background.


White color preview on #420F0B background

This text has white color on #420F0B background.