COLOR #05210D

HEX: #05210D RGB: (5,33,13)

Color info

#05210D contains red, green and blue colors in about the same proportion. Web safe color of #05210D is #003300 (or #030).

RGB color model

#05210D color RGB value is (5,33,13).

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

RGB channels and saturation

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

5
33
13

R + G + B ~ 7%. #05210D is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 33 + 13 = 51 (100%)
R 5 of 51 ~ 9.8%
G 33 of 51 ~ 64.71%
B 13 of 51 ~ 25.49'%

%64.71
%25.49

CMYK color model

#05210D color CMYK value is (85,0,61,87).

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

CMYK: (85,0,61,87)
C85M0Y61K87 (85%, 0%, 61%, 87%)
(0.85 / 0.00 / 0.61 / 0.87)

CMYK percentages

%84.85
%0
%60.61
%87.06

Codes

Color #05210D in popluar color models

05 21 0D
RGB 5 33 13
HSL 137° 73.68% 7.45%
HSB/HSV 137° 84.85% 12.94%
CMYK 84.85% 0.00% 60.61%
87.06%

Color #05210D in popluar number systems.

HEX 05 21 0D
Decimal 5 33 13
Binary 101 100001 1101
Octal 5 41 15

Shades and tints

Shades of #05210D

#05210D
(5,33,13)
#051E0C
(5,30,12)
#051B0B
(5,27,11)
#05180A
(5,24,10)
#051509
(5,21,9)
#051208
(5,18,8)
#050F07
(5,15,7)
#050C06
(5,12,6)
#050905
(5,9,5)
#050604
(5,6,4)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #05210D

#05210D
(5,33,13)
#1B3523
(27,53,35)
#314939
(49,73,57)
#475D4F
(71,93,79)
#5D7165
(93,113,101)
#73857B
(115,133,123)
#899991
(137,153,145)
#9FADA7
(159,173,167)
#B5C1BD
(181,193,189)
#CBD5D3
(203,213,211)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05210D; }

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

This text font color is #05210D.

Background Color

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

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

This div background color is #05210D.

Border color

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

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

This div border color is #05210D.

Opacity

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

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

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

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

This text has shadow with #05210D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05210D.

Preview

Color preview on black background

This text has color #05210D on black background.


Color preview on white background

This text has color #05210D on white background.


Black color preview on #05210D background

This text has black color on #05210D background.


White color preview on #05210D background

This text has white color on #05210D background.


Related colors

Complementary color

Complementary color for #hex is #FADEF2.


I love getcolorcode.com

Triadic colors

1 #0D0521 and #210D05 with #05210D are triadic colors.

2 #0D2105 and #21050D with #05210D are triadic colors.