COLOR #56A537

HEX: #56A537
RGB: (86,165,55)

Color info

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

RGB color model

#56A537 color RGB value is (86,165,55).

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

RGB channels and saturation

R 86 of 255 = 34%
G 165 of 255 = 65%
B 55 of 255 = 22%

86
165
55

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

Portions of RGB colors in percentages

R + G + B =
86 + 165 + 55 = 306 (100%)
R 86 of 306 ~ 28.1%
G 165 of 306 ~ 53.92%
B 55 of 306 ~ 17.97%

%28.1
%53.92
%17.97

CMYK color model

#56A537 color CMYK value is (48,0,67,35).

  • cyan value is 47.88%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 35.29%
CMYK:
(48,0,67,35)
C48M0Y67K35 
(48%,0%,67%,35%)
(0.48/0.00/0.67/0.35)	

CMYK percentages

%47.88
%0
%66.67
%35.29

Codes

Color #56A537 in popluar color models

56A537
RGB8616555
HSL103°50.00%43.14%
HSB/HSV103°66.67%64.71%
CMYK47.88%0.00%66.67%
35.29%

Color #56A537 in popluar number systems.

HEX56A537
Decimal8616555
Binary101011010100101110111
Octal12624567

Shades and tints

Shades of #56A537

#56A537
(86,165,55)
#4F9632
(79,150,50)
#48872D
(72,135,45)
#417828
(65,120,40)
#3A6923
(58,105,35)
#335A1E
(51,90,30)
#2C4B19
(44,75,25)
#253C14
(37,60,20)
#1E2D0F
(30,45,15)
#171E0A
(23,30,10)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #56A537

#56A537
(86,165,55)
#65AD49
(101,173,73)
#74B55B
(116,181,91)
#83BD6D
(131,189,109)
#92C57F
(146,197,127)
#A1CD91
(161,205,145)
#B0D5A3
(176,213,163)
#BFDDB5
(191,221,181)
#CEE5C7
(206,229,199)
#DDEDD9
(221,237,217)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A537; }

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

This text font color is #56A537.


Background Color

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

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

This div background color is #56A537.


Border color

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

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

This div border color is #56A537.


Opacity

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

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

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

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

This text has shadow with #56A537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A537 on black background.


Color preview on white background

This text has color #56A537 on white background.



Black color preview on #56A537 background

This text has black color on #56A537 background.


White color preview on #56A537 background

This text has white color on #56A537 background.