COLOR #57835A

HEX: #57835A
RGB: (87,131,90)

Color info

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

RGB color model

#57835A color RGB value is (87,131,90).

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

RGB channels and saturation

R 87 of 255 = 34%
G 131 of 255 = 51%
B 90 of 255 = 35%

87
131
90

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

Portions of RGB colors in percentages

R + G + B =
87 + 131 + 90 = 308 (100%)
R 87 of 308 ~ 28.25%
G 131 of 308 ~ 42.53%
B 90 of 308 ~ 29.22%

%28.25
%42.53
%29.22

CMYK color model

#57835A color CMYK value is (34,0,31,49).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(34,0,31,49)
C34M0Y31K49 
(34%,0%,31%,49%)
(0.34/0.00/0.31/0.49)	

CMYK percentages

%33.59
%0
%31.3
%48.63

Codes

Color #57835A in popluar color models

57835A
RGB8713190
HSL124°20.18%42.75%
HSB/HSV124°33.59%51.37%
CMYK33.59%0.00%31.30%
48.63%

Color #57835A in popluar number systems.

HEX57835A
Decimal8713190
Binary1010111100000111011010
Octal127203132

Shades and tints

Shades of #57835A

#57835A
(87,131,90)
#507852
(80,120,82)
#496D4A
(73,109,74)
#426242
(66,98,66)
#3B573A
(59,87,58)
#344C32
(52,76,50)
#2D412A
(45,65,42)
#263622
(38,54,34)
#1F2B1A
(31,43,26)
#182012
(24,32,18)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #57835A

#57835A
(87,131,90)
#668E69
(102,142,105)
#759978
(117,153,120)
#84A487
(132,164,135)
#93AF96
(147,175,150)
#A2BAA5
(162,186,165)
#B1C5B4
(177,197,180)
#C0D0C3
(192,208,195)
#CFDBD2
(207,219,210)
#DEE6E1
(222,230,225)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57835A; }

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

This text font color is #57835A.


Background Color

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

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

This div background color is #57835A.


Border color

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

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

This div border color is #57835A.


Opacity

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

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

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

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

This text has shadow with #57835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57835A on black background.


Color preview on white background

This text has color #57835A on white background.



Black color preview on #57835A background

This text has black color on #57835A background.


White color preview on #57835A background

This text has white color on #57835A background.