COLOR #567371

HEX: #567371
RGB: (86,115,113)

Color info

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

RGB color model

#567371 color RGB value is (86,115,113).

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

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 113 of 255 = 44%

86
115
113

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

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 113 = 314 (100%)
R 86 of 314 ~ 27.39%
G 115 of 314 ~ 36.62%
B 113 of 314 ~ 35.99%

%27.39
%36.62
%35.99

CMYK color model

#567371 color CMYK value is (25,0,2,55).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(25,0,2,55)
C25M0Y2K55 
(25%,0%,2%,55%)
(0.25/0.00/0.02/0.55)	

CMYK percentages

%25.22
%0
%1.74
%54.9

Codes

Color #567371 in popluar color models

567371
RGB86115113
HSL176°14.43%39.41%
HSB/HSV176°25.22%45.10%
CMYK25.22%0.00%1.74%
54.90%

Color #567371 in popluar number systems.

HEX567371
Decimal86115113
Binary101011011100111110001
Octal126163161

Shades and tints

Shades of #567371

#567371
(86,115,113)
#4F6967
(79,105,103)
#485F5D
(72,95,93)
#415553
(65,85,83)
#3A4B49
(58,75,73)
#33413F
(51,65,63)
#2C3735
(44,55,53)
#252D2B
(37,45,43)
#1E2321
(30,35,33)
#171917
(23,25,23)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #567371

#567371
(86,115,113)
#657F7D
(101,127,125)
#748B89
(116,139,137)
#839795
(131,151,149)
#92A3A1
(146,163,161)
#A1AFAD
(161,175,173)
#B0BBB9
(176,187,185)
#BFC7C5
(191,199,197)
#CED3D1
(206,211,209)
#DDDFDD
(221,223,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567371; }

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

This text font color is #567371.


Background Color

.myBgColor { background-color: #567371; }

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

This div background color is #567371.


Border color

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

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

This div border color is #567371.


Opacity

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

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

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

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

This text has shadow with #567371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567371 on black background.


Color preview on white background

This text has color #567371 on white background.



Black color preview on #567371 background

This text has black color on #567371 background.


White color preview on #567371 background

This text has white color on #567371 background.