COLOR #56A461

HEX: #56A461
RGB: (86,164,97)

Color info

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

RGB color model

#56A461 color RGB value is (86,164,97).

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

RGB channels and saturation

R 86 of 255 = 34%
G 164 of 255 = 64%
B 97 of 255 = 38%

86
164
97

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

Portions of RGB colors in percentages

R + G + B =
86 + 164 + 97 = 347 (100%)
R 86 of 347 ~ 24.78%
G 164 of 347 ~ 47.26%
B 97 of 347 ~ 27.95%

%24.78
%47.26
%27.95

CMYK color model

#56A461 color CMYK value is (48,0,41,36).

  • cyan value is 47.56%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK:
(48,0,41,36)
C48M0Y41K36 
(48%,0%,41%,36%)
(0.48/0.00/0.41/0.36)	

CMYK percentages

%47.56
%0
%40.85
%35.69

Codes

Color #56A461 in popluar color models

56A461
RGB8616497
HSL128°31.20%49.02%
HSB/HSV128°47.56%64.31%
CMYK47.56%0.00%40.85%
35.69%

Color #56A461 in popluar number systems.

HEX56A461
Decimal8616497
Binary1010110101001001100001
Octal126244141

Shades and tints

Shades of #56A461

#56A461
(86,164,97)
#4F9659
(79,150,89)
#488851
(72,136,81)
#417A49
(65,122,73)
#3A6C41
(58,108,65)
#335E39
(51,94,57)
#2C5031
(44,80,49)
#254229
(37,66,41)
#1E3421
(30,52,33)
#172619
(23,38,25)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #56A461

#56A461
(86,164,97)
#65AC6F
(101,172,111)
#74B47D
(116,180,125)
#83BC8B
(131,188,139)
#92C499
(146,196,153)
#A1CCA7
(161,204,167)
#B0D4B5
(176,212,181)
#BFDCC3
(191,220,195)
#CEE4D1
(206,228,209)
#DDECDF
(221,236,223)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A461; }

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

This text font color is #56A461.


Background Color

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

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

This div background color is #56A461.


Border color

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

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

This div border color is #56A461.


Opacity

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

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

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

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

This text has shadow with #56A461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A461 on black background.


Color preview on white background

This text has color #56A461 on white background.



Black color preview on #56A461 background

This text has black color on #56A461 background.


White color preview on #56A461 background

This text has white color on #56A461 background.