COLOR #56A561

HEX: #56A561
RGB: (86,165,97)

Color info

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

RGB color model

#56A561 color RGB value is (86,165,97).

  • red value is 86;
  • green value is 165;
  • blue value is 97.
RGB:
(86,165,97)
(34%,65%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 165 of 255 = 65%
B 97 of 255 = 38%

86
165
97

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

Portions of RGB colors in percentages

R + G + B =
86 + 165 + 97 = 348 (100%)
R 86 of 348 ~ 24.71%
G 165 of 348 ~ 47.41%
B 97 of 348 ~ 27.87%

%24.71
%47.41
%27.87

CMYK color model

#56A561 color CMYK value is (48,0,41,35).

  • cyan value is 47.88%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(48,0,41,35)
C48M0Y41K35 
(48%,0%,41%,35%)
(0.48/0.00/0.41/0.35)	

CMYK percentages

%47.88
%0
%41.21
%35.29

Codes

Color #56A561 in popluar color models

56A561
RGB8616597
HSL128°31.47%49.22%
HSB/HSV128°47.88%64.71%
CMYK47.88%0.00%41.21%
35.29%

Color #56A561 in popluar number systems.

HEX56A561
Decimal8616597
Binary1010110101001011100001
Octal126245141

Shades and tints

Shades of #56A561

#56A561
(86,165,97)
#4F9659
(79,150,89)
#488751
(72,135,81)
#417849
(65,120,73)
#3A6941
(58,105,65)
#335A39
(51,90,57)
#2C4B31
(44,75,49)
#253C29
(37,60,41)
#1E2D21
(30,45,33)
#171E19
(23,30,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #56A561

#56A561
(86,165,97)
#65AD6F
(101,173,111)
#74B57D
(116,181,125)
#83BD8B
(131,189,139)
#92C599
(146,197,153)
#A1CDA7
(161,205,167)
#B0D5B5
(176,213,181)
#BFDDC3
(191,221,195)
#CEE5D1
(206,229,209)
#DDEDDF
(221,237,223)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A561 color. Also use rgb(86,165,97) instead hex code.

Text Font Color

.myTextColor { color: #56A561; }

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

This text font color is #56A561.


Background Color

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

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

This div background color is #56A561.


Border color

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

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

This div border color is #56A561.


Opacity

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

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

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

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

This text has shadow with #56A561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A561 on black background.


Color preview on white background

This text has color #56A561 on white background.



Black color preview on #56A561 background

This text has black color on #56A561 background.


White color preview on #56A561 background

This text has white color on #56A561 background.