COLOR #005700

HEX: #005700 RGB: (0,87,0)

Color info

#005700 contains only green color. Web safe color of #005700 is #006600 (or #060).

RGB color model

#005700 color RGB value is (0,87,0).

RGB: (0,87,0) (0%, 34%, 0%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 0 of 255 = 0%

0
87
0

R + G + B ~ 11%. #005700 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 87 + 0 = 87 (100%)
R 0 of 87 ~ 0%
G 87 of 87 ~ 100%
B 0 of 87 ~ 0'%

%100

CMYK color model

#005700 color CMYK value is (100,0,100,66).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.88%
CMYK: (100,0,100,66) C100M0Y100K66 (100%,0%,100%,66%) (1.00/0.00/1.00/0.66) 

CMYK percentages

%100
%0
%100
%65.88

Codes

Color #005700 in popluar color models

00 57 00
RGB 0 87 0
HSL 120° 100.00% 17.06%
HSB/HSV 120° 100.00% 34.12%
CMYK 100.00% 0.00% 100.00%
65.88%

Color #005700 in popluar number systems.

HEX 00 57 00
Decimal 0 87 0
Binary 0 1010111 0
Octal 0 127 0

Shades and tints

Shades of #005700

#005700
(0,87,0)
#005000
(0,80,0)
#004900
(0,73,0)
#004200
(0,66,0)
#003B00
(0,59,0)
#003400
(0,52,0)
#002D00
(0,45,0)
#002600
(0,38,0)
#001F00
(0,31,0)
#001800
(0,24,0)
#001100
(0,17,0)
#000000
(0,0,0)

Tints of #005700

#005700
(0,87,0)
#176617
(23,102,23)
#2E752E
(46,117,46)
#458445
(69,132,69)
#5C935C
(92,147,92)
#73A273
(115,162,115)
#8AB18A
(138,177,138)
#A1C0A1
(161,192,161)
#B8CFB8
(184,207,184)
#CFDECF
(207,222,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005700; }

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

This text font color is #005700.

Background Color

.myBgColor { background-color: #005700; }

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

This div background color is #005700.

Border color

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

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

This div border color is #005700.

Opacity

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

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

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

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

This text has shadow with #005700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005700.

Preview

Color preview on black background

This text has color #005700 on black background.


Color preview on white background

This text has color #005700 on white background.


Black color preview on #005700 background

This text has black color on #005700 background.


White color preview on #005700 background

This text has white color on #005700 background.


Related colors

Complementary color

Complementary color for #hex is #FFA8FF.


I love getcolorcode.com

Gradients

Color #005700 is used in Deep Green gradient.

Deep Green


Triadic colors

1 #000057 and #570000 with #005700 are triadic colors.

2 #005700 and #570000 with #005700 are triadic colors.