COLOR #56A783

HEX: #56A783
RGB: (86,167,131)

Color info

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

RGB color model

#56A783 color RGB value is (86,167,131).

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

RGB channels and saturation

R 86 of 255 = 34%
G 167 of 255 = 65%
B 131 of 255 = 51%

86
167
131

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

Portions of RGB colors in percentages

R + G + B =
86 + 167 + 131 = 384 (100%)
R 86 of 384 ~ 22.4%
G 167 of 384 ~ 43.49%
B 131 of 384 ~ 34.11%

%22.4
%43.49
%34.11

CMYK color model

#56A783 color CMYK value is (49,0,22,35).

  • cyan value is 48.50%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(49,0,22,35)
C49M0Y22K35 
(49%,0%,22%,35%)
(0.49/0.00/0.22/0.35)	

CMYK percentages

%48.5
%0
%21.56
%34.51

Codes

Color #56A783 in popluar color models

56A783
RGB86167131
HSL153°32.02%49.61%
HSB/HSV153°48.50%65.49%
CMYK48.50%0.00%21.56%
34.51%

Color #56A783 in popluar number systems.

HEX56A783
Decimal86167131
Binary10101101010011110000011
Octal126247203

Shades and tints

Shades of #56A783

#56A783
(86,167,131)
#4F9878
(79,152,120)
#48896D
(72,137,109)
#417A62
(65,122,98)
#3A6B57
(58,107,87)
#335C4C
(51,92,76)
#2C4D41
(44,77,65)
#253E36
(37,62,54)
#1E2F2B
(30,47,43)
#172020
(23,32,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #56A783

#56A783
(86,167,131)
#65AF8E
(101,175,142)
#74B799
(116,183,153)
#83BFA4
(131,191,164)
#92C7AF
(146,199,175)
#A1CFBA
(161,207,186)
#B0D7C5
(176,215,197)
#BFDFD0
(191,223,208)
#CEE7DB
(206,231,219)
#DDEFE6
(221,239,230)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A783 color. Also use rgb(86,167,131) instead hex code.

Text Font Color

.myTextColor { color: #56A783; }

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

This text font color is #56A783.


Background Color

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

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

This div background color is #56A783.


Border color

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

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

This div border color is #56A783.


Opacity

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

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

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

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

This text has shadow with #56A783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A783 on black background.


Color preview on white background

This text has color #56A783 on white background.



Black color preview on #56A783 background

This text has black color on #56A783 background.


White color preview on #56A783 background

This text has white color on #56A783 background.