COLOR #56A36E

HEX: #56A36E
RGB: (86,163,110)

Color info

#56A36E contains mainly green and blue colors. Web safe color of #56A36E is #669966 (or #696).

RGB color model

#56A36E color RGB value is (86,163,110).

  • red value is 86;
  • green value is 163;
  • blue value is 110.
RGB:
(86,163,110)
(34%,64%,43%)

RGB channels and saturation

R 86 of 255 = 34%
G 163 of 255 = 64%
B 110 of 255 = 43%

86
163
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 163 + 110 = 359 (100%)
R 86 of 359 ~ 23.96%
G 163 of 359 ~ 45.4%
B 110 of 359 ~ 30.64%

%23.96
%45.4
%30.64

CMYK color model

#56A36E color CMYK value is (47,0,33,36).

  • cyan value is 47.24%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(47,0,33,36)
C47M0Y33K36 
(47%,0%,33%,36%)
(0.47/0.00/0.33/0.36)	

CMYK percentages

%47.24
%0
%32.52
%36.08

Codes

Color #56A36E in popluar color models

56A36E
RGB86163110
HSL139°30.92%48.82%
HSB/HSV139°47.24%63.92%
CMYK47.24%0.00%32.52%
36.08%

Color #56A36E in popluar number systems.

HEX56A36E
Decimal86163110
Binary1010110101000111101110
Octal126243156

Shades and tints

Shades of #56A36E

#56A36E
(86,163,110)
#4F9564
(79,149,100)
#48875A
(72,135,90)
#417950
(65,121,80)
#3A6B46
(58,107,70)
#335D3C
(51,93,60)
#2C4F32
(44,79,50)
#254128
(37,65,40)
#1E331E
(30,51,30)
#172514
(23,37,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #56A36E

#56A36E
(86,163,110)
#65AB7B
(101,171,123)
#74B388
(116,179,136)
#83BB95
(131,187,149)
#92C3A2
(146,195,162)
#A1CBAF
(161,203,175)
#B0D3BC
(176,211,188)
#BFDBC9
(191,219,201)
#CEE3D6
(206,227,214)
#DDEBE3
(221,235,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A36E color. Also use rgb(86,163,110) instead hex code.

Text Font Color

.myTextColor { color: #56A36E; }

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

This text font color is #56A36E.


Background Color

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

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

This div background color is #56A36E.


Border color

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

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

This div border color is #56A36E.


Opacity

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

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

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

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

This text has shadow with #56A36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A36E on black background.


Color preview on white background

This text has color #56A36E on white background.



Black color preview on #56A36E background

This text has black color on #56A36E background.


White color preview on #56A36E background

This text has white color on #56A36E background.