COLOR #057417

HEX: #057417
RGB: (5,116,23)

Color info

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

RGB color model

#057417 color RGB value is (5,116,23).

  • red value is 5;
  • green value is 116;
  • blue value is 23.
RGB:
(5,116,23)
(2%,45%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 116 of 255 = 45%
B 23 of 255 = 9%

5
116
23

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

Portions of RGB colors in percentages

R + G + B =
5 + 116 + 23 = 144 (100%)
R 5 of 144 ~ 3.47%
G 116 of 144 ~ 80.56%
B 23 of 144 ~ 15.97%

%80.56
%15.97

CMYK color model

#057417 color CMYK value is (96,0,80,55).

  • cyan value is 95.69%
  • magenta value is 0.00%
  • yellow value is 80.17%
  • key color value is 54.51%
CMYK:
(96,0,80,55)
C96M0Y80K55 
(96%,0%,80%,55%)
(0.96/0.00/0.80/0.55)	

CMYK percentages

%95.69
%0
%80.17
%54.51

Codes

Color #057417 in popluar color models

057417
RGB511623
HSL130°91.74%23.73%
HSB/HSV130°95.69%45.49%
CMYK95.69%0.00%80.17%
54.51%

Color #057417 in popluar number systems.

HEX057417
Decimal511623
Binary101111010010111
Octal516427

Shades and tints

Shades of #057417

#057417
(5,116,23)
#056A15
(5,106,21)
#056013
(5,96,19)
#055611
(5,86,17)
#054C0F
(5,76,15)
#05420D
(5,66,13)
#05380B
(5,56,11)
#052E09
(5,46,9)
#052407
(5,36,7)
#051A05
(5,26,5)
#051003
(5,16,3)
#000000
(0,0,0)

Tints of #057417

#057417
(5,116,23)
#1B802C
(27,128,44)
#318C41
(49,140,65)
#479856
(71,152,86)
#5DA46B
(93,164,107)
#73B080
(115,176,128)
#89BC95
(137,188,149)
#9FC8AA
(159,200,170)
#B5D4BF
(181,212,191)
#CBE0D4
(203,224,212)
#E1ECE9
(225,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057417 color. Also use rgb(5,116,23) instead hex code.

Text Font Color

.myTextColor { color: #057417; }

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

This text font color is #057417.


Background Color

.myBgColor { background-color: #057417; }

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

This div background color is #057417.


Border color

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

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

This div border color is #057417.


Opacity

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

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

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

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

This text has shadow with #057417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057417 on black background.


Color preview on white background

This text has color #057417 on white background.



Black color preview on #057417 background

This text has black color on #057417 background.


White color preview on #057417 background

This text has white color on #057417 background.