COLOR #053721

HEX: #053721 RGB: (5,55,33)

Color info

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

RGB color model

#053721 color RGB value is (5,55,33).

RGB: (5,55,33) (2%, 22%, 13%)

RGB channels and saturation

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

5
55
33

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

Portions of RGB colors in percentages

R + G + B = 5 + 55 + 33 = 93 (100%)
R 5 of 93 ~ 5.38%
G 55 of 93 ~ 59.14%
B 33 of 93 ~ 35.48'%

%59.14
%35.48

CMYK color model

#053721 color CMYK value is (91,0,40,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 78.43%

CMYK: (91,0,40,78)
C91M0Y40K78 (91%, 0%, 40%, 78%)
(0.91 / 0.00 / 0.40 / 0.78)

CMYK percentages

%90.91
%0
%40
%78.43

Codes

Color #053721 in popluar color models

05 37 21
RGB 5 55 33
HSL 154° 83.33% 11.76%
HSB/HSV 154° 90.91% 21.57%
CMYK 90.91% 0.00% 40.00%
78.43%

Color #053721 in popluar number systems.

HEX 05 37 21
Decimal 5 55 33
Binary 101 110111 100001
Octal 5 67 41

Shades and tints

Shades of #053721

#053721
(5,55,33)
#05321E
(5,50,30)
#052D1B
(5,45,27)
#052818
(5,40,24)
#052315
(5,35,21)
#051E12
(5,30,18)
#05190F
(5,25,15)
#05140C
(5,20,12)
#050F09
(5,15,9)
#050A06
(5,10,6)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #053721

#053721
(5,55,33)
#1B4935
(27,73,53)
#315B49
(49,91,73)
#476D5D
(71,109,93)
#5D7F71
(93,127,113)
#739185
(115,145,133)
#89A399
(137,163,153)
#9FB5AD
(159,181,173)
#B5C7C1
(181,199,193)
#CBD9D5
(203,217,213)
#E1EBE9
(225,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053721; }

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

This text font color is #053721.

Background Color

.myBgColor { background-color: #053721; }

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

This div background color is #053721.

Border color

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

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

This div border color is #053721.

Opacity

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

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

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

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

This text has shadow with #053721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053721.

Preview

Color preview on black background

This text has color #053721 on black background.


Color preview on white background

This text has color #053721 on white background.


Black color preview on #053721 background

This text has black color on #053721 background.


White color preview on #053721 background

This text has white color on #053721 background.


Related colors

Complementary color

Complementary color for #hex is #FAC8DE.


I love getcolorcode.com

Triadic colors

1 #210537 and #372105 with #053721 are triadic colors.

2 #213705 and #370521 with #053721 are triadic colors.