COLOR #055704

HEX: #055704
RGB: (5,87,4)

Color info

#055704 contains mainly green color. Web safe color of #055704 is #006600 (or #060).

RGB color model

#055704 color RGB value is (5,87,4).

  • red value is 5;
  • green value is 87;
  • blue value is 4.
RGB:
(5,87,4)
(2%,34%,2%)

RGB channels and saturation

R 5 of 255 = 2%
G 87 of 255 = 34%
B 4 of 255 = 2%

5
87
4

R + G + B ~ 13%. #055704 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 87 + 4 = 96 (100%)
R 5 of 96 ~ 5.21%
G 87 of 96 ~ 90.63%
B 4 of 96 ~ 4.17%

%90.63

CMYK color model

#055704 color CMYK value is (94,0,95,66).

  • cyan value is 94.25%
  • magenta value is 0.00%
  • yellow value is 95.40%
  • key color value is 65.88%
CMYK:
(94,0,95,66)
C94M0Y95K66 
(94%,0%,95%,66%)
(0.94/0.00/0.95/0.66)	

CMYK percentages

%94.25
%0
%95.4
%65.88

Codes

Color #055704 in popluar color models

055704
RGB5874
HSL119°91.21%17.84%
HSB/HSV119°95.40%34.12%
CMYK94.25%0.00%95.40%
65.88%

Color #055704 in popluar number systems.

HEX055704
Decimal5874
Binary1011010111100
Octal51274

Shades and tints

Shades of #055704

#055704
(5,87,4)
#055004
(5,80,4)
#054904
(5,73,4)
#054204
(5,66,4)
#053B04
(5,59,4)
#053404
(5,52,4)
#052D04
(5,45,4)
#052604
(5,38,4)
#051F04
(5,31,4)
#051804
(5,24,4)
#051104
(5,17,4)
#000000
(0,0,0)

Tints of #055704

#055704
(5,87,4)
#1B661A
(27,102,26)
#317530
(49,117,48)
#478446
(71,132,70)
#5D935C
(93,147,92)
#73A272
(115,162,114)
#89B188
(137,177,136)
#9FC09E
(159,192,158)
#B5CFB4
(181,207,180)
#CBDECA
(203,222,202)
#E1EDE0
(225,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055704; }

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

This text font color is #055704.


Background Color

.myBgColor { background-color: #055704; }

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

This div background color is #055704.


Border color

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

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

This div border color is #055704.


Opacity

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

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

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

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

This text has shadow with #055704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055704 on black background.


Color preview on white background

This text has color #055704 on white background.



Black color preview on #055704 background

This text has black color on #055704 background.


White color preview on #055704 background

This text has white color on #055704 background.