COLOR #56A348

HEX: #56A348
RGB: (86,163,72)

Color info

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

RGB color model

#56A348 color RGB value is (86,163,72).

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

RGB channels and saturation

R 86 of 255 = 34%
G 163 of 255 = 64%
B 72 of 255 = 28%

86
163
72

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

Portions of RGB colors in percentages

R + G + B =
86 + 163 + 72 = 321 (100%)
R 86 of 321 ~ 26.79%
G 163 of 321 ~ 50.78%
B 72 of 321 ~ 22.43%

%26.79
%50.78
%22.43

CMYK color model

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

  • cyan value is 47.24%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 36.08%
CMYK:
(47,0,56,36)
C47M0Y56K36 
(47%,0%,56%,36%)
(0.47/0.00/0.56/0.36)	

CMYK percentages

%47.24
%0
%55.83
%36.08

Codes

Color #56A348 in popluar color models

56A348
RGB8616372
HSL111°38.72%46.08%
HSB/HSV111°55.83%63.92%
CMYK47.24%0.00%55.83%
36.08%

Color #56A348 in popluar number systems.

HEX56A348
Decimal8616372
Binary1010110101000111001000
Octal126243110

Shades and tints

Shades of #56A348

#56A348
(86,163,72)
#4F9542
(79,149,66)
#48873C
(72,135,60)
#417936
(65,121,54)
#3A6B30
(58,107,48)
#335D2A
(51,93,42)
#2C4F24
(44,79,36)
#25411E
(37,65,30)
#1E3318
(30,51,24)
#172512
(23,37,18)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #56A348

#56A348
(86,163,72)
#65AB58
(101,171,88)
#74B368
(116,179,104)
#83BB78
(131,187,120)
#92C388
(146,195,136)
#A1CB98
(161,203,152)
#B0D3A8
(176,211,168)
#BFDBB8
(191,219,184)
#CEE3C8
(206,227,200)
#DDEBD8
(221,235,216)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56A348; }

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

This text font color is #56A348.


Background Color

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

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

This div background color is #56A348.


Border color

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

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

This div border color is #56A348.


Opacity

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

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

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

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

This text has shadow with #56A348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A348 on black background.


Color preview on white background

This text has color #56A348 on white background.



Black color preview on #56A348 background

This text has black color on #56A348 background.


White color preview on #56A348 background

This text has white color on #56A348 background.