COLOR #57865C

HEX: #57865C
RGB: (87,134,92)

Color info

#57865C contains red, green and blue colors in about the same proportion. Web safe color of #57865C is #669966 (or #696).

RGB color model

#57865C color RGB value is (87,134,92).

  • red value is 87;
  • green value is 134;
  • blue value is 92.
RGB:
(87,134,92)
(34%,53%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 134 of 255 = 53%
B 92 of 255 = 36%

87
134
92

R + G + B ~ 41%. #57865C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 134 + 92 = 313 (100%)
R 87 of 313 ~ 27.8%
G 134 of 313 ~ 42.81%
B 92 of 313 ~ 29.39%

%27.8
%42.81
%29.39

CMYK color model

#57865C color CMYK value is (35,0,31,47).

  • cyan value is 35.07%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(35,0,31,47)
C35M0Y31K47 
(35%,0%,31%,47%)
(0.35/0.00/0.31/0.47)	

CMYK percentages

%35.07
%0
%31.34
%47.45

Codes

Color #57865C in popluar color models

57865C
RGB8713492
HSL126°21.27%43.33%
HSB/HSV126°35.07%52.55%
CMYK35.07%0.00%31.34%
47.45%

Color #57865C in popluar number systems.

HEX57865C
Decimal8713492
Binary1010111100001101011100
Octal127206134

Shades and tints

Shades of #57865C

#57865C
(87,134,92)
#507A54
(80,122,84)
#496E4C
(73,110,76)
#426244
(66,98,68)
#3B563C
(59,86,60)
#344A34
(52,74,52)
#2D3E2C
(45,62,44)
#263224
(38,50,36)
#1F261C
(31,38,28)
#181A14
(24,26,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #57865C

#57865C
(87,134,92)
#66916A
(102,145,106)
#759C78
(117,156,120)
#84A786
(132,167,134)
#93B294
(147,178,148)
#A2BDA2
(162,189,162)
#B1C8B0
(177,200,176)
#C0D3BE
(192,211,190)
#CFDECC
(207,222,204)
#DEE9DA
(222,233,218)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57865C color. Also use rgb(87,134,92) instead hex code.

Text Font Color

.myTextColor { color: #57865C; }

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

This text font color is #57865C.


Background Color

.myBgColor { background-color: #57865C; }

<div style="background-color:#57865C">Inner text</div>

This div background color is #57865C.


Border color

.myBorderColor { border: 1px solid #57865C; }

<div style="border:3px solid #57865C">Div</div>

This div border color is #57865C.


Opacity

.myOpacity80 { color: #57865C; opacity: 0.8; }

<p style="color:#57865C;opacity:0.8;">80%</p>

Text with #57865C 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 #57865C;}

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

This text has shadow with #57865C color.

.textShadow {text-shadow: 3px 3px 1px #57865C, 3px 3px 1px red;}

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

This text has shadow with #57865C primary color and red secondary color.


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

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

This text has shadow with #57865C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57865C on black background.


Color preview on white background

This text has color #57865C on white background.



Black color preview on #57865C background

This text has black color on #57865C background.


White color preview on #57865C background

This text has white color on #57865C background.