COLOR #56A336

HEX: #56A336
RGB: (86,163,54)

Color info

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

RGB color model

#56A336 color RGB value is (86,163,54).

  • red value is 86;
  • green value is 163;
  • blue value is 54.
RGB:
(86,163,54)
(34%,64%,21%)

RGB channels and saturation

R 86 of 255 = 34%
G 163 of 255 = 64%
B 54 of 255 = 21%

86
163
54

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

Portions of RGB colors in percentages

R + G + B =
86 + 163 + 54 = 303 (100%)
R 86 of 303 ~ 28.38%
G 163 of 303 ~ 53.8%
B 54 of 303 ~ 17.82%

%28.38
%53.8
%17.82

CMYK color model

#56A336 color CMYK value is (47,0,67,36).

  • cyan value is 47.24%
  • magenta value is 0.00%
  • yellow value is 66.87%
  • key color value is 36.08%
CMYK:
(47,0,67,36)
C47M0Y67K36 
(47%,0%,67%,36%)
(0.47/0.00/0.67/0.36)	

CMYK percentages

%47.24
%0
%66.87
%36.08

Codes

Color #56A336 in popluar color models

56A336
RGB8616354
HSL102°50.23%42.55%
HSB/HSV102°66.87%63.92%
CMYK47.24%0.00%66.87%
36.08%

Color #56A336 in popluar number systems.

HEX56A336
Decimal8616354
Binary101011010100011110110
Octal12624366

Shades and tints

Shades of #56A336

#56A336
(86,163,54)
#4F9532
(79,149,50)
#48872E
(72,135,46)
#41792A
(65,121,42)
#3A6B26
(58,107,38)
#335D22
(51,93,34)
#2C4F1E
(44,79,30)
#25411A
(37,65,26)
#1E3316
(30,51,22)
#172512
(23,37,18)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #56A336

#56A336
(86,163,54)
#65AB48
(101,171,72)
#74B35A
(116,179,90)
#83BB6C
(131,187,108)
#92C37E
(146,195,126)
#A1CB90
(161,203,144)
#B0D3A2
(176,211,162)
#BFDBB4
(191,219,180)
#CEE3C6
(206,227,198)
#DDEBD8
(221,235,216)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A336 color. Also use rgb(86,163,54) instead hex code.

Text Font Color

.myTextColor { color: #56A336; }

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

This text font color is #56A336.


Background Color

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

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

This div background color is #56A336.


Border color

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

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

This div border color is #56A336.


Opacity

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

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

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

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

This text has shadow with #56A336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A336 on black background.


Color preview on white background

This text has color #56A336 on white background.



Black color preview on #56A336 background

This text has black color on #56A336 background.


White color preview on #56A336 background

This text has white color on #56A336 background.