COLOR #57895A

HEX: #57895A
RGB: (87,137,90)

Color info

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

RGB color model

#57895A color RGB value is (87,137,90).

  • red value is 87;
  • green value is 137;
  • blue value is 90.
RGB:
(87,137,90)
(34%,54%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 90 of 255 = 35%

87
137
90

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 90 = 314 (100%)
R 87 of 314 ~ 27.71%
G 137 of 314 ~ 43.63%
B 90 of 314 ~ 28.66%

%27.71
%43.63
%28.66

CMYK color model

#57895A color CMYK value is (36,0,34,46).

  • cyan value is 36.50%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(36,0,34,46)
C36M0Y34K46 
(36%,0%,34%,46%)
(0.36/0.00/0.34/0.46)	

CMYK percentages

%36.5
%0
%34.31
%46.27

Codes

Color #57895A in popluar color models

57895A
RGB8713790
HSL124°22.32%43.92%
HSB/HSV124°36.50%53.73%
CMYK36.50%0.00%34.31%
46.27%

Color #57895A in popluar number systems.

HEX57895A
Decimal8713790
Binary1010111100010011011010
Octal127211132

Shades and tints

Shades of #57895A

#57895A
(87,137,90)
#507D52
(80,125,82)
#49714A
(73,113,74)
#426542
(66,101,66)
#3B593A
(59,89,58)
#344D32
(52,77,50)
#2D412A
(45,65,42)
#263522
(38,53,34)
#1F291A
(31,41,26)
#181D12
(24,29,18)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #57895A

#57895A
(87,137,90)
#669369
(102,147,105)
#759D78
(117,157,120)
#84A787
(132,167,135)
#93B196
(147,177,150)
#A2BBA5
(162,187,165)
#B1C5B4
(177,197,180)
#C0CFC3
(192,207,195)
#CFD9D2
(207,217,210)
#DEE3E1
(222,227,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57895A color. Also use rgb(87,137,90) instead hex code.

Text Font Color

.myTextColor { color: #57895A; }

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

This text font color is #57895A.


Background Color

.myBgColor { background-color: #57895A; }

<div style="background-color:#57895A">Inner text</div>

This div background color is #57895A.


Border color

.myBorderColor { border: 1px solid #57895A; }

<div style="border:3px solid #57895A">Div</div>

This div border color is #57895A.


Opacity

.myOpacity80 { color: #57895A; opacity: 0.8; }

<p style="color:#57895A;opacity:0.8;">80%</p>

Text with #57895A 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 #57895A;}

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

This text has shadow with #57895A color.

.textShadow {text-shadow: 3px 3px 1px #57895A, 3px 3px 1px red;}

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

This text has shadow with #57895A primary color and red secondary color.


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

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

This text has shadow with #57895A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57895A on black background.


Color preview on white background

This text has color #57895A on white background.



Black color preview on #57895A background

This text has black color on #57895A background.


White color preview on #57895A background

This text has white color on #57895A background.