COLOR #05050E

HEX: #05050E RGB: (5,5,14)

Color info

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

RGB color model

#05050E color RGB value is (5,5,14).

RGB: (5,5,14) (2%, 2%, 5%)

RGB channels and saturation

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

5
5
14

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

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 14 = 24 (100%)
R 5 of 24 ~ 20.83%
G 5 of 24 ~ 20.83%
B 14 of 24 ~ 58.33'%

%20.83
%20.83
%58.33

CMYK color model

#05050E color CMYK value is (64,64,0,95).

  • cyan value is 64.29%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (64,64,0,95)
C64M64Y0K95 (64%, 64%, 0%, 95%)
(0.64 / 0.64 / 0.00 / 0.95)

CMYK percentages

%64.29
%64.29
%0
%94.51

Codes

Color #05050E in popluar color models

05 05 0E
RGB 5 5 14
HSL 240° 47.37% 3.73%
HSB/HSV 240° 64.29% 5.49%
CMYK 64.29% 64.29% 0.00%
94.51%

Color #05050E in popluar number systems.

HEX 05 05 0E
Decimal 5 5 14
Binary 101 101 1110
Octal 5 5 16

Shades and tints

Shades of #05050E

#05050E
(5,5,14)
#05050D
(5,5,13)
#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)
#000000
(0,0,0)

Tints of #05050E

#05050E
(5,5,14)
#1B1B23
(27,27,35)
#313138
(49,49,56)
#47474D
(71,71,77)
#5D5D62
(93,93,98)
#737377
(115,115,119)
#89898C
(137,137,140)
#9F9FA1
(159,159,161)
#B5B5B6
(181,181,182)
#CBCBCB
(203,203,203)
#E1E1E0
(225,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05050E; }

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

This text font color is #05050E.

Background Color

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

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

This div background color is #05050E.

Border color

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

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

This div border color is #05050E.

Opacity

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

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

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

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

This text has shadow with #05050E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05050E.

Preview

Color preview on black background

This text has color #05050E on black background.


Color preview on white background

This text has color #05050E on white background.


Black color preview on #05050E background

This text has black color on #05050E background.


White color preview on #05050E background

This text has white color on #05050E background.


Related colors

Complementary color

Complementary color for #hex is #FAFAF1.


I love getcolorcode.com