COLOR #57735E

HEX: #57735E
RGB: (87,115,94)

Color info

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

RGB color model

#57735E color RGB value is (87,115,94).

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

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 94 of 255 = 37%

87
115
94

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

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 94 = 296 (100%)
R 87 of 296 ~ 29.39%
G 115 of 296 ~ 38.85%
B 94 of 296 ~ 31.76%

%29.39
%38.85
%31.76

CMYK color model

#57735E color CMYK value is (24,0,18,55).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(24,0,18,55)
C24M0Y18K55 
(24%,0%,18%,55%)
(0.24/0.00/0.18/0.55)	

CMYK percentages

%24.35
%0
%18.26
%54.9

Codes

Color #57735E in popluar color models

57735E
RGB8711594
HSL135°13.86%39.61%
HSB/HSV135°24.35%45.10%
CMYK24.35%0.00%18.26%
54.90%

Color #57735E in popluar number systems.

HEX57735E
Decimal8711594
Binary101011111100111011110
Octal127163136

Shades and tints

Shades of #57735E

#57735E
(87,115,94)
#506956
(80,105,86)
#495F4E
(73,95,78)
#425546
(66,85,70)
#3B4B3E
(59,75,62)
#344136
(52,65,54)
#2D372E
(45,55,46)
#262D26
(38,45,38)
#1F231E
(31,35,30)
#181916
(24,25,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #57735E

#57735E
(87,115,94)
#667F6C
(102,127,108)
#758B7A
(117,139,122)
#849788
(132,151,136)
#93A396
(147,163,150)
#A2AFA4
(162,175,164)
#B1BBB2
(177,187,178)
#C0C7C0
(192,199,192)
#CFD3CE
(207,211,206)
#DEDFDC
(222,223,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57735E; }

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

This text font color is #57735E.


Background Color

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

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

This div background color is #57735E.


Border color

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

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

This div border color is #57735E.


Opacity

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

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

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

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

This text has shadow with #57735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57735E on black background.


Color preview on white background

This text has color #57735E on white background.



Black color preview on #57735E background

This text has black color on #57735E background.


White color preview on #57735E background

This text has white color on #57735E background.