COLOR #567473

HEX: #567473
RGB: (86,116,115)

Color info

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

RGB color model

#567473 color RGB value is (86,116,115).

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

RGB channels and saturation

R 86 of 255 = 34%
G 116 of 255 = 45%
B 115 of 255 = 45%

86
116
115

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

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 115 = 317 (100%)
R 86 of 317 ~ 27.13%
G 116 of 317 ~ 36.59%
B 115 of 317 ~ 36.28%

%27.13
%36.59
%36.28

CMYK color model

#567473 color CMYK value is (26,0,1,55).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(26,0,1,55)
C26M0Y1K55 
(26%,0%,1%,55%)
(0.26/0.00/0.01/0.55)	

CMYK percentages

%25.86
%0
%0.86
%54.51

Codes

Color #567473 in popluar color models

567473
RGB86116115
HSL178°14.85%39.61%
HSB/HSV178°25.86%45.49%
CMYK25.86%0.00%0.86%
54.51%

Color #567473 in popluar number systems.

HEX567473
Decimal86116115
Binary101011011101001110011
Octal126164163

Shades and tints

Shades of #567473

#567473
(86,116,115)
#4F6A69
(79,106,105)
#48605F
(72,96,95)
#415655
(65,86,85)
#3A4C4B
(58,76,75)
#334241
(51,66,65)
#2C3837
(44,56,55)
#252E2D
(37,46,45)
#1E2423
(30,36,35)
#171A19
(23,26,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #567473

#567473
(86,116,115)
#65807F
(101,128,127)
#748C8B
(116,140,139)
#839897
(131,152,151)
#92A4A3
(146,164,163)
#A1B0AF
(161,176,175)
#B0BCBB
(176,188,187)
#BFC8C7
(191,200,199)
#CED4D3
(206,212,211)
#DDE0DF
(221,224,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567473; }

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

This text font color is #567473.


Background Color

.myBgColor { background-color: #567473; }

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

This div background color is #567473.


Border color

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

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

This div border color is #567473.


Opacity

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

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

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

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

This text has shadow with #567473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567473 on black background.


Color preview on white background

This text has color #567473 on white background.



Black color preview on #567473 background

This text has black color on #567473 background.


White color preview on #567473 background

This text has white color on #567473 background.