COLOR #053506

HEX: #053506
RGB: (5,53,6)

Color info

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

RGB color model

#053506 color RGB value is (5,53,6).

  • red value is 5;
  • green value is 53;
  • blue value is 6.
RGB:
(5,53,6)
(2%,21%,2%)

RGB channels and saturation

R 5 of 255 = 2%
G 53 of 255 = 21%
B 6 of 255 = 2%

5
53
6

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

Portions of RGB colors in percentages

R + G + B =
5 + 53 + 6 = 64 (100%)
R 5 of 64 ~ 7.81%
G 53 of 64 ~ 82.81%
B 6 of 64 ~ 9.38%

%82.81

CMYK color model

#053506 color CMYK value is (91,0,89,79).

  • cyan value is 90.57%
  • magenta value is 0.00%
  • yellow value is 88.68%
  • key color value is 79.22%
CMYK:
(91,0,89,79)
C91M0Y89K79 
(91%,0%,89%,79%)
(0.91/0.00/0.89/0.79)	

CMYK percentages

%90.57
%0
%88.68
%79.22

Codes

Color #053506 in popluar color models

053506
RGB5536
HSL121°82.76%11.37%
HSB/HSV121°90.57%20.78%
CMYK90.57%0.00%88.68%
79.22%

Color #053506 in popluar number systems.

HEX053506
Decimal5536
Binary101110101110
Octal5656

Shades and tints

Shades of #053506

#053506
(5,53,6)
#053106
(5,49,6)
#052D06
(5,45,6)
#052906
(5,41,6)
#052506
(5,37,6)
#052106
(5,33,6)
#051D06
(5,29,6)
#051906
(5,25,6)
#051506
(5,21,6)
#051106
(5,17,6)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #053506

#053506
(5,53,6)
#1B471C
(27,71,28)
#315932
(49,89,50)
#476B48
(71,107,72)
#5D7D5E
(93,125,94)
#738F74
(115,143,116)
#89A18A
(137,161,138)
#9FB3A0
(159,179,160)
#B5C5B6
(181,197,182)
#CBD7CC
(203,215,204)
#E1E9E2
(225,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053506 color. Also use rgb(5,53,6) instead hex code.

Text Font Color

.myTextColor { color: #053506; }

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

This text font color is #053506.


Background Color

.myBgColor { background-color: #053506; }

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

This div background color is #053506.


Border color

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

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

This div border color is #053506.


Opacity

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

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

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

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

This text has shadow with #053506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053506 on black background.


Color preview on white background

This text has color #053506 on white background.



Black color preview on #053506 background

This text has black color on #053506 background.


White color preview on #053506 background

This text has white color on #053506 background.