COLOR #057855

HEX: #057855
RGB: (5,120,85)

Color info

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

RGB color model

#057855 color RGB value is (5,120,85).

  • red value is 5;
  • green value is 120;
  • blue value is 85.
RGB:
(5,120,85)
(2%,47%,33%)

RGB channels and saturation

R 5 of 255 = 2%
G 120 of 255 = 47%
B 85 of 255 = 33%

5
120
85

R + G + B ~ 27%. #057855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 120 + 85 = 210 (100%)
R 5 of 210 ~ 2.38%
G 120 of 210 ~ 57.14%
B 85 of 210 ~ 40.48%

%57.14
%40.48

CMYK color model

#057855 color CMYK value is (96,0,29,53).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(96,0,29,53)
C96M0Y29K53 
(96%,0%,29%,53%)
(0.96/0.00/0.29/0.53)	

CMYK percentages

%95.83
%0
%29.17
%52.94

Codes

Color #057855 in popluar color models

057855
RGB512085
HSL162°92.00%24.51%
HSB/HSV162°95.83%47.06%
CMYK95.83%0.00%29.17%
52.94%

Color #057855 in popluar number systems.

HEX057855
Decimal512085
Binary10111110001010101
Octal5170125

Shades and tints

Shades of #057855

#057855
(5,120,85)
#056E4E
(5,110,78)
#056447
(5,100,71)
#055A40
(5,90,64)
#055039
(5,80,57)
#054632
(5,70,50)
#053C2B
(5,60,43)
#053224
(5,50,36)
#05281D
(5,40,29)
#051E16
(5,30,22)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #057855

#057855
(5,120,85)
#1B8464
(27,132,100)
#319073
(49,144,115)
#479C82
(71,156,130)
#5DA891
(93,168,145)
#73B4A0
(115,180,160)
#89C0AF
(137,192,175)
#9FCCBE
(159,204,190)
#B5D8CD
(181,216,205)
#CBE4DC
(203,228,220)
#E1F0EB
(225,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057855 color. Also use rgb(5,120,85) instead hex code.

Text Font Color

.myTextColor { color: #057855; }

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

This text font color is #057855.


Background Color

.myBgColor { background-color: #057855; }

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

This div background color is #057855.


Border color

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

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

This div border color is #057855.


Opacity

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

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

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

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

This text has shadow with #057855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057855 on black background.


Color preview on white background

This text has color #057855 on white background.



Black color preview on #057855 background

This text has black color on #057855 background.


White color preview on #057855 background

This text has white color on #057855 background.