COLOR #05211C

HEX: #05211C RGB: (5,33,28)

Color info

#05211C contains red, green and blue colors in about the same proportion. Web safe color of #05211C is #003333 (or #033).

RGB color model

#05211C color RGB value is (5,33,28).

RGB: (5,33,28) (2%, 13%, 11%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 28 of 255 = 11%

5
33
28

R + G + B ~ 9%. #05211C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 33 + 28 = 66 (100%)
R 5 of 66 ~ 7.58%
G 33 of 66 ~ 50%
B 28 of 66 ~ 42.42'%

%50
%42.42

CMYK color model

#05211C color CMYK value is (85,0,15,87).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 87.06%

CMYK: (85,0,15,87)
C85M0Y15K87 (85%, 0%, 15%, 87%)
(0.85 / 0.00 / 0.15 / 0.87)

CMYK percentages

%84.85
%0
%15.15
%87.06

Codes

Color #05211C in popluar color models

05 21 1C
RGB 5 33 28
HSL 169° 73.68% 7.45%
HSB/HSV 169° 84.85% 12.94%
CMYK 84.85% 0.00% 15.15%
87.06%

Color #05211C in popluar number systems.

HEX 05 21 1C
Decimal 5 33 28
Binary 101 100001 11100
Octal 5 41 34

Shades and tints

Shades of #05211C

#05211C
(5,33,28)
#051E1A
(5,30,26)
#051B18
(5,27,24)
#051816
(5,24,22)
#051514
(5,21,20)
#051212
(5,18,18)
#050F10
(5,15,16)
#050C0E
(5,12,14)
#05090C
(5,9,12)
#05060A
(5,6,10)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #05211C

#05211C
(5,33,28)
#1B3530
(27,53,48)
#314944
(49,73,68)
#475D58
(71,93,88)
#5D716C
(93,113,108)
#738580
(115,133,128)
#899994
(137,153,148)
#9FADA8
(159,173,168)
#B5C1BC
(181,193,188)
#CBD5D0
(203,213,208)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05211C; }

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

This text font color is #05211C.

Background Color

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

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

This div background color is #05211C.

Border color

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

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

This div border color is #05211C.

Opacity

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

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

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

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

This text has shadow with #05211C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05211C.

Preview

Color preview on black background

This text has color #05211C on black background.


Color preview on white background

This text has color #05211C on white background.


Black color preview on #05211C background

This text has black color on #05211C background.


White color preview on #05211C background

This text has white color on #05211C background.


Related colors

Complementary color

Complementary color for #hex is #FADEE3.


I love getcolorcode.com

Triadic colors

1 #1C0521 and #211C05 with #05211C are triadic colors.

2 #1C2105 and #21051C with #05211C are triadic colors.