COLOR #568242

HEX: #568242 RGB: (86,130,66)

Color info

#568242 contains mainly red and green colors. Web safe color of #568242 is #669933 (or #693).

RGB color model

#568242 color RGB value is (86,130,66).

RGB: (86,130,66) (34%, 51%, 26%)

RGB channels and saturation

R 86 of 255 = 34%
G 130 of 255 = 51%
B 66 of 255 = 26%

86
130
66

R + G + B ~ 37%. #568242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 130 + 66 = 282 (100%)
R 86 of 282 ~ 30.5%
G 130 of 282 ~ 46.1%
B 66 of 282 ~ 23.4'%

%30.5
%46.1
%23.4

CMYK color model

#568242 color CMYK value is (34,0,49,49).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%

CMYK: (34,0,49,49)
C34M0Y49K49 (34%, 0%, 49%, 49%)
(0.34 / 0.00 / 0.49 / 0.49)

CMYK percentages

%33.85
%0
%49.23
%49.02

Codes

Color #568242 in popluar color models

56 82 42
RGB 86 130 66
HSL 101° 32.65% 38.43%
HSB/HSV 101° 49.23% 50.98%
CMYK 33.85% 0.00% 49.23%
49.02%

Color #568242 in popluar number systems.

HEX 56 82 42
Decimal 86 130 66
Binary 1010110 10000010 1000010
Octal 126 202 102

Shades and tints

Shades of #568242

#568242
(86,130,66)
#4F773C
(79,119,60)
#486C36
(72,108,54)
#416130
(65,97,48)
#3A562A
(58,86,42)
#334B24
(51,75,36)
#2C401E
(44,64,30)
#253518
(37,53,24)
#1E2A12
(30,42,18)
#171F0C
(23,31,12)
#101406
(16,20,6)
#000000
(0,0,0)

Tints of #568242

#568242
(86,130,66)
#658D53
(101,141,83)
#749864
(116,152,100)
#83A375
(131,163,117)
#92AE86
(146,174,134)
#A1B997
(161,185,151)
#B0C4A8
(176,196,168)
#BFCFB9
(191,207,185)
#CEDACA
(206,218,202)
#DDE5DB
(221,229,219)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568242; }

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

This text font color is #568242.

Background Color

.myBgColor { background-color: #568242; }

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

This div background color is #568242.

Border color

.myBorderColor { border: 1px solid #568242; }

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

This div border color is #568242.

Opacity

.myOpacity80 { color: #568242; opacity: 0.8; }

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

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

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

This text has shadow with #568242 color.


.textShadow {text-shadow: 3px 3px 1px #568242', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #568242; -webkit-box-shadow: 1px 1px 3px 2px #568242; box-shadow:1px 1px 3px 2px #568242;">
Div content here
</div>

This div box has shadow with color #568242.

Preview

Color preview on black background

This text has color #568242 on black background.


Color preview on white background

This text has color #568242 on white background.


Black color preview on #568242 background

This text has black color on #568242 background.


White color preview on #568242 background

This text has white color on #568242 background.


Related colors

Complementary color

Complementary color for #hex is #A97DBD.


I love getcolorcode.com

Triadic colors

1 #425682 and #824256 with #568242 are triadic colors.

2 #428256 and #825642 with #568242 are triadic colors.