COLOR #568386

HEX: #568386
RGB: (86,131,134)

Color info

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

RGB color model

#568386 color RGB value is (86,131,134).

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

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 134 of 255 = 53%

86
131
134

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

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 134 = 351 (100%)
R 86 of 351 ~ 24.5%
G 131 of 351 ~ 37.32%
B 134 of 351 ~ 38.18%

%24.5
%37.32
%38.18

CMYK color model

#568386 color CMYK value is (36,2,0,47).

  • cyan value is 35.82%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(36,2,0,47)
C36M2Y0K47 
(36%,2%,0%,47%)
(0.36/0.02/0.00/0.47)	

CMYK percentages

%35.82
%2.24
%0
%47.45

Codes

Color #568386 in popluar color models

568386
RGB86131134
HSL184°21.82%43.14%
HSB/HSV184°35.82%52.55%
CMYK35.82%2.24%0.00%
47.45%

Color #568386 in popluar number systems.

HEX568386
Decimal86131134
Binary10101101000001110000110
Octal126203206

Shades and tints

Shades of #568386

#568386
(86,131,134)
#4F787A
(79,120,122)
#486D6E
(72,109,110)
#416262
(65,98,98)
#3A5756
(58,87,86)
#334C4A
(51,76,74)
#2C413E
(44,65,62)
#253632
(37,54,50)
#1E2B26
(30,43,38)
#17201A
(23,32,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #568386

#568386
(86,131,134)
#658E91
(101,142,145)
#74999C
(116,153,156)
#83A4A7
(131,164,167)
#92AFB2
(146,175,178)
#A1BABD
(161,186,189)
#B0C5C8
(176,197,200)
#BFD0D3
(191,208,211)
#CEDBDE
(206,219,222)
#DDE6E9
(221,230,233)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568386; }

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

This text font color is #568386.


Background Color

.myBgColor { background-color: #568386; }

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

This div background color is #568386.


Border color

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

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

This div border color is #568386.


Opacity

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

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

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

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

This text has shadow with #568386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568386 on black background.


Color preview on white background

This text has color #568386 on white background.



Black color preview on #568386 background

This text has black color on #568386 background.


White color preview on #568386 background

This text has white color on #568386 background.