COLOR #57925D

HEX: #57925D
RGB: (87,146,93)

Color info

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

RGB color model

#57925D color RGB value is (87,146,93).

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

RGB channels and saturation

R 87 of 255 = 34%
G 146 of 255 = 57%
B 93 of 255 = 36%

87
146
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 146 + 93 = 326 (100%)
R 87 of 326 ~ 26.69%
G 146 of 326 ~ 44.79%
B 93 of 326 ~ 28.53%

%26.69
%44.79
%28.53

CMYK color model

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

  • cyan value is 40.41%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • 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
%36.3
%42.75

Codes

Color #57925D in popluar color models

57925D
RGB8714693
HSL126°25.32%45.69%
HSB/HSV126°40.41%57.25%
CMYK40.41%0.00%36.30%
42.75%

Color #57925D in popluar number systems.

HEX57925D
Decimal8714693
Binary1010111100100101011101
Octal127222135

Shades and tints

Shades of #57925D

#57925D
(87,146,93)
#508555
(80,133,85)
#49784D
(73,120,77)
#426B45
(66,107,69)
#3B5E3D
(59,94,61)
#345135
(52,81,53)
#2D442D
(45,68,45)
#263725
(38,55,37)
#1F2A1D
(31,42,29)
#181D15
(24,29,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #57925D

#57925D
(87,146,93)
#669B6B
(102,155,107)
#75A479
(117,164,121)
#84AD87
(132,173,135)
#93B695
(147,182,149)
#A2BFA3
(162,191,163)
#B1C8B1
(177,200,177)
#C0D1BF
(192,209,191)
#CFDACD
(207,218,205)
#DEE3DB
(222,227,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57925D; }

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

This text font color is #57925D.


Background Color

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

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

This div background color is #57925D.


Border color

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

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

This div border color is #57925D.


Opacity

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

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

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

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

This text has shadow with #57925D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57925D on black background.


Color preview on white background

This text has color #57925D on white background.



Black color preview on #57925D background

This text has black color on #57925D background.


White color preview on #57925D background

This text has white color on #57925D background.