COLOR #56A070

HEX: #56A070 RGB: (86,160,112)

Color info

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

RGB color model

#56A070 color RGB value is (86,160,112).

RGB: (86,160,112) (34%, 63%, 44%)

RGB channels and saturation

R 86 of 255 = 34%
G 160 of 255 = 63%
B 112 of 255 = 44%

86
160
112

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

Portions of RGB colors in percentages

R + G + B = 86 + 160 + 112 = 358 (100%)
R 86 of 358 ~ 24.02%
G 160 of 358 ~ 44.69%
B 112 of 358 ~ 31.28'%

%24.02
%44.69
%31.28

CMYK color model

#56A070 color CMYK value is (46,0,30,37).

  • cyan value is 46.25%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 37.25%

CMYK: (46,0,30,37)
C46M0Y30K37 (46%, 0%, 30%, 37%)
(0.46 / 0.00 / 0.30 / 0.37)

CMYK percentages

%46.25
%0
%30
%37.25

Codes

Color #56A070 in popluar color models

56 A0 70
RGB 86 160 112
HSL 141° 30.08% 48.24%
HSB/HSV 141° 46.25% 62.75%
CMYK 46.25% 0.00% 30.00%
37.25%

Color #56A070 in popluar number systems.

HEX 56 A0 70
Decimal 86 160 112
Binary 1010110 10100000 1110000
Octal 126 240 160

Shades and tints

Shades of #56A070

#56A070
(86,160,112)
#4F9266
(79,146,102)
#48845C
(72,132,92)
#417652
(65,118,82)
#3A6848
(58,104,72)
#335A3E
(51,90,62)
#2C4C34
(44,76,52)
#253E2A
(37,62,42)
#1E3020
(30,48,32)
#172216
(23,34,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #56A070

#56A070
(86,160,112)
#65A87D
(101,168,125)
#74B08A
(116,176,138)
#83B897
(131,184,151)
#92C0A4
(146,192,164)
#A1C8B1
(161,200,177)
#B0D0BE
(176,208,190)
#BFD8CB
(191,216,203)
#CEE0D8
(206,224,216)
#DDE8E5
(221,232,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A070 color. Also use rgb(86,160,112) instead hex code.

Text Font Color

.myTextColor { color: #56A070; }

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

This text font color is #56A070.

Background Color

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

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

This div background color is #56A070.

Border color

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

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

This div border color is #56A070.

Opacity

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

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

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

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

This text has shadow with #56A070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56A070.

Preview

Color preview on black background

This text has color #56A070 on black background.


Color preview on white background

This text has color #56A070 on white background.


Black color preview on #56A070 background

This text has black color on #56A070 background.


White color preview on #56A070 background

This text has white color on #56A070 background.


Related colors

Complementary color

Complementary color for #hex is #A95F8F.


I love getcolorcode.com

Triadic colors

1 #7056A0 and #A07056 with #56A070 are triadic colors.

2 #70A056 and #A05670 with #56A070 are triadic colors.