COLOR #57784B

HEX: #57784B
RGB: (87,120,75)

Color info

#57784B contains red, green and blue colors in about the same proportion. Web safe color of #57784B is #666633 (or #663).

RGB color model

#57784B color RGB value is (87,120,75).

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

RGB channels and saturation

R 87 of 255 = 34%
G 120 of 255 = 47%
B 75 of 255 = 29%

87
120
75

R + G + B ~ 37%. #57784B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 120 + 75 = 282 (100%)
R 87 of 282 ~ 30.85%
G 120 of 282 ~ 42.55%
B 75 of 282 ~ 26.6%

%30.85
%42.55
%26.6

CMYK color model

#57784B color CMYK value is (28,0,38,53).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK:
(28,0,38,53)
C28M0Y38K53 
(28%,0%,38%,53%)
(0.28/0.00/0.38/0.53)	

CMYK percentages

%27.5
%0
%37.5
%52.94

Codes

Color #57784B in popluar color models

57784B
RGB8712075
HSL104°23.08%38.24%
HSB/HSV104°37.50%47.06%
CMYK27.50%0.00%37.50%
52.94%

Color #57784B in popluar number systems.

HEX57784B
Decimal8712075
Binary101011111110001001011
Octal127170113

Shades and tints

Shades of #57784B

#57784B
(87,120,75)
#506E45
(80,110,69)
#49643F
(73,100,63)
#425A39
(66,90,57)
#3B5033
(59,80,51)
#34462D
(52,70,45)
#2D3C27
(45,60,39)
#263221
(38,50,33)
#1F281B
(31,40,27)
#181E15
(24,30,21)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #57784B

#57784B
(87,120,75)
#66845B
(102,132,91)
#75906B
(117,144,107)
#849C7B
(132,156,123)
#93A88B
(147,168,139)
#A2B49B
(162,180,155)
#B1C0AB
(177,192,171)
#C0CCBB
(192,204,187)
#CFD8CB
(207,216,203)
#DEE4DB
(222,228,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57784B color. Also use rgb(87,120,75) instead hex code.

Text Font Color

.myTextColor { color: #57784B; }

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

This text font color is #57784B.


Background Color

.myBgColor { background-color: #57784B; }

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

This div background color is #57784B.


Border color

.myBorderColor { border: 1px solid #57784B; }

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

This div border color is #57784B.


Opacity

.myOpacity80 { color: #57784B; opacity: 0.8; }

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

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

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

This text has shadow with #57784B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57784B on black background.


Color preview on white background

This text has color #57784B on white background.



Black color preview on #57784B background

This text has black color on #57784B background.


White color preview on #57784B background

This text has white color on #57784B background.