COLOR #568E48

HEX: #568E48
RGB: (86,142,72)

Color info

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

RGB color model

#568E48 color RGB value is (86,142,72).

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

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 72 of 255 = 28%

86
142
72

R + G + B ~ 39%. #568E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 72 = 300 (100%)
R 86 of 300 ~ 28.67%
G 142 of 300 ~ 47.33%
B 72 of 300 ~ 24%

%28.67
%47.33
%24

CMYK color model

#568E48 color CMYK value is (39,0,49,44).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 44.31%
CMYK:
(39,0,49,44)
C39M0Y49K44 
(39%,0%,49%,44%)
(0.39/0.00/0.49/0.44)	

CMYK percentages

%39.44
%0
%49.3
%44.31

Codes

Color #568E48 in popluar color models

568E48
RGB8614272
HSL108°32.71%41.96%
HSB/HSV108°49.30%55.69%
CMYK39.44%0.00%49.30%
44.31%

Color #568E48 in popluar number systems.

HEX568E48
Decimal8614272
Binary1010110100011101001000
Octal126216110

Shades and tints

Shades of #568E48

#568E48
(86,142,72)
#4F8242
(79,130,66)
#48763C
(72,118,60)
#416A36
(65,106,54)
#3A5E30
(58,94,48)
#33522A
(51,82,42)
#2C4624
(44,70,36)
#253A1E
(37,58,30)
#1E2E18
(30,46,24)
#172212
(23,34,18)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #568E48

#568E48
(86,142,72)
#659858
(101,152,88)
#74A268
(116,162,104)
#83AC78
(131,172,120)
#92B688
(146,182,136)
#A1C098
(161,192,152)
#B0CAA8
(176,202,168)
#BFD4B8
(191,212,184)
#CEDEC8
(206,222,200)
#DDE8D8
(221,232,216)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568E48 color. Also use rgb(86,142,72) instead hex code.

Text Font Color

.myTextColor { color: #568E48; }

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

This text font color is #568E48.


Background Color

.myBgColor { background-color: #568E48; }

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

This div background color is #568E48.


Border color

.myBorderColor { border: 1px solid #568E48; }

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

This div border color is #568E48.


Opacity

.myOpacity80 { color: #568E48; opacity: 0.8; }

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

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

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

This text has shadow with #568E48 color.

.textShadow {text-shadow: 3px 3px 1px #568E48, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568E48 on black background.


Color preview on white background

This text has color #568E48 on white background.



Black color preview on #568E48 background

This text has black color on #568E48 background.


White color preview on #568E48 background

This text has white color on #568E48 background.