COLOR #052209

HEX: #052209 RGB: (5,34,9)

Color info

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

RGB color model

#052209 color RGB value is (5,34,9).

RGB: (5,34,9) (2%, 13%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 34 of 255 = 13%
B 9 of 255 = 4%

5
34
9

R + G + B ~ 6%. #052209 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 34 + 9 = 48 (100%)
R 5 of 48 ~ 10.42%
G 34 of 48 ~ 70.83%
B 9 of 48 ~ 18.75'%

%70.83
%18.75

CMYK color model

#052209 color CMYK value is (85,0,74,87).

  • cyan value is 85.29%
  • magenta value is 0.00%
  • yellow value is 73.53%
  • key color value is 86.67%

CMYK: (85,0,74,87)
C85M0Y74K87 (85%, 0%, 74%, 87%)
(0.85 / 0.00 / 0.74 / 0.87)

CMYK percentages

%85.29
%0
%73.53
%86.67

Codes

Color #052209 in popluar color models

05 22 09
RGB 5 34 9
HSL 128° 74.36% 7.65%
HSB/HSV 128° 85.29% 13.33%
CMYK 85.29% 0.00% 73.53%
86.67%

Color #052209 in popluar number systems.

HEX 05 22 09
Decimal 5 34 9
Binary 101 100010 1001
Octal 5 42 11

Shades and tints

Shades of #052209

#052209
(5,34,9)
#051F09
(5,31,9)
#051C09
(5,28,9)
#051909
(5,25,9)
#051609
(5,22,9)
#051309
(5,19,9)
#051009
(5,16,9)
#050D09
(5,13,9)
#050A09
(5,10,9)
#050709
(5,7,9)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #052209

#052209
(5,34,9)
#1B361F
(27,54,31)
#314A35
(49,74,53)
#475E4B
(71,94,75)
#5D7261
(93,114,97)
#738677
(115,134,119)
#899A8D
(137,154,141)
#9FAEA3
(159,174,163)
#B5C2B9
(181,194,185)
#CBD6CF
(203,214,207)
#E1EAE5
(225,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052209 color. Also use rgb(5,34,9) instead hex code.

Text Font Color

.myTextColor { color: #052209; }

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

This text font color is #052209.

Background Color

.myBgColor { background-color: #052209; }

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

This div background color is #052209.

Border color

.myBorderColor { border: 1px solid #052209; }

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

This div border color is #052209.

Opacity

.myOpacity80 { color: #052209; opacity: 0.8; }

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

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

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

This text has shadow with #052209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052209.

Preview

Color preview on black background

This text has color #052209 on black background.


Color preview on white background

This text has color #052209 on white background.


Black color preview on #052209 background

This text has black color on #052209 background.


White color preview on #052209 background

This text has white color on #052209 background.


Related colors

Complementary color

Complementary color for #hex is #FADDF6.


I love getcolorcode.com

Triadic colors

1 #090522 and #220905 with #052209 are triadic colors.

2 #092205 and #220509 with #052209 are triadic colors.