COLOR #57925E

HEX: #57925E
RGB: (87,146,94)

Color info

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

RGB color model

#57925E color RGB value is (87,146,94).

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

RGB channels and saturation

R 87 of 255 = 34%
G 146 of 255 = 57%
B 94 of 255 = 37%

87
146
94

R + G + B ~ 43%. #57925E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 146 + 94 = 327 (100%)
R 87 of 327 ~ 26.61%
G 146 of 327 ~ 44.65%
B 94 of 327 ~ 28.75%

%26.61
%44.65
%28.75

CMYK color model

#57925E color CMYK value is (40,0,36,43).

  • cyan value is 40.41%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 42.75%
CMYK:
(40,0,36,43)
C40M0Y36K43 
(40%,0%,36%,43%)
(0.40/0.00/0.36/0.43)	

CMYK percentages

%40.41
%0
%35.62
%42.75

Codes

Color #57925E in popluar color models

57925E
RGB8714694
HSL127°25.32%45.69%
HSB/HSV127°40.41%57.25%
CMYK40.41%0.00%35.62%
42.75%

Color #57925E in popluar number systems.

HEX57925E
Decimal8714694
Binary1010111100100101011110
Octal127222136

Shades and tints

Shades of #57925E

#57925E
(87,146,94)
#508556
(80,133,86)
#49784E
(73,120,78)
#426B46
(66,107,70)
#3B5E3E
(59,94,62)
#345136
(52,81,54)
#2D442E
(45,68,46)
#263726
(38,55,38)
#1F2A1E
(31,42,30)
#181D16
(24,29,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #57925E

#57925E
(87,146,94)
#669B6C
(102,155,108)
#75A47A
(117,164,122)
#84AD88
(132,173,136)
#93B696
(147,182,150)
#A2BFA4
(162,191,164)
#B1C8B2
(177,200,178)
#C0D1C0
(192,209,192)
#CFDACE
(207,218,206)
#DEE3DC
(222,227,220)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57925E; }

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

This text font color is #57925E.


Background Color

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

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

This div background color is #57925E.


Border color

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

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

This div border color is #57925E.


Opacity

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

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

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

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

This text has shadow with #57925E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57925E on black background.


Color preview on white background

This text has color #57925E on white background.



Black color preview on #57925E background

This text has black color on #57925E background.


White color preview on #57925E background

This text has white color on #57925E background.