COLOR #57795B

HEX: #57795B
RGB: (87,121,91)

Color info

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

RGB color model

#57795B color RGB value is (87,121,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 121 of 255 = 47%
B 91 of 255 = 36%

87
121
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 121 + 91 = 299 (100%)
R 87 of 299 ~ 29.1%
G 121 of 299 ~ 40.47%
B 91 of 299 ~ 30.43%

%29.1
%40.47
%30.43

CMYK color model

#57795B color CMYK value is (28,0,25,53).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(28,0,25,53)
C28M0Y25K53 
(28%,0%,25%,53%)
(0.28/0.00/0.25/0.53)	

CMYK percentages

%28.1
%0
%24.79
%52.55

Codes

Color #57795B in popluar color models

57795B
RGB8712191
HSL127°16.35%40.78%
HSB/HSV127°28.10%47.45%
CMYK28.10%0.00%24.79%
52.55%

Color #57795B in popluar number systems.

HEX57795B
Decimal8712191
Binary101011111110011011011
Octal127171133

Shades and tints

Shades of #57795B

#57795B
(87,121,91)
#506E53
(80,110,83)
#49634B
(73,99,75)
#425843
(66,88,67)
#3B4D3B
(59,77,59)
#344233
(52,66,51)
#2D372B
(45,55,43)
#262C23
(38,44,35)
#1F211B
(31,33,27)
#181613
(24,22,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #57795B

#57795B
(87,121,91)
#668569
(102,133,105)
#759177
(117,145,119)
#849D85
(132,157,133)
#93A993
(147,169,147)
#A2B5A1
(162,181,161)
#B1C1AF
(177,193,175)
#C0CDBD
(192,205,189)
#CFD9CB
(207,217,203)
#DEE5D9
(222,229,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57795B color. Also use rgb(87,121,91) instead hex code.

Text Font Color

.myTextColor { color: #57795B; }

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

This text font color is #57795B.


Background Color

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

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

This div background color is #57795B.


Border color

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

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

This div border color is #57795B.


Opacity

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

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

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

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

This text has shadow with #57795B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57795B on black background.


Color preview on white background

This text has color #57795B on white background.



Black color preview on #57795B background

This text has black color on #57795B background.


White color preview on #57795B background

This text has white color on #57795B background.