COLOR #56A957

HEX: #56A957
RGB: (86,169,87)

Color info

#56A957 contains mainly green color. Web safe color of #56A957 is #669966 (or #696).

RGB color model

#56A957 color RGB value is (86,169,87).

  • red value is 86;
  • green value is 169;
  • blue value is 87.
RGB:
(86,169,87)
(34%,66%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 169 of 255 = 66%
B 87 of 255 = 34%

86
169
87

R + G + B ~ 45%. #56A957 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 169 + 87 = 342 (100%)
R 86 of 342 ~ 25.15%
G 169 of 342 ~ 49.42%
B 87 of 342 ~ 25.44%

%25.15
%49.42
%25.44

CMYK color model

#56A957 color CMYK value is (49,0,49,34).

  • cyan value is 49.11%
  • magenta value is 0.00%
  • yellow value is 48.52%
  • key color value is 33.73%
CMYK:
(49,0,49,34)
C49M0Y49K34 
(49%,0%,49%,34%)
(0.49/0.00/0.49/0.34)	

CMYK percentages

%49.11
%0
%48.52
%33.73

Codes

Color #56A957 in popluar color models

56A957
RGB8616987
HSL121°32.55%50.00%
HSB/HSV121°49.11%66.27%
CMYK49.11%0.00%48.52%
33.73%

Color #56A957 in popluar number systems.

HEX56A957
Decimal8616987
Binary1010110101010011010111
Octal126251127

Shades and tints

Shades of #56A957

#56A957
(86,169,87)
#4F9A50
(79,154,80)
#488B49
(72,139,73)
#417C42
(65,124,66)
#3A6D3B
(58,109,59)
#335E34
(51,94,52)
#2C4F2D
(44,79,45)
#254026
(37,64,38)
#1E311F
(30,49,31)
#172218
(23,34,24)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #56A957

#56A957
(86,169,87)
#65B066
(101,176,102)
#74B775
(116,183,117)
#83BE84
(131,190,132)
#92C593
(146,197,147)
#A1CCA2
(161,204,162)
#B0D3B1
(176,211,177)
#BFDAC0
(191,218,192)
#CEE1CF
(206,225,207)
#DDE8DE
(221,232,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A957 color. Also use rgb(86,169,87) instead hex code.

Text Font Color

.myTextColor { color: #56A957; }

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

This text font color is #56A957.


Background Color

.myBgColor { background-color: #56A957; }

<div style="background-color:#56A957">Inner text</div>

This div background color is #56A957.


Border color

.myBorderColor { border: 1px solid #56A957; }

<div style="border:3px solid #56A957">Div</div>

This div border color is #56A957.


Opacity

.myOpacity80 { color: #56A957; opacity: 0.8; }

<p style="color:#56A957;opacity:0.8;">80%</p>

Text with #56A957 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 #56A957;}

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

This text has shadow with #56A957 color.

.textShadow {text-shadow: 3px 3px 1px #56A957, 3px 3px 1px red;}

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

This text has shadow with #56A957 primary color and red secondary color.


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

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

This text has shadow with #56A957 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A957 on black background.


Color preview on white background

This text has color #56A957 on white background.



Black color preview on #56A957 background

This text has black color on #56A957 background.


White color preview on #56A957 background

This text has white color on #56A957 background.