COLOR #57785E

HEX: #57785E
RGB: (87,120,94)

Color info

#57785E contains red, green and blue colors in about the same proportion. Web safe color of #57785E is #666666 (or #666).

RGB color model

#57785E color RGB value is (87,120,94).

  • red value is 87;
  • green value is 120;
  • blue value is 94.
RGB:
(87,120,94)
(34%,47%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 120 of 255 = 47%
B 94 of 255 = 37%

87
120
94

R + G + B ~ 39%. #57785E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 120 + 94 = 301 (100%)
R 87 of 301 ~ 28.9%
G 120 of 301 ~ 39.87%
B 94 of 301 ~ 31.23%

%28.9
%39.87
%31.23

CMYK color model

#57785E color CMYK value is (28,0,22,53).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(28,0,22,53)
C28M0Y22K53 
(28%,0%,22%,53%)
(0.28/0.00/0.22/0.53)	

CMYK percentages

%27.5
%0
%21.67
%52.94

Codes

Color #57785E in popluar color models

57785E
RGB8712094
HSL133°15.94%40.59%
HSB/HSV133°27.50%47.06%
CMYK27.50%0.00%21.67%
52.94%

Color #57785E in popluar number systems.

HEX57785E
Decimal8712094
Binary101011111110001011110
Octal127170136

Shades and tints

Shades of #57785E

#57785E
(87,120,94)
#506E56
(80,110,86)
#49644E
(73,100,78)
#425A46
(66,90,70)
#3B503E
(59,80,62)
#344636
(52,70,54)
#2D3C2E
(45,60,46)
#263226
(38,50,38)
#1F281E
(31,40,30)
#181E16
(24,30,22)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #57785E

#57785E
(87,120,94)
#66846C
(102,132,108)
#75907A
(117,144,122)
#849C88
(132,156,136)
#93A896
(147,168,150)
#A2B4A4
(162,180,164)
#B1C0B2
(177,192,178)
#C0CCC0
(192,204,192)
#CFD8CE
(207,216,206)
#DEE4DC
(222,228,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57785E color. Also use rgb(87,120,94) instead hex code.

Text Font Color

.myTextColor { color: #57785E; }

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

This text font color is #57785E.


Background Color

.myBgColor { background-color: #57785E; }

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

This div background color is #57785E.


Border color

.myBorderColor { border: 1px solid #57785E; }

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

This div border color is #57785E.


Opacity

.myOpacity80 { color: #57785E; opacity: 0.8; }

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

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

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

This text has shadow with #57785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57785E on black background.


Color preview on white background

This text has color #57785E on white background.



Black color preview on #57785E background

This text has black color on #57785E background.


White color preview on #57785E background

This text has white color on #57785E background.