COLOR #56A931

HEX: #56A931
RGB: (86,169,49)

Color info

#56A931 contains mainly green color. Web safe color of #56A931 is #669933 (or #693).

RGB color model

#56A931 color RGB value is (86,169,49).

  • red value is 86;
  • green value is 169;
  • blue value is 49.
RGB:
(86,169,49)
(34%,66%,19%)

RGB channels and saturation

R 86 of 255 = 34%
G 169 of 255 = 66%
B 49 of 255 = 19%

86
169
49

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

Portions of RGB colors in percentages

R + G + B =
86 + 169 + 49 = 304 (100%)
R 86 of 304 ~ 28.29%
G 169 of 304 ~ 55.59%
B 49 of 304 ~ 16.12%

%28.29
%55.59
%16.12

CMYK color model

#56A931 color CMYK value is (49,0,71,34).

  • cyan value is 49.11%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 33.73%
CMYK:
(49,0,71,34)
C49M0Y71K34 
(49%,0%,71%,34%)
(0.49/0.00/0.71/0.34)	

CMYK percentages

%49.11
%0
%71.01
%33.73

Codes

Color #56A931 in popluar color models

56A931
RGB8616949
HSL102°55.05%42.75%
HSB/HSV102°71.01%66.27%
CMYK49.11%0.00%71.01%
33.73%

Color #56A931 in popluar number systems.

HEX56A931
Decimal8616949
Binary101011010101001110001
Octal12625161

Shades and tints

Shades of #56A931

#56A931
(86,169,49)
#4F9A2D
(79,154,45)
#488B29
(72,139,41)
#417C25
(65,124,37)
#3A6D21
(58,109,33)
#335E1D
(51,94,29)
#2C4F19
(44,79,25)
#254015
(37,64,21)
#1E3111
(30,49,17)
#17220D
(23,34,13)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #56A931

#56A931
(86,169,49)
#65B043
(101,176,67)
#74B755
(116,183,85)
#83BE67
(131,190,103)
#92C579
(146,197,121)
#A1CC8B
(161,204,139)
#B0D39D
(176,211,157)
#BFDAAF
(191,218,175)
#CEE1C1
(206,225,193)
#DDE8D3
(221,232,211)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A931 color. Also use rgb(86,169,49) instead hex code.

Text Font Color

.myTextColor { color: #56A931; }

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

This text font color is #56A931.


Background Color

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

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

This div background color is #56A931.


Border color

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

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

This div border color is #56A931.


Opacity

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

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

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

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

This text has shadow with #56A931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A931 on black background.


Color preview on white background

This text has color #56A931 on white background.



Black color preview on #56A931 background

This text has black color on #56A931 background.


White color preview on #56A931 background

This text has white color on #56A931 background.