COLOR #06040D

HEX: #06040D
RGB: (6,4,13)

Color info

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

RGB color model

#06040D color RGB value is (6,4,13).

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

RGB channels and saturation

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

6
4
13

R + G + B ~ 3%. #06040D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 13 = 23 (100%)
R 6 of 23 ~ 26.09%
G 4 of 23 ~ 17.39%
B 13 of 23 ~ 56.52%

%26.09
%17.39
%56.52

CMYK color model

#06040D color CMYK value is (54,69,0,95).

  • cyan value is 53.85%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(54,69,0,95)
C54M69Y0K95 
(54%,69%,0%,95%)
(0.54/0.69/0.00/0.95)	

CMYK percentages

%53.85
%69.23
%0
%94.9

Codes

Color #06040D in popluar color models

06040D
RGB6413
HSL253°52.94%3.33%
HSB/HSV253°69.23%5.10%
CMYK53.85%69.23%0.00%
94.90%

Color #06040D in popluar number systems.

HEX06040D
Decimal6413
Binary1101001101
Octal6415

Shades and tints

Shades of #06040D

#06040D
(6,4,13)
#06040C
(6,4,12)
#06040B
(6,4,11)
#06040A
(6,4,10)
#060409
(6,4,9)
#060408
(6,4,8)
#060407
(6,4,7)
#060406
(6,4,6)
#060405
(6,4,5)
#060404
(6,4,4)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #06040D

#06040D
(6,4,13)
#1C1A23
(28,26,35)
#323039
(50,48,57)
#48464F
(72,70,79)
#5E5C65
(94,92,101)
#74727B
(116,114,123)
#8A8891
(138,136,145)
#A09EA7
(160,158,167)
#B6B4BD
(182,180,189)
#CCCAD3
(204,202,211)
#E2E0E9
(226,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06040D; }

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

This text font color is #06040D.


Background Color

.myBgColor { background-color: #06040D; }

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

This div background color is #06040D.


Border color

.myBorderColor { border: 1px solid #06040D; }

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

This div border color is #06040D.


Opacity

.myOpacity80 { color: #06040D; opacity: 0.8; }

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

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

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

This text has shadow with #06040D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06040D on black background.


Color preview on white background

This text has color #06040D on white background.



Black color preview on #06040D background

This text has black color on #06040D background.


White color preview on #06040D background

This text has white color on #06040D background.