COLOR #57963E

HEX: #57963E
RGB: (87,150,62)

Color info

#57963E contains mainly green color. Web safe color of #57963E is #669933 (or #693).

RGB color model

#57963E color RGB value is (87,150,62).

  • red value is 87;
  • green value is 150;
  • blue value is 62.
RGB:
(87,150,62)
(34%,59%,24%)

RGB channels and saturation

R 87 of 255 = 34%
G 150 of 255 = 59%
B 62 of 255 = 24%

87
150
62

R + G + B ~ 39%. #57963E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 150 + 62 = 299 (100%)
R 87 of 299 ~ 29.1%
G 150 of 299 ~ 50.17%
B 62 of 299 ~ 20.74%

%29.1
%50.17
%20.74

CMYK color model

#57963E color CMYK value is (42,0,59,41).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 41.18%
CMYK:
(42,0,59,41)
C42M0Y59K41 
(42%,0%,59%,41%)
(0.42/0.00/0.59/0.41)	

CMYK percentages

%42
%0
%58.67
%41.18

Codes

Color #57963E in popluar color models

57963E
RGB8715062
HSL103°41.51%41.57%
HSB/HSV103°58.67%58.82%
CMYK42.00%0.00%58.67%
41.18%

Color #57963E in popluar number systems.

HEX57963E
Decimal8715062
Binary101011110010110111110
Octal12722676

Shades and tints

Shades of #57963E

#57963E
(87,150,62)
#508939
(80,137,57)
#497C34
(73,124,52)
#426F2F
(66,111,47)
#3B622A
(59,98,42)
#345525
(52,85,37)
#2D4820
(45,72,32)
#263B1B
(38,59,27)
#1F2E16
(31,46,22)
#182111
(24,33,17)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #57963E

#57963E
(87,150,62)
#669F4F
(102,159,79)
#75A860
(117,168,96)
#84B171
(132,177,113)
#93BA82
(147,186,130)
#A2C393
(162,195,147)
#B1CCA4
(177,204,164)
#C0D5B5
(192,213,181)
#CFDEC6
(207,222,198)
#DEE7D7
(222,231,215)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57963E color. Also use rgb(87,150,62) instead hex code.

Text Font Color

.myTextColor { color: #57963E; }

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

This text font color is #57963E.


Background Color

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

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

This div background color is #57963E.


Border color

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

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

This div border color is #57963E.


Opacity

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

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

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

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

This text has shadow with #57963E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57963E on black background.


Color preview on white background

This text has color #57963E on white background.



Black color preview on #57963E background

This text has black color on #57963E background.


White color preview on #57963E background

This text has white color on #57963E background.