COLOR #053700

HEX: #053700
RGB: (5,55,0)

Color info

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

RGB color model

#053700 color RGB value is (5,55,0).

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

RGB channels and saturation

R 5 of 255 = 2%
G 55 of 255 = 22%
B 0 of 255 = 0%

5
55
0

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

Portions of RGB colors in percentages

R + G + B =
5 + 55 + 0 = 60 (100%)
R 5 of 60 ~ 8.33%
G 55 of 60 ~ 91.67%
B 0 of 60 ~ 0%

%91.67

CMYK color model

#053700 color CMYK value is (91,0,100,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 78.43%
CMYK:
(91,0,100,78)
C91M0Y100K78 
(91%,0%,100%,78%)
(0.91/0.00/1.00/0.78)	

CMYK percentages

%90.91
%0
%100
%78.43

Codes

Color #053700 in popluar color models

053700
RGB5550
HSL115°100.00%10.78%
HSB/HSV115°100.00%21.57%
CMYK90.91%0.00%100.00%
78.43%

Color #053700 in popluar number systems.

HEX053700
Decimal5550
Binary1011101110
Octal5670

Shades and tints

Shades of #053700

#053700
(5,55,0)
#053200
(5,50,0)
#052D00
(5,45,0)
#052800
(5,40,0)
#052300
(5,35,0)
#051E00
(5,30,0)
#051900
(5,25,0)
#051400
(5,20,0)
#050F00
(5,15,0)
#050A00
(5,10,0)
#050500
(5,5,0)
#000000
(0,0,0)

Tints of #053700

#053700
(5,55,0)
#1B4917
(27,73,23)
#315B2E
(49,91,46)
#476D45
(71,109,69)
#5D7F5C
(93,127,92)
#739173
(115,145,115)
#89A38A
(137,163,138)
#9FB5A1
(159,181,161)
#B5C7B8
(181,199,184)
#CBD9CF
(203,217,207)
#E1EBE6
(225,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053700; }

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

This text font color is #053700.


Background Color

.myBgColor { background-color: #053700; }

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

This div background color is #053700.


Border color

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

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

This div border color is #053700.


Opacity

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

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

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

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

This text has shadow with #053700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053700 on black background.


Color preview on white background

This text has color #053700 on white background.



Black color preview on #053700 background

This text has black color on #053700 background.


White color preview on #053700 background

This text has white color on #053700 background.