COLOR #05021D

HEX: #05021D RGB: (5,2,29)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

5
2
29

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

Portions of RGB colors in percentages

R + G + B = 5 + 2 + 29 = 36 (100%)
R 5 of 36 ~ 13.89%
G 2 of 36 ~ 5.56%
B 29 of 36 ~ 80.56'%

%13.89
%80.56

CMYK color model

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

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

CMYK: (83,93,0,89)
C83M93Y0K89 (83%, 93%, 0%, 89%)
(0.83 / 0.93 / 0.00 / 0.89)

CMYK percentages

%82.76
%93.1
%0
%88.63

Codes

Color #05021D in popluar color models

05 02 1D
RGB 5 2 29
HSL 247° 87.10% 6.08%
HSB/HSV 247° 93.10% 11.37%
CMYK 82.76% 93.10% 0.00%
88.63%

Color #05021D in popluar number systems.

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

Shades and tints

Shades of #05021D

#05021D
(5,2,29)
#05021B
(5,2,27)
#050219
(5,2,25)
#050217
(5,2,23)
#050215
(5,2,21)
#050213
(5,2,19)
#050211
(5,2,17)
#05020F
(5,2,15)
#05020D
(5,2,13)
#05020B
(5,2,11)
#050209
(5,2,9)
#000000
(0,0,0)

Tints of #05021D

#05021D
(5,2,29)
#1B1931
(27,25,49)
#313045
(49,48,69)
#474759
(71,71,89)
#5D5E6D
(93,94,109)
#737581
(115,117,129)
#898C95
(137,140,149)
#9FA3A9
(159,163,169)
#B5BABD
(181,186,189)
#CBD1D1
(203,209,209)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05021D; }

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

This text font color is #05021D.

Background Color

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

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

This div background color is #05021D.

Border color

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

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

This div border color is #05021D.

Opacity

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

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

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

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

This text has shadow with #05021D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05021D.

Preview

Color preview on black background

This text has color #05021D on black background.


Color preview on white background

This text has color #05021D on white background.


Black color preview on #05021D background

This text has black color on #05021D background.


White color preview on #05021D background

This text has white color on #05021D background.


Related colors

Complementary color

Complementary color for #hex is #FAFDE2.


I love getcolorcode.com

Triadic colors

1 #1D0502 and #021D05 with #05021D are triadic colors.

2 #1D0205 and #02051D with #05021D are triadic colors.