COLOR #56B042

HEX: #56B042
RGB: (86,176,66)

Color info

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

RGB color model

#56B042 color RGB value is (86,176,66).

  • red value is 86;
  • green value is 176;
  • blue value is 66.
RGB:
(86,176,66)
(34%,69%,26%)

RGB channels and saturation

R 86 of 255 = 34%
G 176 of 255 = 69%
B 66 of 255 = 26%

86
176
66

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

Portions of RGB colors in percentages

R + G + B =
86 + 176 + 66 = 328 (100%)
R 86 of 328 ~ 26.22%
G 176 of 328 ~ 53.66%
B 66 of 328 ~ 20.12%

%26.22
%53.66
%20.12

CMYK color model

#56B042 color CMYK value is (51,0,63,31).

  • cyan value is 51.14%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 30.98%
CMYK:
(51,0,63,31)
C51M0Y63K31 
(51%,0%,63%,31%)
(0.51/0.00/0.63/0.31)	

CMYK percentages

%51.14
%0
%62.5
%30.98

Codes

Color #56B042 in popluar color models

56B042
RGB8617666
HSL109°45.45%47.45%
HSB/HSV109°62.50%69.02%
CMYK51.14%0.00%62.50%
30.98%

Color #56B042 in popluar number systems.

HEX56B042
Decimal8617666
Binary1010110101100001000010
Octal126260102

Shades and tints

Shades of #56B042

#56B042
(86,176,66)
#4FA03C
(79,160,60)
#489036
(72,144,54)
#418030
(65,128,48)
#3A702A
(58,112,42)
#336024
(51,96,36)
#2C501E
(44,80,30)
#254018
(37,64,24)
#1E3012
(30,48,18)
#17200C
(23,32,12)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #56B042

#56B042
(86,176,66)
#65B753
(101,183,83)
#74BE64
(116,190,100)
#83C575
(131,197,117)
#92CC86
(146,204,134)
#A1D397
(161,211,151)
#B0DAA8
(176,218,168)
#BFE1B9
(191,225,185)
#CEE8CA
(206,232,202)
#DDEFDB
(221,239,219)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B042 color. Also use rgb(86,176,66) instead hex code.

Text Font Color

.myTextColor { color: #56B042; }

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

This text font color is #56B042.


Background Color

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

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

This div background color is #56B042.


Border color

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

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

This div border color is #56B042.


Opacity

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

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

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

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

This text has shadow with #56B042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B042 on black background.


Color preview on white background

This text has color #56B042 on white background.



Black color preview on #56B042 background

This text has black color on #56B042 background.


White color preview on #56B042 background

This text has white color on #56B042 background.