COLOR #05051D

HEX: #05051D RGB: (5,5,29)

Color info

#05051D contains red, green and blue colors in about the same proportion. Web safe color of #05051D is #000033 (or #003).

RGB color model

#05051D color RGB value is (5,5,29).

RGB: (5,5,29) (2%, 2%, 11%)

RGB channels and saturation

R 5 of 255 = 2%
G 5 of 255 = 2%
B 29 of 255 = 11%

5
5
29

R + G + B ~ 5%. #05051D is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 5 + 29 = 39 (100%)
R 5 of 39 ~ 12.82%
G 5 of 39 ~ 12.82%
B 29 of 39 ~ 74.36'%

%12.82
%12.82
%74.36

CMYK color model

#05051D color CMYK value is (83,83,0,89).

  • cyan value is 82.76%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (83,83,0,89)
C83M83Y0K89 (83%, 83%, 0%, 89%)
(0.83 / 0.83 / 0.00 / 0.89)

CMYK percentages

%82.76
%82.76
%0
%88.63

Codes

Color #05051D in popluar color models

05 05 1D
RGB 5 5 29
HSL 240° 70.59% 6.67%
HSB/HSV 240° 82.76% 11.37%
CMYK 82.76% 82.76% 0.00%
88.63%

Color #05051D in popluar number systems.

HEX 05 05 1D
Decimal 5 5 29
Binary 101 101 11101
Octal 5 5 35

Shades and tints

Shades of #05051D

#05051D
(5,5,29)
#05051B
(5,5,27)
#050519
(5,5,25)
#050517
(5,5,23)
#050515
(5,5,21)
#050513
(5,5,19)
#050511
(5,5,17)
#05050F
(5,5,15)
#05050D
(5,5,13)
#05050B
(5,5,11)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #05051D

#05051D
(5,5,29)
#1B1B31
(27,27,49)
#313145
(49,49,69)
#474759
(71,71,89)
#5D5D6D
(93,93,109)
#737381
(115,115,129)
#898995
(137,137,149)
#9F9FA9
(159,159,169)
#B5B5BD
(181,181,189)
#CBCBD1
(203,203,209)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05051D color. Also use rgb(5,5,29) instead hex code.

Text Font Color

.myTextColor { color: #05051D; }

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

This text font color is #05051D.

Background Color

.myBgColor { background-color: #05051D; }

<div style="background-color:#05051D">Inner text</div>

This div background color is #05051D.

Border color

.myBorderColor { border: 1px solid #05051D; }

<div style="border:3px solid #05051D">Div</div>

This div border color is #05051D.

Opacity

.myOpacity80 { color: #05051D; opacity: 0.8; }

<p style="color:#05051D;opacity:0.8;">80%</p>

Text with #05051D 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 #05051D;}

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

This text has shadow with #05051D color.


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

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

This text has shadow with #05051D primary color and red secondary color.


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

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

This text has shadow with #05051D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #05051D.

Preview

Color preview on black background

This text has color #05051D on black background.


Color preview on white background

This text has color #05051D on white background.


Black color preview on #05051D background

This text has black color on #05051D background.


White color preview on #05051D background

This text has white color on #05051D background.


Related colors

Complementary color

Complementary color for #hex is #FAFAE2.


I love getcolorcode.com