COLOR #052909

HEX: #052909 RGB: (5,41,9)

Color info

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

RGB color model

#052909 color RGB value is (5,41,9).

RGB: (5,41,9) (2%, 16%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 9 of 255 = 4%

5
41
9

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

Portions of RGB colors in percentages

R + G + B = 5 + 41 + 9 = 55 (100%)
R 5 of 55 ~ 9.09%
G 41 of 55 ~ 74.55%
B 9 of 55 ~ 16.36'%

%74.55
%16.36

CMYK color model

#052909 color CMYK value is (88,0,78,84).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%

CMYK: (88,0,78,84)
C88M0Y78K84 (88%, 0%, 78%, 84%)
(0.88 / 0.00 / 0.78 / 0.84)

CMYK percentages

%87.8
%0
%78.05
%83.92

Codes

Color #052909 in popluar color models

05 29 09
RGB 5 41 9
HSL 127° 78.26% 9.02%
HSB/HSV 127° 87.80% 16.08%
CMYK 87.80% 0.00% 78.05%
83.92%

Color #052909 in popluar number systems.

HEX 05 29 09
Decimal 5 41 9
Binary 101 101001 1001
Octal 5 51 11

Shades and tints

Shades of #052909

#052909
(5,41,9)
#052609
(5,38,9)
#052309
(5,35,9)
#052009
(5,32,9)
#051D09
(5,29,9)
#051A09
(5,26,9)
#051709
(5,23,9)
#051409
(5,20,9)
#051109
(5,17,9)
#050E09
(5,14,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #052909

#052909
(5,41,9)
#1B3C1F
(27,60,31)
#314F35
(49,79,53)
#47624B
(71,98,75)
#5D7561
(93,117,97)
#738877
(115,136,119)
#899B8D
(137,155,141)
#9FAEA3
(159,174,163)
#B5C1B9
(181,193,185)
#CBD4CF
(203,212,207)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052909; }

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

This text font color is #052909.

Background Color

.myBgColor { background-color: #052909; }

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

This div background color is #052909.

Border color

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

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

This div border color is #052909.

Opacity

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

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

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

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

This text has shadow with #052909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052909.

Preview

Color preview on black background

This text has color #052909 on black background.


Color preview on white background

This text has color #052909 on white background.


Black color preview on #052909 background

This text has black color on #052909 background.


White color preview on #052909 background

This text has white color on #052909 background.


Related colors

Complementary color

Complementary color for #hex is #FAD6F6.


I love getcolorcode.com

Triadic colors

1 #090529 and #290905 with #052909 are triadic colors.

2 #092905 and #290509 with #052909 are triadic colors.