COLOR #057B28

HEX: #057B28
RGB: (5,123,40)

Color info

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

RGB color model

#057B28 color RGB value is (5,123,40).

  • red value is 5;
  • green value is 123;
  • blue value is 40.
RGB:
(5,123,40)
(2%,48%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 123 of 255 = 48%
B 40 of 255 = 16%

5
123
40

R + G + B ~ 22%. #057B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 123 + 40 = 168 (100%)
R 5 of 168 ~ 2.98%
G 123 of 168 ~ 73.21%
B 40 of 168 ~ 23.81%

%73.21
%23.81

CMYK color model

#057B28 color CMYK value is (96,0,67,52).

  • cyan value is 95.93%
  • magenta value is 0.00%
  • yellow value is 67.48%
  • key color value is 51.76%
CMYK:
(96,0,67,52)
C96M0Y67K52 
(96%,0%,67%,52%)
(0.96/0.00/0.67/0.52)	

CMYK percentages

%95.93
%0
%67.48
%51.76

Codes

Color #057B28 in popluar color models

057B28
RGB512340
HSL138°92.19%25.10%
HSB/HSV138°95.93%48.24%
CMYK95.93%0.00%67.48%
51.76%

Color #057B28 in popluar number systems.

HEX057B28
Decimal512340
Binary1011111011101000
Octal517350

Shades and tints

Shades of #057B28

#057B28
(5,123,40)
#057025
(5,112,37)
#056522
(5,101,34)
#055A1F
(5,90,31)
#054F1C
(5,79,28)
#054419
(5,68,25)
#053916
(5,57,22)
#052E13
(5,46,19)
#052310
(5,35,16)
#05180D
(5,24,13)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #057B28

#057B28
(5,123,40)
#1B873B
(27,135,59)
#31934E
(49,147,78)
#479F61
(71,159,97)
#5DAB74
(93,171,116)
#73B787
(115,183,135)
#89C39A
(137,195,154)
#9FCFAD
(159,207,173)
#B5DBC0
(181,219,192)
#CBE7D3
(203,231,211)
#E1F3E6
(225,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057B28 color. Also use rgb(5,123,40) instead hex code.

Text Font Color

.myTextColor { color: #057B28; }

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

This text font color is #057B28.


Background Color

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

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

This div background color is #057B28.


Border color

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

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

This div border color is #057B28.


Opacity

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

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

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

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

This text has shadow with #057B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057B28 on black background.


Color preview on white background

This text has color #057B28 on white background.



Black color preview on #057B28 background

This text has black color on #057B28 background.


White color preview on #057B28 background

This text has white color on #057B28 background.