COLOR #56A657

HEX: #56A657
RGB: (86,166,87)

Color info

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

RGB color model

#56A657 color RGB value is (86,166,87).

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

RGB channels and saturation

R 86 of 255 = 34%
G 166 of 255 = 65%
B 87 of 255 = 34%

86
166
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 166 + 87 = 339 (100%)
R 86 of 339 ~ 25.37%
G 166 of 339 ~ 48.97%
B 87 of 339 ~ 25.66%

%25.37
%48.97
%25.66

CMYK color model

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

  • cyan value is 48.19%
  • magenta value is 0.00%
  • yellow value is 47.59%
  • key color value is 34.90%
CMYK:
(48,0,48,35)
C48M0Y48K35 
(48%,0%,48%,35%)
(0.48/0.00/0.48/0.35)	

CMYK percentages

%48.19
%0
%47.59
%34.9

Codes

Color #56A657 in popluar color models

56A657
RGB8616687
HSL121°31.75%49.41%
HSB/HSV121°48.19%65.10%
CMYK48.19%0.00%47.59%
34.90%

Color #56A657 in popluar number systems.

HEX56A657
Decimal8616687
Binary1010110101001101010111
Octal126246127

Shades and tints

Shades of #56A657

#56A657
(86,166,87)
#4F9750
(79,151,80)
#488849
(72,136,73)
#417942
(65,121,66)
#3A6A3B
(58,106,59)
#335B34
(51,91,52)
#2C4C2D
(44,76,45)
#253D26
(37,61,38)
#1E2E1F
(30,46,31)
#171F18
(23,31,24)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #56A657

#56A657
(86,166,87)
#65AE66
(101,174,102)
#74B675
(116,182,117)
#83BE84
(131,190,132)
#92C693
(146,198,147)
#A1CEA2
(161,206,162)
#B0D6B1
(176,214,177)
#BFDEC0
(191,222,192)
#CEE6CF
(206,230,207)
#DDEEDE
(221,238,222)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A657; }

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

This text font color is #56A657.


Background Color

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

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

This div background color is #56A657.


Border color

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

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

This div border color is #56A657.


Opacity

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

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

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

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

This text has shadow with #56A657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A657 on black background.


Color preview on white background

This text has color #56A657 on white background.



Black color preview on #56A657 background

This text has black color on #56A657 background.


White color preview on #56A657 background

This text has white color on #56A657 background.