COLOR #057E5B

HEX: #057E5B
RGB: (5,126,91)

Color info

#057E5B contains mainly green and blue colors. Web safe color of #057E5B is #006666 (or #066).

RGB color model

#057E5B color RGB value is (5,126,91).

  • red value is 5;
  • green value is 126;
  • blue value is 91.
RGB:
(5,126,91)
(2%,49%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 126 of 255 = 49%
B 91 of 255 = 36%

5
126
91

R + G + B ~ 29%. #057E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 126 + 91 = 222 (100%)
R 5 of 222 ~ 2.25%
G 126 of 222 ~ 56.76%
B 91 of 222 ~ 40.99%

%56.76
%40.99

CMYK color model

#057E5B color CMYK value is (96,0,28,51).

  • cyan value is 96.03%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(96,0,28,51)
C96M0Y28K51 
(96%,0%,28%,51%)
(0.96/0.00/0.28/0.51)	

CMYK percentages

%96.03
%0
%27.78
%50.59

Codes

Color #057E5B in popluar color models

057E5B
RGB512691
HSL163°92.37%25.69%
HSB/HSV163°96.03%49.41%
CMYK96.03%0.00%27.78%
50.59%

Color #057E5B in popluar number systems.

HEX057E5B
Decimal512691
Binary10111111101011011
Octal5176133

Shades and tints

Shades of #057E5B

#057E5B
(5,126,91)
#057353
(5,115,83)
#05684B
(5,104,75)
#055D43
(5,93,67)
#05523B
(5,82,59)
#054733
(5,71,51)
#053C2B
(5,60,43)
#053123
(5,49,35)
#05261B
(5,38,27)
#051B13
(5,27,19)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #057E5B

#057E5B
(5,126,91)
#1B8969
(27,137,105)
#319477
(49,148,119)
#479F85
(71,159,133)
#5DAA93
(93,170,147)
#73B5A1
(115,181,161)
#89C0AF
(137,192,175)
#9FCBBD
(159,203,189)
#B5D6CB
(181,214,203)
#CBE1D9
(203,225,217)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057E5B color. Also use rgb(5,126,91) instead hex code.

Text Font Color

.myTextColor { color: #057E5B; }

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

This text font color is #057E5B.


Background Color

.myBgColor { background-color: #057E5B; }

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

This div background color is #057E5B.


Border color

.myBorderColor { border: 1px solid #057E5B; }

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

This div border color is #057E5B.


Opacity

.myOpacity80 { color: #057E5B; opacity: 0.8; }

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

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

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

This text has shadow with #057E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057E5B on black background.


Color preview on white background

This text has color #057E5B on white background.



Black color preview on #057E5B background

This text has black color on #057E5B background.


White color preview on #057E5B background

This text has white color on #057E5B background.