COLOR #56A582

HEX: #56A582
RGB: (86,165,130)

Color info

#56A582 contains mainly green and blue colors. Web safe color of #56A582 is #669999 (or #699).

RGB color model

#56A582 color RGB value is (86,165,130).

  • red value is 86;
  • green value is 165;
  • blue value is 130.
RGB:
(86,165,130)
(34%,65%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 165 of 255 = 65%
B 130 of 255 = 51%

86
165
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 165 + 130 = 381 (100%)
R 86 of 381 ~ 22.57%
G 165 of 381 ~ 43.31%
B 130 of 381 ~ 34.12%

%22.57
%43.31
%34.12

CMYK color model

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

  • cyan value is 47.88%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(48,0,21,35)
C48M0Y21K35 
(48%,0%,21%,35%)
(0.48/0.00/0.21/0.35)	

CMYK percentages

%47.88
%0
%21.21
%35.29

Codes

Color #56A582 in popluar color models

56A582
RGB86165130
HSL153°31.47%49.22%
HSB/HSV153°47.88%64.71%
CMYK47.88%0.00%21.21%
35.29%

Color #56A582 in popluar number systems.

HEX56A582
Decimal86165130
Binary10101101010010110000010
Octal126245202

Shades and tints

Shades of #56A582

#56A582
(86,165,130)
#4F9677
(79,150,119)
#48876C
(72,135,108)
#417861
(65,120,97)
#3A6956
(58,105,86)
#335A4B
(51,90,75)
#2C4B40
(44,75,64)
#253C35
(37,60,53)
#1E2D2A
(30,45,42)
#171E1F
(23,30,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #56A582

#56A582
(86,165,130)
#65AD8D
(101,173,141)
#74B598
(116,181,152)
#83BDA3
(131,189,163)
#92C5AE
(146,197,174)
#A1CDB9
(161,205,185)
#B0D5C4
(176,213,196)
#BFDDCF
(191,221,207)
#CEE5DA
(206,229,218)
#DDEDE5
(221,237,229)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A582 color. Also use rgb(86,165,130) instead hex code.

Text Font Color

.myTextColor { color: #56A582; }

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

This text font color is #56A582.


Background Color

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

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

This div background color is #56A582.


Border color

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

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

This div border color is #56A582.


Opacity

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

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

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

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

This text has shadow with #56A582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A582 on black background.


Color preview on white background

This text has color #56A582 on white background.



Black color preview on #56A582 background

This text has black color on #56A582 background.


White color preview on #56A582 background

This text has white color on #56A582 background.