COLOR #06050B

HEX: #06050B
RGB: (6,5,11)

Color info

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

RGB color model

#06050B color RGB value is (6,5,11).

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

RGB channels and saturation

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

6
5
11

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

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 11 = 22 (100%)
R 6 of 22 ~ 27.27%
G 5 of 22 ~ 22.73%
B 11 of 22 ~ 50%

%27.27
%22.73
%50

CMYK color model

#06050B color CMYK value is (45,55,0,96).

  • cyan value is 45.45%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(45,55,0,96)
C45M55Y0K96 
(45%,55%,0%,96%)
(0.45/0.55/0.00/0.96)	

CMYK percentages

%45.45
%54.55
%0
%95.69

Codes

Color #06050B in popluar color models

06050B
RGB6511
HSL250°37.50%3.14%
HSB/HSV250°54.55%4.31%
CMYK45.45%54.55%0.00%
95.69%

Color #06050B in popluar number systems.

HEX06050B
Decimal6511
Binary1101011011
Octal6513

Shades and tints

Shades of #06050B

#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)
#060502
(6,5,2)
#060501
(6,5,1)
#000000
(0,0,0)

Tints of #06050B

#06050B
(6,5,11)
#1C1B21
(28,27,33)
#323137
(50,49,55)
#48474D
(72,71,77)
#5E5D63
(94,93,99)
#747379
(116,115,121)
#8A898F
(138,137,143)
#A09FA5
(160,159,165)
#B6B5BB
(182,181,187)
#CCCBD1
(204,203,209)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06050B; }

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

This text font color is #06050B.


Background Color

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

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

This div background color is #06050B.


Border color

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

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

This div border color is #06050B.


Opacity

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

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

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

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

This text has shadow with #06050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06050B on black background.


Color preview on white background

This text has color #06050B on white background.



Black color preview on #06050B background

This text has black color on #06050B background.


White color preview on #06050B background

This text has white color on #06050B background.