COLOR #057931

HEX: #057931
RGB: (5,121,49)

Color info

#057931 contains mainly green color. Web safe color of #057931 is #006633 (or #063).

RGB color model

#057931 color RGB value is (5,121,49).

  • red value is 5;
  • green value is 121;
  • blue value is 49.
RGB:
(5,121,49)
(2%,47%,19%)

RGB channels and saturation

R 5 of 255 = 2%
G 121 of 255 = 47%
B 49 of 255 = 19%

5
121
49

R + G + B ~ 23%. #057931 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 121 + 49 = 175 (100%)
R 5 of 175 ~ 2.86%
G 121 of 175 ~ 69.14%
B 49 of 175 ~ 28%

%69.14
%28

CMYK color model

#057931 color CMYK value is (96,0,60,53).

  • cyan value is 95.87%
  • magenta value is 0.00%
  • yellow value is 59.50%
  • key color value is 52.55%
CMYK:
(96,0,60,53)
C96M0Y60K53 
(96%,0%,60%,53%)
(0.96/0.00/0.60/0.53)	

CMYK percentages

%95.87
%0
%59.5
%52.55

Codes

Color #057931 in popluar color models

057931
RGB512149
HSL143°92.06%24.71%
HSB/HSV143°95.87%47.45%
CMYK95.87%0.00%59.50%
52.55%

Color #057931 in popluar number systems.

HEX057931
Decimal512149
Binary1011111001110001
Octal517161

Shades and tints

Shades of #057931

#057931
(5,121,49)
#056E2D
(5,110,45)
#056329
(5,99,41)
#055825
(5,88,37)
#054D21
(5,77,33)
#05421D
(5,66,29)
#053719
(5,55,25)
#052C15
(5,44,21)
#052111
(5,33,17)
#05160D
(5,22,13)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #057931

#057931
(5,121,49)
#1B8543
(27,133,67)
#319155
(49,145,85)
#479D67
(71,157,103)
#5DA979
(93,169,121)
#73B58B
(115,181,139)
#89C19D
(137,193,157)
#9FCDAF
(159,205,175)
#B5D9C1
(181,217,193)
#CBE5D3
(203,229,211)
#E1F1E5
(225,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057931 color. Also use rgb(5,121,49) instead hex code.

Text Font Color

.myTextColor { color: #057931; }

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

This text font color is #057931.


Background Color

.myBgColor { background-color: #057931; }

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

This div background color is #057931.


Border color

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

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

This div border color is #057931.


Opacity

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

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

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

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

This text has shadow with #057931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057931 on black background.


Color preview on white background

This text has color #057931 on white background.



Black color preview on #057931 background

This text has black color on #057931 background.


White color preview on #057931 background

This text has white color on #057931 background.