COLOR #567066

HEX: #567066
RGB: (86,112,102)

Color info

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

RGB color model

#567066 color RGB value is (86,112,102).

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

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 102 of 255 = 40%

86
112
102

R + G + B ~ 39%. #567066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 102 = 300 (100%)
R 86 of 300 ~ 28.67%
G 112 of 300 ~ 37.33%
B 102 of 300 ~ 34%

%28.67
%37.33
%34

CMYK color model

#567066 color CMYK value is (23,0,9,56).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(23,0,9,56)
C23M0Y9K56 
(23%,0%,9%,56%)
(0.23/0.00/0.09/0.56)	

CMYK percentages

%23.21
%0
%8.93
%56.08

Codes

Color #567066 in popluar color models

567066
RGB86112102
HSL157°13.13%38.82%
HSB/HSV157°23.21%43.92%
CMYK23.21%0.00%8.93%
56.08%

Color #567066 in popluar number systems.

HEX567066
Decimal86112102
Binary101011011100001100110
Octal126160146

Shades and tints

Shades of #567066

#567066
(86,112,102)
#4F665D
(79,102,93)
#485C54
(72,92,84)
#41524B
(65,82,75)
#3A4842
(58,72,66)
#333E39
(51,62,57)
#2C3430
(44,52,48)
#252A27
(37,42,39)
#1E201E
(30,32,30)
#171615
(23,22,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #567066

#567066
(86,112,102)
#657D73
(101,125,115)
#748A80
(116,138,128)
#83978D
(131,151,141)
#92A49A
(146,164,154)
#A1B1A7
(161,177,167)
#B0BEB4
(176,190,180)
#BFCBC1
(191,203,193)
#CED8CE
(206,216,206)
#DDE5DB
(221,229,219)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567066; }

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

This text font color is #567066.


Background Color

.myBgColor { background-color: #567066; }

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

This div background color is #567066.


Border color

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

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

This div border color is #567066.


Opacity

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

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

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

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

This text has shadow with #567066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567066 on black background.


Color preview on white background

This text has color #567066 on white background.



Black color preview on #567066 background

This text has black color on #567066 background.


White color preview on #567066 background

This text has white color on #567066 background.