COLOR #057714

HEX: #057714
RGB: (5,119,20)

Color info

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

RGB color model

#057714 color RGB value is (5,119,20).

  • red value is 5;
  • green value is 119;
  • blue value is 20.
RGB:
(5,119,20)
(2%,47%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 119 of 255 = 47%
B 20 of 255 = 8%

5
119
20

R + G + B ~ 19%. #057714 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 119 + 20 = 144 (100%)
R 5 of 144 ~ 3.47%
G 119 of 144 ~ 82.64%
B 20 of 144 ~ 13.89%

%82.64
%13.89

CMYK color model

#057714 color CMYK value is (96,0,83,53).

  • cyan value is 95.80%
  • magenta value is 0.00%
  • yellow value is 83.19%
  • key color value is 53.33%
CMYK:
(96,0,83,53)
C96M0Y83K53 
(96%,0%,83%,53%)
(0.96/0.00/0.83/0.53)	

CMYK percentages

%95.8
%0
%83.19
%53.33

Codes

Color #057714 in popluar color models

057714
RGB511920
HSL128°91.94%24.31%
HSB/HSV128°95.80%46.67%
CMYK95.80%0.00%83.19%
53.33%

Color #057714 in popluar number systems.

HEX057714
Decimal511920
Binary101111011110100
Octal516724

Shades and tints

Shades of #057714

#057714
(5,119,20)
#056D13
(5,109,19)
#056312
(5,99,18)
#055911
(5,89,17)
#054F10
(5,79,16)
#05450F
(5,69,15)
#053B0E
(5,59,14)
#05310D
(5,49,13)
#05270C
(5,39,12)
#051D0B
(5,29,11)
#05130A
(5,19,10)
#000000
(0,0,0)

Tints of #057714

#057714
(5,119,20)
#1B8329
(27,131,41)
#318F3E
(49,143,62)
#479B53
(71,155,83)
#5DA768
(93,167,104)
#73B37D
(115,179,125)
#89BF92
(137,191,146)
#9FCBA7
(159,203,167)
#B5D7BC
(181,215,188)
#CBE3D1
(203,227,209)
#E1EFE6
(225,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057714 color. Also use rgb(5,119,20) instead hex code.

Text Font Color

.myTextColor { color: #057714; }

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

This text font color is #057714.


Background Color

.myBgColor { background-color: #057714; }

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

This div background color is #057714.


Border color

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

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

This div border color is #057714.


Opacity

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

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

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

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

This text has shadow with #057714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057714 on black background.


Color preview on white background

This text has color #057714 on white background.



Black color preview on #057714 background

This text has black color on #057714 background.


White color preview on #057714 background

This text has white color on #057714 background.