COLOR #56A568

HEX: #56A568
RGB: (86,165,104)

Color info

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

RGB color model

#56A568 color RGB value is (86,165,104).

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

RGB channels and saturation

R 86 of 255 = 34%
G 165 of 255 = 65%
B 104 of 255 = 41%

86
165
104

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

Portions of RGB colors in percentages

R + G + B =
86 + 165 + 104 = 355 (100%)
R 86 of 355 ~ 24.23%
G 165 of 355 ~ 46.48%
B 104 of 355 ~ 29.3%

%24.23
%46.48
%29.3

CMYK color model

#56A568 color CMYK value is (48,0,37,35).

  • cyan value is 47.88%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 35.29%
CMYK:
(48,0,37,35)
C48M0Y37K35 
(48%,0%,37%,35%)
(0.48/0.00/0.37/0.35)	

CMYK percentages

%47.88
%0
%36.97
%35.29

Codes

Color #56A568 in popluar color models

56A568
RGB86165104
HSL134°31.47%49.22%
HSB/HSV134°47.88%64.71%
CMYK47.88%0.00%36.97%
35.29%

Color #56A568 in popluar number systems.

HEX56A568
Decimal86165104
Binary1010110101001011101000
Octal126245150

Shades and tints

Shades of #56A568

#56A568
(86,165,104)
#4F965F
(79,150,95)
#488756
(72,135,86)
#41784D
(65,120,77)
#3A6944
(58,105,68)
#335A3B
(51,90,59)
#2C4B32
(44,75,50)
#253C29
(37,60,41)
#1E2D20
(30,45,32)
#171E17
(23,30,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #56A568

#56A568
(86,165,104)
#65AD75
(101,173,117)
#74B582
(116,181,130)
#83BD8F
(131,189,143)
#92C59C
(146,197,156)
#A1CDA9
(161,205,169)
#B0D5B6
(176,213,182)
#BFDDC3
(191,221,195)
#CEE5D0
(206,229,208)
#DDEDDD
(221,237,221)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A568; }

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

This text font color is #56A568.


Background Color

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

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

This div background color is #56A568.


Border color

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

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

This div border color is #56A568.


Opacity

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

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

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

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

This text has shadow with #56A568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A568 on black background.


Color preview on white background

This text has color #56A568 on white background.



Black color preview on #56A568 background

This text has black color on #56A568 background.


White color preview on #56A568 background

This text has white color on #56A568 background.