COLOR #020406

HEX: #020406 RGB: (2,4,6)

Color info

#020406 contains red, green and blue colors in about the same proportion. Web safe color of #020406 is #000000 (or #000).

RGB color model

#020406 color RGB value is (2,4,6).

RGB: (2,4,6) (1%, 2%, 2%)

RGB channels and saturation

R 2 of 255 = 1%
G 4 of 255 = 2%
B 6 of 255 = 2%

2
4
6

R + G + B ~ 2%. #020406 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 4 + 6 = 12 (100%)
R 2 of 12 ~ 16.67%
G 4 of 12 ~ 33.33%
B 6 of 12 ~ 50'%

%16.67
%33.33
%50

CMYK color model

#020406 color CMYK value is (67,33,0,98).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 97.65%
CMYK: (67,33,0,98) C67M33Y0K98 (67%,33%,0%,98%) (0.67/0.33/0.00/0.98) 

CMYK percentages

%66.67
%33.33
%0
%97.65

Codes

Color #020406 in popluar color models

02 04 06
RGB 2 4 6
HSL 210° 50.00% 1.57%
HSB/HSV 210° 66.67% 2.35%
CMYK 66.67% 33.33% 0.00%
97.65%

Color #020406 in popluar number systems.

HEX 02 04 06
Decimal 2 4 6
Binary 10 100 110
Octal 2 4 6

Shades and tints

Tints of #020406

#020406
(2,4,6)
#191A1C
(25,26,28)
#303032
(48,48,50)
#474648
(71,70,72)
#5E5C5E
(94,92,94)
#757274
(117,114,116)
#8C888A
(140,136,138)
#A39EA0
(163,158,160)
#BAB4B6
(186,180,182)
#D1CACC
(209,202,204)
#E8E0E2
(232,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020406 color. Also use rgb(2,4,6) instead hex code.

Text Font Color

.myTextColor { color: #020406; }

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

This text font color is #020406.

Background Color

.myBgColor { background-color: #020406; }

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

This div background color is #020406.

Border color

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

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

This div border color is #020406.

Opacity

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

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

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

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

This text has shadow with #020406 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020406.

Preview

Color preview on black background

This text has color #020406 on black background.


Color preview on white background

This text has color #020406 on white background.


Black color preview on #020406 background

This text has black color on #020406 background.


White color preview on #020406 background

This text has white color on #020406 background.


Related colors

Complementary color

Complementary color for #hex is #FDFBF9.


I love getcolorcode.com

Triadic colors

1 #060204 and #040602 with #020406 are triadic colors.

2 #060402 and #040206 with #020406 are triadic colors.