COLOR #567376

HEX: #567376
RGB: (86,115,118)

Color info

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

RGB color model

#567376 color RGB value is (86,115,118).

  • red value is 86;
  • green value is 115;
  • blue value is 118.
RGB:
(86,115,118)
(34%,45%,46%)

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 118 of 255 = 46%

86
115
118

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

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 118 = 319 (100%)
R 86 of 319 ~ 26.96%
G 115 of 319 ~ 36.05%
B 118 of 319 ~ 36.99%

%26.96
%36.05
%36.99

CMYK color model

#567376 color CMYK value is (27,3,0,54).

  • cyan value is 27.12%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(27,3,0,54)
C27M3Y0K54 
(27%,3%,0%,54%)
(0.27/0.03/0.00/0.54)	

CMYK percentages

%27.12
%2.54
%0
%53.73

Codes

Color #567376 in popluar color models

567376
RGB86115118
HSL186°15.69%40.00%
HSB/HSV186°27.12%46.27%
CMYK27.12%2.54%0.00%
53.73%

Color #567376 in popluar number systems.

HEX567376
Decimal86115118
Binary101011011100111110110
Octal126163166

Shades and tints

Shades of #567376

#567376
(86,115,118)
#4F696C
(79,105,108)
#485F62
(72,95,98)
#415558
(65,85,88)
#3A4B4E
(58,75,78)
#334144
(51,65,68)
#2C373A
(44,55,58)
#252D30
(37,45,48)
#1E2326
(30,35,38)
#17191C
(23,25,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #567376

#567376
(86,115,118)
#657F82
(101,127,130)
#748B8E
(116,139,142)
#83979A
(131,151,154)
#92A3A6
(146,163,166)
#A1AFB2
(161,175,178)
#B0BBBE
(176,187,190)
#BFC7CA
(191,199,202)
#CED3D6
(206,211,214)
#DDDFE2
(221,223,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567376 color. Also use rgb(86,115,118) instead hex code.

Text Font Color

.myTextColor { color: #567376; }

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

This text font color is #567376.


Background Color

.myBgColor { background-color: #567376; }

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

This div background color is #567376.


Border color

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

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

This div border color is #567376.


Opacity

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

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

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

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

This text has shadow with #567376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567376 on black background.


Color preview on white background

This text has color #567376 on white background.



Black color preview on #567376 background

This text has black color on #567376 background.


White color preview on #567376 background

This text has white color on #567376 background.