COLOR #568385

HEX: #568385
RGB: (86,131,133)

Color info

#568385 contains red, green and blue colors in about the same proportion. Web safe color of #568385 is #669999 (or #699).

RGB color model

#568385 color RGB value is (86,131,133).

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

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 133 of 255 = 52%

86
131
133

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

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 133 = 350 (100%)
R 86 of 350 ~ 24.57%
G 131 of 350 ~ 37.43%
B 133 of 350 ~ 38%

%24.57
%37.43
%38

CMYK color model

#568385 color CMYK value is (35,2,0,48).

  • cyan value is 35.34%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(35,2,0,48)
C35M2Y0K48 
(35%,2%,0%,48%)
(0.35/0.02/0.00/0.48)	

CMYK percentages

%35.34
%1.5
%0
%47.84

Codes

Color #568385 in popluar color models

568385
RGB86131133
HSL183°21.46%42.94%
HSB/HSV183°35.34%52.16%
CMYK35.34%1.50%0.00%
47.84%

Color #568385 in popluar number systems.

HEX568385
Decimal86131133
Binary10101101000001110000101
Octal126203205

Shades and tints

Shades of #568385

#568385
(86,131,133)
#4F7879
(79,120,121)
#486D6D
(72,109,109)
#416261
(65,98,97)
#3A5755
(58,87,85)
#334C49
(51,76,73)
#2C413D
(44,65,61)
#253631
(37,54,49)
#1E2B25
(30,43,37)
#172019
(23,32,25)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #568385

#568385
(86,131,133)
#658E90
(101,142,144)
#74999B
(116,153,155)
#83A4A6
(131,164,166)
#92AFB1
(146,175,177)
#A1BABC
(161,186,188)
#B0C5C7
(176,197,199)
#BFD0D2
(191,208,210)
#CEDBDD
(206,219,221)
#DDE6E8
(221,230,232)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568385; }

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

This text font color is #568385.


Background Color

.myBgColor { background-color: #568385; }

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

This div background color is #568385.


Border color

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

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

This div border color is #568385.


Opacity

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

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

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

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

This text has shadow with #568385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568385 on black background.


Color preview on white background

This text has color #568385 on white background.



Black color preview on #568385 background

This text has black color on #568385 background.


White color preview on #568385 background

This text has white color on #568385 background.