COLOR #060406

HEX: #060406
RGB: (6,4,6)

Color info

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

RGB color model

#060406 color RGB value is (6,4,6).

  • red value is 6;
  • green value is 4;
  • blue value is 6.
RGB:
(6,4,6)
(2%,2%,2%)

RGB channels and saturation

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

6
4
6

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

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 6 = 16 (100%)
R 6 of 16 ~ 37.5%
G 4 of 16 ~ 25%
B 6 of 16 ~ 37.5%

%37.5
%25
%37.5

CMYK color model

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

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

CMYK percentages

%0
%33.33
%0
%97.65

Codes

Color #060406 in popluar color models

060406
RGB646
HSL300°20.00%1.96%
HSB/HSV300°33.33%2.35%
CMYK0.00%33.33%0.00%
97.65%

Color #060406 in popluar number systems.

HEX060406
Decimal646
Binary110100110
Octal646

Shades and tints

Tints of #060406

#060406
(6,4,6)
#1C1A1C
(28,26,28)
#323032
(50,48,50)
#484648
(72,70,72)
#5E5C5E
(94,92,94)
#747274
(116,114,116)
#8A888A
(138,136,138)
#A09EA0
(160,158,160)
#B6B4B6
(182,180,182)
#CCCACC
(204,202,204)
#E2E0E2
(226,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060406; }

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

This text font color is #060406.


Background Color

.myBgColor { background-color: #060406; }

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

This div background color is #060406.


Border color

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

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

This div border color is #060406.


Opacity

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

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

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

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

This text has shadow with #060406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060406 on black background.


Color preview on white background

This text has color #060406 on white background.



Black color preview on #060406 background

This text has black color on #060406 background.


White color preview on #060406 background

This text has white color on #060406 background.