COLOR #053309

HEX: #053309
RGB: (5,51,9)

Color info

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

RGB color model

#053309 color RGB value is (5,51,9).

  • red value is 5;
  • green value is 51;
  • blue value is 9.
RGB:
(5,51,9)
(2%,20%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 9 of 255 = 4%

5
51
9

R + G + B ~ 9%. #053309 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 9 = 65 (100%)
R 5 of 65 ~ 7.69%
G 51 of 65 ~ 78.46%
B 9 of 65 ~ 13.85%

%78.46
%13.85

CMYK color model

#053309 color CMYK value is (90,0,82,80).

  • cyan value is 90.20%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(90,0,82,80)
C90M0Y82K80 
(90%,0%,82%,80%)
(0.90/0.00/0.82/0.80)	

CMYK percentages

%90.2
%0
%82.35
%80

Codes

Color #053309 in popluar color models

053309
RGB5519
HSL125°82.14%10.98%
HSB/HSV125°90.20%20.00%
CMYK90.20%0.00%82.35%
80.00%

Color #053309 in popluar number systems.

HEX053309
Decimal5519
Binary1011100111001
Octal56311

Shades and tints

Shades of #053309

#053309
(5,51,9)
#052F09
(5,47,9)
#052B09
(5,43,9)
#052709
(5,39,9)
#052309
(5,35,9)
#051F09
(5,31,9)
#051B09
(5,27,9)
#051709
(5,23,9)
#051309
(5,19,9)
#050F09
(5,15,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #053309

#053309
(5,51,9)
#1B451F
(27,69,31)
#315735
(49,87,53)
#47694B
(71,105,75)
#5D7B61
(93,123,97)
#738D77
(115,141,119)
#899F8D
(137,159,141)
#9FB1A3
(159,177,163)
#B5C3B9
(181,195,185)
#CBD5CF
(203,213,207)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053309; }

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

This text font color is #053309.


Background Color

.myBgColor { background-color: #053309; }

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

This div background color is #053309.


Border color

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

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

This div border color is #053309.


Opacity

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

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

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

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

This text has shadow with #053309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053309 on black background.


Color preview on white background

This text has color #053309 on white background.



Black color preview on #053309 background

This text has black color on #053309 background.


White color preview on #053309 background

This text has white color on #053309 background.