COLOR #05050C

HEX: #05050C
RGB: (5,5,12)

Color info

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

RGB color model

#05050C color RGB value is (5,5,12).

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

RGB channels and saturation

R 5 of 255 = 2%
G 5 of 255 = 2%
B 12 of 255 = 5%

5
5
12

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

Portions of RGB colors in percentages

R + G + B =
5 + 5 + 12 = 22 (100%)
R 5 of 22 ~ 22.73%
G 5 of 22 ~ 22.73%
B 12 of 22 ~ 54.55%

%22.73
%22.73
%54.55

CMYK color model

#05050C color CMYK value is (58,58,0,95).

  • cyan value is 58.33%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(58,58,0,95)
C58M58Y0K95 
(58%,58%,0%,95%)
(0.58/0.58/0.00/0.95)	

CMYK percentages

%58.33
%58.33
%0
%95.29

Codes

Color #05050C in popluar color models

05050C
RGB5512
HSL240°41.18%3.33%
HSB/HSV240°58.33%4.71%
CMYK58.33%58.33%0.00%
95.29%

Color #05050C in popluar number systems.

HEX05050C
Decimal5512
Binary1011011100
Octal5514

Shades and tints

Shades of #05050C

#05050C
(5,5,12)
#05050B
(5,5,11)
#05050A
(5,5,10)
#050509
(5,5,9)
#050508
(5,5,8)
#050507
(5,5,7)
#050506
(5,5,6)
#050505
(5,5,5)
#050504
(5,5,4)
#050503
(5,5,3)
#050502
(5,5,2)
#000000
(0,0,0)

Tints of #05050C

#05050C
(5,5,12)
#1B1B22
(27,27,34)
#313138
(49,49,56)
#47474E
(71,71,78)
#5D5D64
(93,93,100)
#73737A
(115,115,122)
#898990
(137,137,144)
#9F9FA6
(159,159,166)
#B5B5BC
(181,181,188)
#CBCBD2
(203,203,210)
#E1E1E8
(225,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05050C color. Also use rgb(5,5,12) instead hex code.

Text Font Color

.myTextColor { color: #05050C; }

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

This text font color is #05050C.


Background Color

.myBgColor { background-color: #05050C; }

<div style="background-color:#05050C">Inner text</div>

This div background color is #05050C.


Border color

.myBorderColor { border: 1px solid #05050C; }

<div style="border:3px solid #05050C">Div</div>

This div border color is #05050C.


Opacity

.myOpacity80 { color: #05050C; opacity: 0.8; }

<p style="color:#05050C;opacity:0.8;">80%</p>

Text with #05050C 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 #05050C;}

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

This text has shadow with #05050C color.

.textShadow {text-shadow: 3px 3px 1px #05050C, 3px 3px 1px red;}

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

This text has shadow with #05050C primary color and red secondary color.


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

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

This text has shadow with #05050C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05050C on black background.


Color preview on white background

This text has color #05050C on white background.



Black color preview on #05050C background

This text has black color on #05050C background.


White color preview on #05050C background

This text has white color on #05050C background.