COLOR #05070B

HEX: #05070B
RGB: (5,7,11)

Color info

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

RGB color model

#05070B color RGB value is (5,7,11).

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

RGB channels and saturation

R 5 of 255 = 2%
G 7 of 255 = 3%
B 11 of 255 = 4%

5
7
11

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

Portions of RGB colors in percentages

R + G + B =
5 + 7 + 11 = 23 (100%)
R 5 of 23 ~ 21.74%
G 7 of 23 ~ 30.43%
B 11 of 23 ~ 47.83%

%21.74
%30.43
%47.83

CMYK color model

#05070B color CMYK value is (55,36,0,96).

  • cyan value is 54.55%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(55,36,0,96)
C55M36Y0K96 
(55%,36%,0%,96%)
(0.55/0.36/0.00/0.96)	

CMYK percentages

%54.55
%36.36
%0
%95.69

Codes

Color #05070B in popluar color models

05070B
RGB5711
HSL220°37.50%3.14%
HSB/HSV220°54.55%4.31%
CMYK54.55%36.36%0.00%
95.69%

Color #05070B in popluar number systems.

HEX05070B
Decimal5711
Binary1011111011
Octal5713

Shades and tints

Shades of #05070B

#05070B
(5,7,11)
#05070A
(5,7,10)
#050709
(5,7,9)
#050708
(5,7,8)
#050707
(5,7,7)
#050706
(5,7,6)
#050705
(5,7,5)
#050704
(5,7,4)
#050703
(5,7,3)
#050702
(5,7,2)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #05070B

#05070B
(5,7,11)
#1B1D21
(27,29,33)
#313337
(49,51,55)
#47494D
(71,73,77)
#5D5F63
(93,95,99)
#737579
(115,117,121)
#898B8F
(137,139,143)
#9FA1A5
(159,161,165)
#B5B7BB
(181,183,187)
#CBCDD1
(203,205,209)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05070B; }

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

This text font color is #05070B.


Background Color

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

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

This div background color is #05070B.


Border color

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

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

This div border color is #05070B.


Opacity

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

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

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

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

This text has shadow with #05070B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05070B on black background.


Color preview on white background

This text has color #05070B on white background.



Black color preview on #05070B background

This text has black color on #05070B background.


White color preview on #05070B background

This text has white color on #05070B background.