COLOR #06050F

HEX: #06050F RGB: (6,5,15)

Color info

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

RGB color model

#06050F color RGB value is (6,5,15).

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

RGB channels and saturation

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

6
5
15

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

Portions of RGB colors in percentages

R + G + B = 6 + 5 + 15 = 26 (100%)
R 6 of 26 ~ 23.08%
G 5 of 26 ~ 19.23%
B 15 of 26 ~ 57.69'%

%23.08
%19.23
%57.69

CMYK color model

#06050F color CMYK value is (60,67,0,94).

  • cyan value is 60.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (60,67,0,94)
C60M67Y0K94 (60%, 67%, 0%, 94%)
(0.60 / 0.67 / 0.00 / 0.94)

CMYK percentages

%60
%66.67
%0
%94.12

Codes

Color #06050F in popluar color models

06 05 0F
RGB 6 5 15
HSL 246° 50.00% 3.92%
HSB/HSV 246° 66.67% 5.88%
CMYK 60.00% 66.67% 0.00%
94.12%

Color #06050F in popluar number systems.

HEX 06 05 0F
Decimal 6 5 15
Binary 110 101 1111
Octal 6 5 17

Shades and tints

Shades of #06050F

#06050F
(6,5,15)
#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)
#000000
(0,0,0)

Tints of #06050F

#06050F
(6,5,15)
#1C1B24
(28,27,36)
#323139
(50,49,57)
#48474E
(72,71,78)
#5E5D63
(94,93,99)
#747378
(116,115,120)
#8A898D
(138,137,141)
#A09FA2
(160,159,162)
#B6B5B7
(182,181,183)
#CCCBCC
(204,203,204)
#E2E1E1
(226,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06050F; }

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

This text font color is #06050F.

Background Color

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

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

This div background color is #06050F.

Border color

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

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

This div border color is #06050F.

Opacity

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

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

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

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

This text has shadow with #06050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06050F.

Preview

Color preview on black background

This text has color #06050F on black background.


Color preview on white background

This text has color #06050F on white background.


Black color preview on #06050F background

This text has black color on #06050F background.


White color preview on #06050F background

This text has white color on #06050F background.


Related colors

Complementary color

Complementary color for #hex is #F9FAF0.


I love getcolorcode.com

Triadic colors

1 #0F0605 and #050F06 with #06050F are triadic colors.

2 #0F0506 and #05060F with #06050F are triadic colors.