COLOR #053204

HEX: #053204 RGB: (5,50,4)

Color info

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

RGB color model

#053204 color RGB value is (5,50,4).

RGB: (5,50,4) (2%, 20%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 50 of 255 = 20%
B 4 of 255 = 2%

5
50
4

R + G + B ~ 8%. #053204 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 50 + 4 = 59 (100%)
R 5 of 59 ~ 8.47%
G 50 of 59 ~ 84.75%
B 4 of 59 ~ 6.78'%

%84.75

CMYK color model

#053204 color CMYK value is (90,0,92,80).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 92.00%
  • key color value is 80.39%

CMYK: (90,0,92,80)
C90M0Y92K80 (90%, 0%, 92%, 80%)
(0.90 / 0.00 / 0.92 / 0.80)

CMYK percentages

%90
%0
%92
%80.39

Codes

Color #053204 in popluar color models

05 32 04
RGB 5 50 4
HSL 119° 85.19% 10.59%
HSB/HSV 119° 92.00% 19.61%
CMYK 90.00% 0.00% 92.00%
80.39%

Color #053204 in popluar number systems.

HEX 05 32 04
Decimal 5 50 4
Binary 101 110010 100
Octal 5 62 4

Shades and tints

Shades of #053204

#053204
(5,50,4)
#052E04
(5,46,4)
#052A04
(5,42,4)
#052604
(5,38,4)
#052204
(5,34,4)
#051E04
(5,30,4)
#051A04
(5,26,4)
#051604
(5,22,4)
#051204
(5,18,4)
#050E04
(5,14,4)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #053204

#053204
(5,50,4)
#1B441A
(27,68,26)
#315630
(49,86,48)
#476846
(71,104,70)
#5D7A5C
(93,122,92)
#738C72
(115,140,114)
#899E88
(137,158,136)
#9FB09E
(159,176,158)
#B5C2B4
(181,194,180)
#CBD4CA
(203,212,202)
#E1E6E0
(225,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053204 color. Also use rgb(5,50,4) instead hex code.

Text Font Color

.myTextColor { color: #053204; }

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

This text font color is #053204.

Background Color

.myBgColor { background-color: #053204; }

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

This div background color is #053204.

Border color

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

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

This div border color is #053204.

Opacity

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

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

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

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

This text has shadow with #053204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053204.

Preview

Color preview on black background

This text has color #053204 on black background.


Color preview on white background

This text has color #053204 on white background.


Black color preview on #053204 background

This text has black color on #053204 background.


White color preview on #053204 background

This text has white color on #053204 background.


Related colors

Complementary color

Complementary color for #hex is #FACDFB.


I love getcolorcode.com

Triadic colors

1 #040532 and #320405 with #053204 are triadic colors.

2 #043205 and #320504 with #053204 are triadic colors.