COLOR #053720

HEX: #053720
RGB: (5,55,32)

Color info

#053720 contains red, green and blue colors in about the same proportion. Web safe color of #053720 is #003333 (or #033).

RGB color model

#053720 color RGB value is (5,55,32).

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

RGB channels and saturation

R 5 of 255 = 2%
G 55 of 255 = 22%
B 32 of 255 = 13%

5
55
32

R + G + B ~ 12%. #053720 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 55 + 32 = 92 (100%)
R 5 of 92 ~ 5.43%
G 55 of 92 ~ 59.78%
B 32 of 92 ~ 34.78%

%59.78
%34.78

CMYK color model

#053720 color CMYK value is (91,0,42,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 78.43%
CMYK:
(91,0,42,78)
C91M0Y42K78 
(91%,0%,42%,78%)
(0.91/0.00/0.42/0.78)	

CMYK percentages

%90.91
%0
%41.82
%78.43

Codes

Color #053720 in popluar color models

053720
RGB55532
HSL152°83.33%11.76%
HSB/HSV152°90.91%21.57%
CMYK90.91%0.00%41.82%
78.43%

Color #053720 in popluar number systems.

HEX053720
Decimal55532
Binary101110111100000
Octal56740

Shades and tints

Shades of #053720

#053720
(5,55,32)
#05321E
(5,50,30)
#052D1C
(5,45,28)
#05281A
(5,40,26)
#052318
(5,35,24)
#051E16
(5,30,22)
#051914
(5,25,20)
#051412
(5,20,18)
#050F10
(5,15,16)
#050A0E
(5,10,14)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #053720

#053720
(5,55,32)
#1B4934
(27,73,52)
#315B48
(49,91,72)
#476D5C
(71,109,92)
#5D7F70
(93,127,112)
#739184
(115,145,132)
#89A398
(137,163,152)
#9FB5AC
(159,181,172)
#B5C7C0
(181,199,192)
#CBD9D4
(203,217,212)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053720; }

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

This text font color is #053720.


Background Color

.myBgColor { background-color: #053720; }

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

This div background color is #053720.


Border color

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

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

This div border color is #053720.


Opacity

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

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

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

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

This text has shadow with #053720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053720 on black background.


Color preview on white background

This text has color #053720 on white background.



Black color preview on #053720 background

This text has black color on #053720 background.


White color preview on #053720 background

This text has white color on #053720 background.