COLOR #420308

HEX: #420308
RGB: (66,3,8)

Color info

#420308 contains mainly red and blue colors. Web safe color of #420308 is #330000 (or #300).

RGB color model

#420308 color RGB value is (66,3,8).

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

RGB channels and saturation

R 66 of 255 = 26%
G 3 of 255 = 1%
B 8 of 255 = 3%

66
3
8

R + G + B ~ 10%. #420308 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 3 + 8 = 77 (100%)
R 66 of 77 ~ 85.71%
G 3 of 77 ~ 3.9%
B 8 of 77 ~ 10.39%

%85.71
%10.39

CMYK color model

#420308 color CMYK value is (0,95,88,74).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 87.88%
  • key color value is 74.12%
CMYK:
(0,95,88,74)
C0M95Y88K74 
(0%,95%,88%,74%)
(0.00/0.95/0.88/0.74)	

CMYK percentages

%0
%95.45
%87.88
%74.12

Codes

Color #420308 in popluar color models

420308
RGB6638
HSL355°91.30%13.53%
HSB/HSV355°95.45%25.88%
CMYK0.00%95.45%87.88%
74.12%

Color #420308 in popluar number systems.

HEX420308
Decimal6638
Binary1000010111000
Octal102310

Shades and tints

Shades of #420308

#420308
(66,3,8)
#3C0308
(60,3,8)
#360308
(54,3,8)
#300308
(48,3,8)
#2A0308
(42,3,8)
#240308
(36,3,8)
#1E0308
(30,3,8)
#180308
(24,3,8)
#120308
(18,3,8)
#0C0308
(12,3,8)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #420308

#420308
(66,3,8)
#53191E
(83,25,30)
#642F34
(100,47,52)
#75454A
(117,69,74)
#865B60
(134,91,96)
#977176
(151,113,118)
#A8878C
(168,135,140)
#B99DA2
(185,157,162)
#CAB3B8
(202,179,184)
#DBC9CE
(219,201,206)
#ECDFE4
(236,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420308; }

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

This text font color is #420308.


Background Color

.myBgColor { background-color: #420308; }

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

This div background color is #420308.


Border color

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

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

This div border color is #420308.


Opacity

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

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

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

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

This text has shadow with #420308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420308 on black background.


Color preview on white background

This text has color #420308 on white background.



Black color preview on #420308 background

This text has black color on #420308 background.


White color preview on #420308 background

This text has white color on #420308 background.