COLOR #05210F

HEX: #05210F
RGB: (5,33,15)

Color info

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

RGB color model

#05210F color RGB value is (5,33,15).

  • red value is 5;
  • green value is 33;
  • blue value is 15.
RGB:
(5,33,15)
(2%,13%,6%)

RGB channels and saturation

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

5
33
15

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 15 = 53 (100%)
R 5 of 53 ~ 9.43%
G 33 of 53 ~ 62.26%
B 15 of 53 ~ 28.3%

%62.26
%28.3

CMYK color model

#05210F color CMYK value is (85,0,55,87).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 87.06%
CMYK:
(85,0,55,87)
C85M0Y55K87 
(85%,0%,55%,87%)
(0.85/0.00/0.55/0.87)	

CMYK percentages

%84.85
%0
%54.55
%87.06

Codes

Color #05210F in popluar color models

05210F
RGB53315
HSL141°73.68%7.45%
HSB/HSV141°84.85%12.94%
CMYK84.85%0.00%54.55%
87.06%

Color #05210F in popluar number systems.

HEX05210F
Decimal53315
Binary1011000011111
Octal54117

Shades and tints

Shades of #05210F

#05210F
(5,33,15)
#051E0E
(5,30,14)
#051B0D
(5,27,13)
#05180C
(5,24,12)
#05150B
(5,21,11)
#05120A
(5,18,10)
#050F09
(5,15,9)
#050C08
(5,12,8)
#050907
(5,9,7)
#050606
(5,6,6)
#050305
(5,3,5)
#000000
(0,0,0)

Tints of #05210F

#05210F
(5,33,15)
#1B3524
(27,53,36)
#314939
(49,73,57)
#475D4E
(71,93,78)
#5D7163
(93,113,99)
#738578
(115,133,120)
#89998D
(137,153,141)
#9FADA2
(159,173,162)
#B5C1B7
(181,193,183)
#CBD5CC
(203,213,204)
#E1E9E1
(225,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05210F; }

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

This text font color is #05210F.


Background Color

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

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

This div background color is #05210F.


Border color

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

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

This div border color is #05210F.


Opacity

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

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

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

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

This text has shadow with #05210F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05210F on black background.


Color preview on white background

This text has color #05210F on white background.



Black color preview on #05210F background

This text has black color on #05210F background.


White color preview on #05210F background

This text has white color on #05210F background.