COLOR #06050D

HEX: #06050D RGB: (6,5,13)

Color info

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

RGB color model

#06050D color RGB value is (6,5,13).

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

RGB channels and saturation

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

6
5
13

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

Portions of RGB colors in percentages

R + G + B = 6 + 5 + 13 = 24 (100%)
R 6 of 24 ~ 25%
G 5 of 24 ~ 20.83%
B 13 of 24 ~ 54.17'%

%25
%20.83
%54.17

CMYK color model

#06050D color CMYK value is (54,62,0,95).

  • cyan value is 53.85%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK: (54,62,0,95) C54M62Y0K95 (54%,62%,0%,95%) (0.54/0.62/0.00/0.95) 

CMYK percentages

%53.85
%61.54
%0
%94.9

Codes

Color #06050D in popluar color models

06 05 0D
RGB 6 5 13
HSL 248° 44.44% 3.53%
HSB/HSV 248° 61.54% 5.10%
CMYK 53.85% 61.54% 0.00%
94.90%

Color #06050D in popluar number systems.

HEX 06 05 0D
Decimal 6 5 13
Binary 110 101 1101
Octal 6 5 15

Shades and tints

Shades of #06050D

#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)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #06050D

#06050D
(6,5,13)
#1C1B23
(28,27,35)
#323139
(50,49,57)
#48474F
(72,71,79)
#5E5D65
(94,93,101)
#74737B
(116,115,123)
#8A8991
(138,137,145)
#A09FA7
(160,159,167)
#B6B5BD
(182,181,189)
#CCCBD3
(204,203,211)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06050D; }

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

This text font color is #06050D.

Background Color

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

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

This div background color is #06050D.

Border color

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

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

This div border color is #06050D.

Opacity

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

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

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

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

This text has shadow with #06050D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06050D.

Preview

Color preview on black background

This text has color #06050D on black background.


Color preview on white background

This text has color #06050D on white background.


Black color preview on #06050D background

This text has black color on #06050D background.


White color preview on #06050D background

This text has white color on #06050D background.


Related colors

Complementary color

Complementary color for #hex is #F9FAF2.


I love getcolorcode.com

Triadic colors

1 #0D0605 and #050D06 with #06050D are triadic colors.

2 #0D0506 and #05060D with #06050D are triadic colors.