COLOR #56A447

HEX: #56A447
RGB: (86,164,71)

Color info

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

RGB color model

#56A447 color RGB value is (86,164,71).

  • red value is 86;
  • green value is 164;
  • blue value is 71.
RGB:
(86,164,71)
(34%,64%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 164 of 255 = 64%
B 71 of 255 = 28%

86
164
71

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

Portions of RGB colors in percentages

R + G + B =
86 + 164 + 71 = 321 (100%)
R 86 of 321 ~ 26.79%
G 164 of 321 ~ 51.09%
B 71 of 321 ~ 22.12%

%26.79
%51.09
%22.12

CMYK color model

#56A447 color CMYK value is (48,0,57,36).

  • cyan value is 47.56%
  • magenta value is 0.00%
  • yellow value is 56.71%
  • key color value is 35.69%
CMYK:
(48,0,57,36)
C48M0Y57K36 
(48%,0%,57%,36%)
(0.48/0.00/0.57/0.36)	

CMYK percentages

%47.56
%0
%56.71
%35.69

Codes

Color #56A447 in popluar color models

56A447
RGB8616471
HSL110°39.57%46.08%
HSB/HSV110°56.71%64.31%
CMYK47.56%0.00%56.71%
35.69%

Color #56A447 in popluar number systems.

HEX56A447
Decimal8616471
Binary1010110101001001000111
Octal126244107

Shades and tints

Shades of #56A447

#56A447
(86,164,71)
#4F9641
(79,150,65)
#48883B
(72,136,59)
#417A35
(65,122,53)
#3A6C2F
(58,108,47)
#335E29
(51,94,41)
#2C5023
(44,80,35)
#25421D
(37,66,29)
#1E3417
(30,52,23)
#172611
(23,38,17)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #56A447

#56A447
(86,164,71)
#65AC57
(101,172,87)
#74B467
(116,180,103)
#83BC77
(131,188,119)
#92C487
(146,196,135)
#A1CC97
(161,204,151)
#B0D4A7
(176,212,167)
#BFDCB7
(191,220,183)
#CEE4C7
(206,228,199)
#DDECD7
(221,236,215)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A447 color. Also use rgb(86,164,71) instead hex code.

Text Font Color

.myTextColor { color: #56A447; }

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

This text font color is #56A447.


Background Color

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

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

This div background color is #56A447.


Border color

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

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

This div border color is #56A447.


Opacity

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

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

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

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

This text has shadow with #56A447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A447 on black background.


Color preview on white background

This text has color #56A447 on white background.



Black color preview on #56A447 background

This text has black color on #56A447 background.


White color preview on #56A447 background

This text has white color on #56A447 background.