COLOR #05200F

HEX: #05200F RGB: (5,32,15)

Color info

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

RGB color model

#05200F color RGB value is (5,32,15).

RGB: (5,32,15) (2%, 13%, 6%)

RGB channels and saturation

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

5
32
15

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

Portions of RGB colors in percentages

R + G + B = 5 + 32 + 15 = 52 (100%)
R 5 of 52 ~ 9.62%
G 32 of 52 ~ 61.54%
B 15 of 52 ~ 28.85'%

%61.54
%28.85

CMYK color model

#05200F color CMYK value is (84,0,53,87).

  • cyan value is 84.38%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 87.45%

CMYK: (84,0,53,87)
C84M0Y53K87 (84%, 0%, 53%, 87%)
(0.84 / 0.00 / 0.53 / 0.87)

CMYK percentages

%84.38
%0
%53.13
%87.45

Codes

Color #05200F in popluar color models

05 20 0F
RGB 5 32 15
HSL 142° 72.97% 7.25%
HSB/HSV 142° 84.38% 12.55%
CMYK 84.38% 0.00% 53.13%
87.45%

Color #05200F in popluar number systems.

HEX 05 20 0F
Decimal 5 32 15
Binary 101 100000 1111
Octal 5 40 17

Shades and tints

Shades of #05200F

#05200F
(5,32,15)
#051E0E
(5,30,14)
#051C0D
(5,28,13)
#051A0C
(5,26,12)
#05180B
(5,24,11)
#05160A
(5,22,10)
#051409
(5,20,9)
#051208
(5,18,8)
#051007
(5,16,7)
#050E06
(5,14,6)
#050C05
(5,12,5)
#000000
(0,0,0)

Tints of #05200F

#05200F
(5,32,15)
#1B3424
(27,52,36)
#314839
(49,72,57)
#475C4E
(71,92,78)
#5D7063
(93,112,99)
#738478
(115,132,120)
#89988D
(137,152,141)
#9FACA2
(159,172,162)
#B5C0B7
(181,192,183)
#CBD4CC
(203,212,204)
#E1E8E1
(225,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05200F; }

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

This text font color is #05200F.

Background Color

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

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

This div background color is #05200F.

Border color

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

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

This div border color is #05200F.

Opacity

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

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

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

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

This text has shadow with #05200F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05200F.

Preview

Color preview on black background

This text has color #05200F on black background.


Color preview on white background

This text has color #05200F on white background.


Black color preview on #05200F background

This text has black color on #05200F background.


White color preview on #05200F background

This text has white color on #05200F background.


Related colors

Complementary color

Complementary color for #hex is #FADFF0.


I love getcolorcode.com

Triadic colors

1 #0F0520 and #200F05 with #05200F are triadic colors.

2 #0F2005 and #20050F with #05200F are triadic colors.