COLOR #06050E

HEX: #06050E RGB: (6,5,14)

Color info

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

RGB color model

#06050E color RGB value is (6,5,14).

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

RGB channels and saturation

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

6
5
14

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

Portions of RGB colors in percentages

R + G + B = 6 + 5 + 14 = 25 (100%)
R 6 of 25 ~ 24%
G 5 of 25 ~ 20%
B 14 of 25 ~ 56'%

%24
%20
%56

CMYK color model

#06050E color CMYK value is (57,64,0,95).

  • cyan value is 57.14%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (57,64,0,95)
C57M64Y0K95 (57%, 64%, 0%, 95%)
(0.57 / 0.64 / 0.00 / 0.95)

CMYK percentages

%57.14
%64.29
%0
%94.51

Codes

Color #06050E in popluar color models

06 05 0E
RGB 6 5 14
HSL 247° 47.37% 3.73%
HSB/HSV 247° 64.29% 5.49%
CMYK 57.14% 64.29% 0.00%
94.51%

Color #06050E in popluar number systems.

HEX 06 05 0E
Decimal 6 5 14
Binary 110 101 1110
Octal 6 5 16

Shades and tints

Shades of #06050E

#06050E
(6,5,14)
#06050D
(6,5,13)
#06050C
(6,5,12)
#06050B
(6,5,11)
#06050A
(6,5,10)
#060509
(6,5,9)
#060508
(6,5,8)
#060507
(6,5,7)
#060506
(6,5,6)
#060505
(6,5,5)
#060504
(6,5,4)
#000000
(0,0,0)

Tints of #06050E

#06050E
(6,5,14)
#1C1B23
(28,27,35)
#323138
(50,49,56)
#48474D
(72,71,77)
#5E5D62
(94,93,98)
#747377
(116,115,119)
#8A898C
(138,137,140)
#A09FA1
(160,159,161)
#B6B5B6
(182,181,182)
#CCCBCB
(204,203,203)
#E2E1E0
(226,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06050E; }

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

This text font color is #06050E.

Background Color

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

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

This div background color is #06050E.

Border color

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

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

This div border color is #06050E.

Opacity

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

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

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

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

This text has shadow with #06050E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06050E.

Preview

Color preview on black background

This text has color #06050E on black background.


Color preview on white background

This text has color #06050E on white background.


Black color preview on #06050E background

This text has black color on #06050E background.


White color preview on #06050E background

This text has white color on #06050E background.


Related colors

Complementary color

Complementary color for #hex is #F9FAF1.


I love getcolorcode.com

Triadic colors

1 #0E0605 and #050E06 with #06050E are triadic colors.

2 #0E0506 and #05060E with #06050E are triadic colors.