COLOR #057314

HEX: #057314
RGB: (5,115,20)

Color info

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

RGB color model

#057314 color RGB value is (5,115,20).

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

RGB channels and saturation

R 5 of 255 = 2%
G 115 of 255 = 45%
B 20 of 255 = 8%

5
115
20

R + G + B ~ 18%. #057314 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 115 + 20 = 140 (100%)
R 5 of 140 ~ 3.57%
G 115 of 140 ~ 82.14%
B 20 of 140 ~ 14.29%

%82.14
%14.29

CMYK color model

#057314 color CMYK value is (96,0,83,55).

  • cyan value is 95.65%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(96,0,83,55)
C96M0Y83K55 
(96%,0%,83%,55%)
(0.96/0.00/0.83/0.55)	

CMYK percentages

%95.65
%0
%82.61
%54.9

Codes

Color #057314 in popluar color models

057314
RGB511520
HSL128°91.67%23.53%
HSB/HSV128°95.65%45.10%
CMYK95.65%0.00%82.61%
54.90%

Color #057314 in popluar number systems.

HEX057314
Decimal511520
Binary101111001110100
Octal516324

Shades and tints

Shades of #057314

#057314
(5,115,20)
#056913
(5,105,19)
#055F12
(5,95,18)
#055511
(5,85,17)
#054B10
(5,75,16)
#05410F
(5,65,15)
#05370E
(5,55,14)
#052D0D
(5,45,13)
#05230C
(5,35,12)
#05190B
(5,25,11)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #057314

#057314
(5,115,20)
#1B7F29
(27,127,41)
#318B3E
(49,139,62)
#479753
(71,151,83)
#5DA368
(93,163,104)
#73AF7D
(115,175,125)
#89BB92
(137,187,146)
#9FC7A7
(159,199,167)
#B5D3BC
(181,211,188)
#CBDFD1
(203,223,209)
#E1EBE6
(225,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #057314; }

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

This text font color is #057314.


Background Color

.myBgColor { background-color: #057314; }

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

This div background color is #057314.


Border color

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

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

This div border color is #057314.


Opacity

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

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

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

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

This text has shadow with #057314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057314 on black background.


Color preview on white background

This text has color #057314 on white background.



Black color preview on #057314 background

This text has black color on #057314 background.


White color preview on #057314 background

This text has white color on #057314 background.