COLOR #56B779

HEX: #56B779
RGB: (86,183,121)

Color info

#56B779 contains mainly green color. Web safe color of #56B779 is #66CC66 (or #6C6).

RGB color model

#56B779 color RGB value is (86,183,121).

  • red value is 86;
  • green value is 183;
  • blue value is 121.
RGB:
(86,183,121)
(34%,72%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 183 of 255 = 72%
B 121 of 255 = 47%

86
183
121

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

Portions of RGB colors in percentages

R + G + B =
86 + 183 + 121 = 390 (100%)
R 86 of 390 ~ 22.05%
G 183 of 390 ~ 46.92%
B 121 of 390 ~ 31.03%

%22.05
%46.92
%31.03

CMYK color model

#56B779 color CMYK value is (53,0,34,28).

  • cyan value is 53.01%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(53,0,34,28)
C53M0Y34K28 
(53%,0%,34%,28%)
(0.53/0.00/0.34/0.28)	

CMYK percentages

%53.01
%0
%33.88
%28.24

Codes

Color #56B779 in popluar color models

56B779
RGB86183121
HSL142°40.25%52.75%
HSB/HSV142°53.01%71.76%
CMYK53.01%0.00%33.88%
28.24%

Color #56B779 in popluar number systems.

HEX56B779
Decimal86183121
Binary1010110101101111111001
Octal126267171

Shades and tints

Shades of #56B779

#56B779
(86,183,121)
#4FA76E
(79,167,110)
#489763
(72,151,99)
#418758
(65,135,88)
#3A774D
(58,119,77)
#336742
(51,103,66)
#2C5737
(44,87,55)
#25472C
(37,71,44)
#1E3721
(30,55,33)
#172716
(23,39,22)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #56B779

#56B779
(86,183,121)
#65BD85
(101,189,133)
#74C391
(116,195,145)
#83C99D
(131,201,157)
#92CFA9
(146,207,169)
#A1D5B5
(161,213,181)
#B0DBC1
(176,219,193)
#BFE1CD
(191,225,205)
#CEE7D9
(206,231,217)
#DDEDE5
(221,237,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B779 color. Also use rgb(86,183,121) instead hex code.

Text Font Color

.myTextColor { color: #56B779; }

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

This text font color is #56B779.


Background Color

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

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

This div background color is #56B779.


Border color

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

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

This div border color is #56B779.


Opacity

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

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

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

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

This text has shadow with #56B779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B779 on black background.


Color preview on white background

This text has color #56B779 on white background.



Black color preview on #56B779 background

This text has black color on #56B779 background.


White color preview on #56B779 background

This text has white color on #56B779 background.