COLOR #567E77

HEX: #567E77
RGB: (86,126,119)

Color info

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

RGB color model

#567E77 color RGB value is (86,126,119).

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

RGB channels and saturation

R 86 of 255 = 34%
G 126 of 255 = 49%
B 119 of 255 = 47%

86
126
119

R + G + B ~ 43%. #567E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 126 + 119 = 331 (100%)
R 86 of 331 ~ 25.98%
G 126 of 331 ~ 38.07%
B 119 of 331 ~ 35.95%

%25.98
%38.07
%35.95

CMYK color model

#567E77 color CMYK value is (32,0,6,51).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(32,0,6,51)
C32M0Y6K51 
(32%,0%,6%,51%)
(0.32/0.00/0.06/0.51)	

CMYK percentages

%31.75
%0
%5.56
%50.59

Codes

Color #567E77 in popluar color models

567E77
RGB86126119
HSL170°18.87%41.57%
HSB/HSV170°31.75%49.41%
CMYK31.75%0.00%5.56%
50.59%

Color #567E77 in popluar number systems.

HEX567E77
Decimal86126119
Binary101011011111101110111
Octal126176167

Shades and tints

Shades of #567E77

#567E77
(86,126,119)
#4F736D
(79,115,109)
#486863
(72,104,99)
#415D59
(65,93,89)
#3A524F
(58,82,79)
#334745
(51,71,69)
#2C3C3B
(44,60,59)
#253131
(37,49,49)
#1E2627
(30,38,39)
#171B1D
(23,27,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #567E77

#567E77
(86,126,119)
#658983
(101,137,131)
#74948F
(116,148,143)
#839F9B
(131,159,155)
#92AAA7
(146,170,167)
#A1B5B3
(161,181,179)
#B0C0BF
(176,192,191)
#BFCBCB
(191,203,203)
#CED6D7
(206,214,215)
#DDE1E3
(221,225,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567E77; }

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

This text font color is #567E77.


Background Color

.myBgColor { background-color: #567E77; }

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

This div background color is #567E77.


Border color

.myBorderColor { border: 1px solid #567E77; }

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

This div border color is #567E77.


Opacity

.myOpacity80 { color: #567E77; opacity: 0.8; }

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

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

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

This text has shadow with #567E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567E77 on black background.


Color preview on white background

This text has color #567E77 on white background.



Black color preview on #567E77 background

This text has black color on #567E77 background.


White color preview on #567E77 background

This text has white color on #567E77 background.