COLOR #053500

HEX: #053500
RGB: (5,53,0)

Color info

#053500 contains only red and green colors. Web safe color of #053500 is #003300 (or #030).

RGB color model

#053500 color RGB value is (5,53,0).

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

RGB channels and saturation

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

5
53
0

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

Portions of RGB colors in percentages

R + G + B =
5 + 53 + 0 = 58 (100%)
R 5 of 58 ~ 8.62%
G 53 of 58 ~ 91.38%
B 0 of 58 ~ 0%

%91.38

CMYK color model

#053500 color CMYK value is (91,0,100,79).

  • cyan value is 90.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 79.22%
CMYK:
(91,0,100,79)
C91M0Y100K79 
(91%,0%,100%,79%)
(0.91/0.00/1.00/0.79)	

CMYK percentages

%90.57
%0
%100
%79.22

Codes

Color #053500 in popluar color models

053500
RGB5530
HSL114°100.00%10.39%
HSB/HSV114°100.00%20.78%
CMYK90.57%0.00%100.00%
79.22%

Color #053500 in popluar number systems.

HEX053500
Decimal5530
Binary1011101010
Octal5650

Shades and tints

Shades of #053500

#053500
(5,53,0)
#053100
(5,49,0)
#052D00
(5,45,0)
#052900
(5,41,0)
#052500
(5,37,0)
#052100
(5,33,0)
#051D00
(5,29,0)
#051900
(5,25,0)
#051500
(5,21,0)
#051100
(5,17,0)
#050D00
(5,13,0)
#000000
(0,0,0)

Tints of #053500

#053500
(5,53,0)
#1B4717
(27,71,23)
#31592E
(49,89,46)
#476B45
(71,107,69)
#5D7D5C
(93,125,92)
#738F73
(115,143,115)
#89A18A
(137,161,138)
#9FB3A1
(159,179,161)
#B5C5B8
(181,197,184)
#CBD7CF
(203,215,207)
#E1E9E6
(225,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053500; }

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

This text font color is #053500.


Background Color

.myBgColor { background-color: #053500; }

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

This div background color is #053500.


Border color

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

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

This div border color is #053500.


Opacity

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

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

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

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

This text has shadow with #053500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053500 on black background.


Color preview on white background

This text has color #053500 on white background.



Black color preview on #053500 background

This text has black color on #053500 background.


White color preview on #053500 background

This text has white color on #053500 background.