COLOR #57764D

HEX: #57764D
RGB: (87,118,77)

Color info

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

RGB color model

#57764D color RGB value is (87,118,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 77 of 255 = 30%

87
118
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 77 = 282 (100%)
R 87 of 282 ~ 30.85%
G 118 of 282 ~ 41.84%
B 77 of 282 ~ 27.3%

%30.85
%41.84
%27.3

CMYK color model

#57764D color CMYK value is (26,0,35,54).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(26,0,35,54)
C26M0Y35K54 
(26%,0%,35%,54%)
(0.26/0.00/0.35/0.54)	

CMYK percentages

%26.27
%0
%34.75
%53.73

Codes

Color #57764D in popluar color models

57764D
RGB8711877
HSL105°21.03%38.24%
HSB/HSV105°34.75%46.27%
CMYK26.27%0.00%34.75%
53.73%

Color #57764D in popluar number systems.

HEX57764D
Decimal8711877
Binary101011111101101001101
Octal127166115

Shades and tints

Shades of #57764D

#57764D
(87,118,77)
#506C46
(80,108,70)
#49623F
(73,98,63)
#425838
(66,88,56)
#3B4E31
(59,78,49)
#34442A
(52,68,42)
#2D3A23
(45,58,35)
#26301C
(38,48,28)
#1F2615
(31,38,21)
#181C0E
(24,28,14)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #57764D

#57764D
(87,118,77)
#66825D
(102,130,93)
#758E6D
(117,142,109)
#849A7D
(132,154,125)
#93A68D
(147,166,141)
#A2B29D
(162,178,157)
#B1BEAD
(177,190,173)
#C0CABD
(192,202,189)
#CFD6CD
(207,214,205)
#DEE2DD
(222,226,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57764D; }

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

This text font color is #57764D.


Background Color

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

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

This div background color is #57764D.


Border color

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

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

This div border color is #57764D.


Opacity

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

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

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

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

This text has shadow with #57764D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57764D on black background.


Color preview on white background

This text has color #57764D on white background.



Black color preview on #57764D background

This text has black color on #57764D background.


White color preview on #57764D background

This text has white color on #57764D background.