COLOR #055721

HEX: #055721 RGB: (5,87,33)

Color info

#055721 contains mainly green and blue colors. Web safe color of #055721 is #006633 (or #063).

RGB color model

#055721 color RGB value is (5,87,33).

RGB: (5,87,33) (2%, 34%, 13%)

RGB channels and saturation

R 5 of 255 = 2%
G 87 of 255 = 34%
B 33 of 255 = 13%

5
87
33

R + G + B ~ 16%. #055721 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 87 + 33 = 125 (100%)
R 5 of 125 ~ 4%
G 87 of 125 ~ 69.6%
B 33 of 125 ~ 26.4'%

%69.6
%26.4

CMYK color model

#055721 color CMYK value is (94,0,62,66).

  • cyan value is 94.25%
  • magenta value is 0.00%
  • yellow value is 62.07%
  • key color value is 65.88%

CMYK: (94,0,62,66)
C94M0Y62K66 (94%, 0%, 62%, 66%)
(0.94 / 0.00 / 0.62 / 0.66)

CMYK percentages

%94.25
%0
%62.07
%65.88

Codes

Color #055721 in popluar color models

05 57 21
RGB 5 87 33
HSL 140° 89.13% 18.04%
HSB/HSV 140° 94.25% 34.12%
CMYK 94.25% 0.00% 62.07%
65.88%

Color #055721 in popluar number systems.

HEX 05 57 21
Decimal 5 87 33
Binary 101 1010111 100001
Octal 5 127 41

Shades and tints

Shades of #055721

#055721
(5,87,33)
#05501E
(5,80,30)
#05491B
(5,73,27)
#054218
(5,66,24)
#053B15
(5,59,21)
#053412
(5,52,18)
#052D0F
(5,45,15)
#05260C
(5,38,12)
#051F09
(5,31,9)
#051806
(5,24,6)
#051103
(5,17,3)
#000000
(0,0,0)

Tints of #055721

#055721
(5,87,33)
#1B6635
(27,102,53)
#317549
(49,117,73)
#47845D
(71,132,93)
#5D9371
(93,147,113)
#73A285
(115,162,133)
#89B199
(137,177,153)
#9FC0AD
(159,192,173)
#B5CFC1
(181,207,193)
#CBDED5
(203,222,213)
#E1EDE9
(225,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055721; }

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

This text font color is #055721.

Background Color

.myBgColor { background-color: #055721; }

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

This div background color is #055721.

Border color

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

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

This div border color is #055721.

Opacity

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

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

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

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

This text has shadow with #055721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055721.

Preview

Color preview on black background

This text has color #055721 on black background.


Color preview on white background

This text has color #055721 on white background.


Black color preview on #055721 background

This text has black color on #055721 background.


White color preview on #055721 background

This text has white color on #055721 background.


Related colors

Complementary color

Complementary color for #hex is #FAA8DE.


I love getcolorcode.com

Triadic colors

1 #210557 and #572105 with #055721 are triadic colors.

2 #215705 and #570521 with #055721 are triadic colors.