COLOR #053202

HEX: #053202
RGB: (5,50,2)

Color info

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

RGB color model

#053202 color RGB value is (5,50,2).

  • red value is 5;
  • green value is 50;
  • blue value is 2.
RGB:
(5,50,2)
(2%,20%,1%)

RGB channels and saturation

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

5
50
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 50 + 2 = 57 (100%)
R 5 of 57 ~ 8.77%
G 50 of 57 ~ 87.72%
B 2 of 57 ~ 3.51%

%87.72

CMYK color model

#053202 color CMYK value is (90,0,96,80).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 96.00%
  • key color value is 80.39%
CMYK:
(90,0,96,80)
C90M0Y96K80 
(90%,0%,96%,80%)
(0.90/0.00/0.96/0.80)	

CMYK percentages

%90
%0
%96
%80.39

Codes

Color #053202 in popluar color models

053202
RGB5502
HSL116°92.31%10.20%
HSB/HSV116°96.00%19.61%
CMYK90.00%0.00%96.00%
80.39%

Color #053202 in popluar number systems.

HEX053202
Decimal5502
Binary10111001010
Octal5622

Shades and tints

Shades of #053202

#053202
(5,50,2)
#052E02
(5,46,2)
#052A02
(5,42,2)
#052602
(5,38,2)
#052202
(5,34,2)
#051E02
(5,30,2)
#051A02
(5,26,2)
#051602
(5,22,2)
#051202
(5,18,2)
#050E02
(5,14,2)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #053202

#053202
(5,50,2)
#1B4419
(27,68,25)
#315630
(49,86,48)
#476847
(71,104,71)
#5D7A5E
(93,122,94)
#738C75
(115,140,117)
#899E8C
(137,158,140)
#9FB0A3
(159,176,163)
#B5C2BA
(181,194,186)
#CBD4D1
(203,212,209)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053202; }

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

This text font color is #053202.


Background Color

.myBgColor { background-color: #053202; }

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

This div background color is #053202.


Border color

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

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

This div border color is #053202.


Opacity

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

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

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

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

This text has shadow with #053202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053202 on black background.


Color preview on white background

This text has color #053202 on white background.



Black color preview on #053202 background

This text has black color on #053202 background.


White color preview on #053202 background

This text has white color on #053202 background.