COLOR #053702

HEX: #053702
RGB: (5,55,2)

Color info

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

RGB color model

#053702 color RGB value is (5,55,2).

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

RGB channels and saturation

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

5
55
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 55 + 2 = 62 (100%)
R 5 of 62 ~ 8.06%
G 55 of 62 ~ 88.71%
B 2 of 62 ~ 3.23%

%88.71

CMYK color model

#053702 color CMYK value is (91,0,96,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 96.36%
  • key color value is 78.43%
CMYK:
(91,0,96,78)
C91M0Y96K78 
(91%,0%,96%,78%)
(0.91/0.00/0.96/0.78)	

CMYK percentages

%90.91
%0
%96.36
%78.43

Codes

Color #053702 in popluar color models

053702
RGB5552
HSL117°92.98%11.18%
HSB/HSV117°96.36%21.57%
CMYK90.91%0.00%96.36%
78.43%

Color #053702 in popluar number systems.

HEX053702
Decimal5552
Binary10111011110
Octal5672

Shades and tints

Shades of #053702

#053702
(5,55,2)
#053202
(5,50,2)
#052D02
(5,45,2)
#052802
(5,40,2)
#052302
(5,35,2)
#051E02
(5,30,2)
#051902
(5,25,2)
#051402
(5,20,2)
#050F02
(5,15,2)
#050A02
(5,10,2)
#050502
(5,5,2)
#000000
(0,0,0)

Tints of #053702

#053702
(5,55,2)
#1B4919
(27,73,25)
#315B30
(49,91,48)
#476D47
(71,109,71)
#5D7F5E
(93,127,94)
#739175
(115,145,117)
#89A38C
(137,163,140)
#9FB5A3
(159,181,163)
#B5C7BA
(181,199,186)
#CBD9D1
(203,217,209)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053702; }

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

This text font color is #053702.


Background Color

.myBgColor { background-color: #053702; }

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

This div background color is #053702.


Border color

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

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

This div border color is #053702.


Opacity

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

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

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

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

This text has shadow with #053702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053702 on black background.


Color preview on white background

This text has color #053702 on white background.



Black color preview on #053702 background

This text has black color on #053702 background.


White color preview on #053702 background

This text has white color on #053702 background.