COLOR #56AC74

HEX: #56AC74 RGB: (86,172,116)

Color info

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

RGB color model

#56AC74 color RGB value is (86,172,116).

RGB: (86,172,116) (34%, 67%, 45%)

RGB channels and saturation

R 86 of 255 = 34%
G 172 of 255 = 67%
B 116 of 255 = 45%

86
172
116

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

Portions of RGB colors in percentages

R + G + B = 86 + 172 + 116 = 374 (100%)
R 86 of 374 ~ 22.99%
G 172 of 374 ~ 45.99%
B 116 of 374 ~ 31.02'%

%22.99
%45.99
%31.02

CMYK color model

#56AC74 color CMYK value is (50,0,33,33).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%

CMYK: (50,0,33,33)
C50M0Y33K33 (50%, 0%, 33%, 33%)
(0.50 / 0.00 / 0.33 / 0.33)

CMYK percentages

%50
%0
%32.56
%32.55

Codes

Color #56AC74 in popluar color models

56 AC 74
RGB 86 172 116
HSL 141° 34.13% 50.59%
HSB/HSV 141° 50.00% 67.45%
CMYK 50.00% 0.00% 32.56%
32.55%

Color #56AC74 in popluar number systems.

HEX 56 AC 74
Decimal 86 172 116
Binary 1010110 10101100 1110100
Octal 126 254 164

Shades and tints

Shades of #56AC74

#56AC74
(86,172,116)
#4F9D6A
(79,157,106)
#488E60
(72,142,96)
#417F56
(65,127,86)
#3A704C
(58,112,76)
#336142
(51,97,66)
#2C5238
(44,82,56)
#25432E
(37,67,46)
#1E3424
(30,52,36)
#17251A
(23,37,26)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #56AC74

#56AC74
(86,172,116)
#65B380
(101,179,128)
#74BA8C
(116,186,140)
#83C198
(131,193,152)
#92C8A4
(146,200,164)
#A1CFB0
(161,207,176)
#B0D6BC
(176,214,188)
#BFDDC8
(191,221,200)
#CEE4D4
(206,228,212)
#DDEBE0
(221,235,224)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56AC74 color. Also use rgb(86,172,116) instead hex code.

Text Font Color

.myTextColor { color: #56AC74; }

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

This text font color is #56AC74.

Background Color

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

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

This div background color is #56AC74.

Border color

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

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

This div border color is #56AC74.

Opacity

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

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

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

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

This text has shadow with #56AC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56AC74.

Preview

Color preview on black background

This text has color #56AC74 on black background.


Color preview on white background

This text has color #56AC74 on white background.


Black color preview on #56AC74 background

This text has black color on #56AC74 background.


White color preview on #56AC74 background

This text has white color on #56AC74 background.


Related colors

Complementary color

Complementary color for #hex is #A9538B.


I love getcolorcode.com

Triadic colors

1 #7456AC and #AC7456 with #56AC74 are triadic colors.

2 #74AC56 and #AC5674 with #56AC74 are triadic colors.