COLOR #568365

HEX: #568365
RGB: (86,131,101)

Color info

#568365 contains red, green and blue colors in about the same proportion. Web safe color of #568365 is #669966 (or #696).

RGB color model

#568365 color RGB value is (86,131,101).

  • red value is 86;
  • green value is 131;
  • blue value is 101.
RGB:
(86,131,101)
(34%,51%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 101 of 255 = 40%

86
131
101

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

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 101 = 318 (100%)
R 86 of 318 ~ 27.04%
G 131 of 318 ~ 41.19%
B 101 of 318 ~ 31.76%

%27.04
%41.19
%31.76

CMYK color model

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

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(34,0,23,49)
C34M0Y23K49 
(34%,0%,23%,49%)
(0.34/0.00/0.23/0.49)	

CMYK percentages

%34.35
%0
%22.9
%48.63

Codes

Color #568365 in popluar color models

568365
RGB86131101
HSL140°20.74%42.55%
HSB/HSV140°34.35%51.37%
CMYK34.35%0.00%22.90%
48.63%

Color #568365 in popluar number systems.

HEX568365
Decimal86131101
Binary1010110100000111100101
Octal126203145

Shades and tints

Shades of #568365

#568365
(86,131,101)
#4F785C
(79,120,92)
#486D53
(72,109,83)
#41624A
(65,98,74)
#3A5741
(58,87,65)
#334C38
(51,76,56)
#2C412F
(44,65,47)
#253626
(37,54,38)
#1E2B1D
(30,43,29)
#172014
(23,32,20)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #568365

#568365
(86,131,101)
#658E73
(101,142,115)
#749981
(116,153,129)
#83A48F
(131,164,143)
#92AF9D
(146,175,157)
#A1BAAB
(161,186,171)
#B0C5B9
(176,197,185)
#BFD0C7
(191,208,199)
#CEDBD5
(206,219,213)
#DDE6E3
(221,230,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568365 color. Also use rgb(86,131,101) instead hex code.

Text Font Color

.myTextColor { color: #568365; }

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

This text font color is #568365.


Background Color

.myBgColor { background-color: #568365; }

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

This div background color is #568365.


Border color

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

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

This div border color is #568365.


Opacity

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

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

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

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

This text has shadow with #568365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568365 on black background.


Color preview on white background

This text has color #568365 on white background.



Black color preview on #568365 background

This text has black color on #568365 background.


White color preview on #568365 background

This text has white color on #568365 background.