COLOR #57794D

HEX: #57794D
RGB: (87,121,77)

Color info

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

RGB color model

#57794D color RGB value is (87,121,77).

  • red value is 87;
  • green value is 121;
  • blue value is 77.
RGB:
(87,121,77)
(34%,47%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 121 of 255 = 47%
B 77 of 255 = 30%

87
121
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 121 + 77 = 285 (100%)
R 87 of 285 ~ 30.53%
G 121 of 285 ~ 42.46%
B 77 of 285 ~ 27.02%

%30.53
%42.46
%27.02

CMYK color model

#57794D color CMYK value is (28,0,36,53).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK:
(28,0,36,53)
C28M0Y36K53 
(28%,0%,36%,53%)
(0.28/0.00/0.36/0.53)	

CMYK percentages

%28.1
%0
%36.36
%52.55

Codes

Color #57794D in popluar color models

57794D
RGB8712177
HSL106°22.22%38.82%
HSB/HSV106°36.36%47.45%
CMYK28.10%0.00%36.36%
52.55%

Color #57794D in popluar number systems.

HEX57794D
Decimal8712177
Binary101011111110011001101
Octal127171115

Shades and tints

Shades of #57794D

#57794D
(87,121,77)
#506E46
(80,110,70)
#49633F
(73,99,63)
#425838
(66,88,56)
#3B4D31
(59,77,49)
#34422A
(52,66,42)
#2D3723
(45,55,35)
#262C1C
(38,44,28)
#1F2115
(31,33,21)
#18160E
(24,22,14)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #57794D

#57794D
(87,121,77)
#66855D
(102,133,93)
#75916D
(117,145,109)
#849D7D
(132,157,125)
#93A98D
(147,169,141)
#A2B59D
(162,181,157)
#B1C1AD
(177,193,173)
#C0CDBD
(192,205,189)
#CFD9CD
(207,217,205)
#DEE5DD
(222,229,221)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57794D color. Also use rgb(87,121,77) instead hex code.

Text Font Color

.myTextColor { color: #57794D; }

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

This text font color is #57794D.


Background Color

.myBgColor { background-color: #57794D; }

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

This div background color is #57794D.


Border color

.myBorderColor { border: 1px solid #57794D; }

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

This div border color is #57794D.


Opacity

.myOpacity80 { color: #57794D; opacity: 0.8; }

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

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

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

This text has shadow with #57794D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57794D on black background.


Color preview on white background

This text has color #57794D on white background.



Black color preview on #57794D background

This text has black color on #57794D background.


White color preview on #57794D background

This text has white color on #57794D background.