COLOR #56B68C

HEX: #56B68C
RGB: (86,182,140)

Color info

#56B68C contains mainly green and blue colors. Web safe color of #56B68C is #66CC99 (or #6C9).

RGB color model

#56B68C color RGB value is (86,182,140).

  • red value is 86;
  • green value is 182;
  • blue value is 140.
RGB:
(86,182,140)
(34%,71%,55%)

RGB channels and saturation

R 86 of 255 = 34%
G 182 of 255 = 71%
B 140 of 255 = 55%

86
182
140

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

Portions of RGB colors in percentages

R + G + B =
86 + 182 + 140 = 408 (100%)
R 86 of 408 ~ 21.08%
G 182 of 408 ~ 44.61%
B 140 of 408 ~ 34.31%

%21.08
%44.61
%34.31

CMYK color model

#56B68C color CMYK value is (53,0,23,29).

  • cyan value is 52.75%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(53,0,23,29)
C53M0Y23K29 
(53%,0%,23%,29%)
(0.53/0.00/0.23/0.29)	

CMYK percentages

%52.75
%0
%23.08
%28.63

Codes

Color #56B68C in popluar color models

56B68C
RGB86182140
HSL154°39.67%52.55%
HSB/HSV154°52.75%71.37%
CMYK52.75%0.00%23.08%
28.63%

Color #56B68C in popluar number systems.

HEX56B68C
Decimal86182140
Binary10101101011011010001100
Octal126266214

Shades and tints

Shades of #56B68C

#56B68C
(86,182,140)
#4FA680
(79,166,128)
#489674
(72,150,116)
#418668
(65,134,104)
#3A765C
(58,118,92)
#336650
(51,102,80)
#2C5644
(44,86,68)
#254638
(37,70,56)
#1E362C
(30,54,44)
#172620
(23,38,32)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #56B68C

#56B68C
(86,182,140)
#65BC96
(101,188,150)
#74C2A0
(116,194,160)
#83C8AA
(131,200,170)
#92CEB4
(146,206,180)
#A1D4BE
(161,212,190)
#B0DAC8
(176,218,200)
#BFE0D2
(191,224,210)
#CEE6DC
(206,230,220)
#DDECE6
(221,236,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B68C color. Also use rgb(86,182,140) instead hex code.

Text Font Color

.myTextColor { color: #56B68C; }

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

This text font color is #56B68C.


Background Color

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

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

This div background color is #56B68C.


Border color

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

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

This div border color is #56B68C.


Opacity

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

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

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

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

This text has shadow with #56B68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B68C on black background.


Color preview on white background

This text has color #56B68C on white background.



Black color preview on #56B68C background

This text has black color on #56B68C background.


White color preview on #56B68C background

This text has white color on #56B68C background.