COLOR #57735F

HEX: #57735F
RGB: (87,115,95)

Color info

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

RGB color model

#57735F color RGB value is (87,115,95).

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

RGB channels and saturation

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

87
115
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 95 = 297 (100%)
R 87 of 297 ~ 29.29%
G 115 of 297 ~ 38.72%
B 95 of 297 ~ 31.99%

%29.29
%38.72
%31.99

CMYK color model

#57735F color CMYK value is (24,0,17,55).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(24,0,17,55)
C24M0Y17K55 
(24%,0%,17%,55%)
(0.24/0.00/0.17/0.55)	

CMYK percentages

%24.35
%0
%17.39
%54.9

Codes

Color #57735F in popluar color models

57735F
RGB8711595
HSL137°13.86%39.61%
HSB/HSV137°24.35%45.10%
CMYK24.35%0.00%17.39%
54.90%

Color #57735F in popluar number systems.

HEX57735F
Decimal8711595
Binary101011111100111011111
Octal127163137

Shades and tints

Shades of #57735F

#57735F
(87,115,95)
#506957
(80,105,87)
#495F4F
(73,95,79)
#425547
(66,85,71)
#3B4B3F
(59,75,63)
#344137
(52,65,55)
#2D372F
(45,55,47)
#262D27
(38,45,39)
#1F231F
(31,35,31)
#181917
(24,25,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #57735F

#57735F
(87,115,95)
#667F6D
(102,127,109)
#758B7B
(117,139,123)
#849789
(132,151,137)
#93A397
(147,163,151)
#A2AFA5
(162,175,165)
#B1BBB3
(177,187,179)
#C0C7C1
(192,199,193)
#CFD3CF
(207,211,207)
#DEDFDD
(222,223,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57735F; }

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

This text font color is #57735F.


Background Color

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

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

This div background color is #57735F.


Border color

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

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

This div border color is #57735F.


Opacity

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

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

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

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

This text has shadow with #57735F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57735F on black background.


Color preview on white background

This text has color #57735F on white background.



Black color preview on #57735F background

This text has black color on #57735F background.


White color preview on #57735F background

This text has white color on #57735F background.