COLOR #05060B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

5
6
11

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

Portions of RGB colors in percentages

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

%22.73
%27.27
%50

CMYK color model

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

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

CMYK percentages

%54.55
%45.45
%0
%95.69

Codes

Color #05060B in popluar color models

05 06 0B
RGB 5 6 11
HSL 230° 37.50% 3.14%
HSB/HSV 230° 54.55% 4.31%
CMYK 54.55% 45.45% 0.00%
95.69%

Color #05060B in popluar number systems.

HEX 05 06 0B
Decimal 5 6 11
Binary 101 110 1011
Octal 5 6 13

Shades and tints

Shades of #05060B

#05060B
(5,6,11)
#05060A
(5,6,10)
#050609
(5,6,9)
#050608
(5,6,8)
#050607
(5,6,7)
#050606
(5,6,6)
#050605
(5,6,5)
#050604
(5,6,4)
#050603
(5,6,3)
#050602
(5,6,2)
#050601
(5,6,1)
#000000
(0,0,0)

Tints of #05060B

#05060B
(5,6,11)
#1B1C21
(27,28,33)
#313237
(49,50,55)
#47484D
(71,72,77)
#5D5E63
(93,94,99)
#737479
(115,116,121)
#898A8F
(137,138,143)
#9FA0A5
(159,160,165)
#B5B6BB
(181,182,187)
#CBCCD1
(203,204,209)
#E1E2E7
(225,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05060B; }

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

This text font color is #05060B.

Background Color

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

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

This div background color is #05060B.

Border color

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

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

This div border color is #05060B.

Opacity

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

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

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

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

This text has shadow with #05060B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05060B.

Preview

Color preview on black background

This text has color #05060B on black background.


Color preview on white background

This text has color #05060B on white background.


Black color preview on #05060B background

This text has black color on #05060B background.


White color preview on #05060B background

This text has white color on #05060B background.


Related colors

Complementary color

Complementary color for #hex is #FAF9F4.


I love getcolorcode.com

Triadic colors

1 #0B0506 and #060B05 with #05060B are triadic colors.

2 #0B0605 and #06050B with #05060B are triadic colors.