COLOR #567770

HEX: #567770
RGB: (86,119,112)

Color info

#567770 contains red, green and blue colors in about the same proportion. Web safe color of #567770 is #666666 (or #666).

RGB color model

#567770 color RGB value is (86,119,112).

  • red value is 86;
  • green value is 119;
  • blue value is 112.
RGB:
(86,119,112)
(34%,47%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 112 of 255 = 44%

86
119
112

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

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 112 = 317 (100%)
R 86 of 317 ~ 27.13%
G 119 of 317 ~ 37.54%
B 112 of 317 ~ 35.33%

%27.13
%37.54
%35.33

CMYK color model

#567770 color CMYK value is (28,0,6,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(28,0,6,53)
C28M0Y6K53 
(28%,0%,6%,53%)
(0.28/0.00/0.06/0.53)	

CMYK percentages

%27.73
%0
%5.88
%53.33

Codes

Color #567770 in popluar color models

567770
RGB86119112
HSL167°16.10%40.20%
HSB/HSV167°27.73%46.67%
CMYK27.73%0.00%5.88%
53.33%

Color #567770 in popluar number systems.

HEX567770
Decimal86119112
Binary101011011101111110000
Octal126167160

Shades and tints

Shades of #567770

#567770
(86,119,112)
#4F6D66
(79,109,102)
#48635C
(72,99,92)
#415952
(65,89,82)
#3A4F48
(58,79,72)
#33453E
(51,69,62)
#2C3B34
(44,59,52)
#25312A
(37,49,42)
#1E2720
(30,39,32)
#171D16
(23,29,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #567770

#567770
(86,119,112)
#65837D
(101,131,125)
#748F8A
(116,143,138)
#839B97
(131,155,151)
#92A7A4
(146,167,164)
#A1B3B1
(161,179,177)
#B0BFBE
(176,191,190)
#BFCBCB
(191,203,203)
#CED7D8
(206,215,216)
#DDE3E5
(221,227,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567770 color. Also use rgb(86,119,112) instead hex code.

Text Font Color

.myTextColor { color: #567770; }

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

This text font color is #567770.


Background Color

.myBgColor { background-color: #567770; }

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

This div background color is #567770.


Border color

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

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

This div border color is #567770.


Opacity

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

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

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

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

This text has shadow with #567770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567770 on black background.


Color preview on white background

This text has color #567770 on white background.



Black color preview on #567770 background

This text has black color on #567770 background.


White color preview on #567770 background

This text has white color on #567770 background.