COLOR #06040E

HEX: #06040E RGB: (6,4,14)

Color info

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

RGB color model

#06040E color RGB value is (6,4,14).

RGB: (6,4,14) (2%, 2%, 5%)

RGB channels and saturation

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

6
4
14

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

Portions of RGB colors in percentages

R + G + B = 6 + 4 + 14 = 24 (100%)
R 6 of 24 ~ 25%
G 4 of 24 ~ 16.67%
B 14 of 24 ~ 58.33'%

%25
%16.67
%58.33

CMYK color model

#06040E color CMYK value is (57,71,0,95).

  • cyan value is 57.14%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK: (57,71,0,95) C57M71Y0K95 (57%,71%,0%,95%) (0.57/0.71/0.00/0.95) 

CMYK percentages

%57.14
%71.43
%0
%94.51

Codes

Color #06040E in popluar color models

06 04 0E
RGB 6 4 14
HSL 252° 55.56% 3.53%
HSB/HSV 252° 71.43% 5.49%
CMYK 57.14% 71.43% 0.00%
94.51%

Color #06040E in popluar number systems.

HEX 06 04 0E
Decimal 6 4 14
Binary 110 100 1110
Octal 6 4 16

Shades and tints

Shades of #06040E

#06040E
(6,4,14)
#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)
#000000
(0,0,0)

Tints of #06040E

#06040E
(6,4,14)
#1C1A23
(28,26,35)
#323038
(50,48,56)
#48464D
(72,70,77)
#5E5C62
(94,92,98)
#747277
(116,114,119)
#8A888C
(138,136,140)
#A09EA1
(160,158,161)
#B6B4B6
(182,180,182)
#CCCACB
(204,202,203)
#E2E0E0
(226,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06040E; }

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

This text font color is #06040E.

Background Color

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

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

This div background color is #06040E.

Border color

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

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

This div border color is #06040E.

Opacity

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

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

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

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

This text has shadow with #06040E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06040E.

Preview

Color preview on black background

This text has color #06040E on black background.


Color preview on white background

This text has color #06040E on white background.


Black color preview on #06040E background

This text has black color on #06040E background.


White color preview on #06040E background

This text has white color on #06040E background.


Related colors

Complementary color

Complementary color for #hex is #F9FBF1.


I love getcolorcode.com

Triadic colors

1 #0E0604 and #040E06 with #06040E are triadic colors.

2 #0E0406 and #04060E with #06040E are triadic colors.