COLOR #567D5F

HEX: #567D5F
RGB: (86,125,95)

Color info

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

RGB color model

#567D5F color RGB value is (86,125,95).

  • red value is 86;
  • green value is 125;
  • blue value is 95.
RGB:
(86,125,95)
(34%,49%,37%)

RGB channels and saturation

R 86 of 255 = 34%
G 125 of 255 = 49%
B 95 of 255 = 37%

86
125
95

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

Portions of RGB colors in percentages

R + G + B =
86 + 125 + 95 = 306 (100%)
R 86 of 306 ~ 28.1%
G 125 of 306 ~ 40.85%
B 95 of 306 ~ 31.05%

%28.1
%40.85
%31.05

CMYK color model

#567D5F color CMYK value is (31,0,24,51).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(31,0,24,51)
C31M0Y24K51 
(31%,0%,24%,51%)
(0.31/0.00/0.24/0.51)	

CMYK percentages

%31.2
%0
%24
%50.98

Codes

Color #567D5F in popluar color models

567D5F
RGB8612595
HSL134°18.48%41.37%
HSB/HSV134°31.20%49.02%
CMYK31.20%0.00%24.00%
50.98%

Color #567D5F in popluar number systems.

HEX567D5F
Decimal8612595
Binary101011011111011011111
Octal126175137

Shades and tints

Shades of #567D5F

#567D5F
(86,125,95)
#4F7257
(79,114,87)
#48674F
(72,103,79)
#415C47
(65,92,71)
#3A513F
(58,81,63)
#334637
(51,70,55)
#2C3B2F
(44,59,47)
#253027
(37,48,39)
#1E251F
(30,37,31)
#171A17
(23,26,23)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #567D5F

#567D5F
(86,125,95)
#65886D
(101,136,109)
#74937B
(116,147,123)
#839E89
(131,158,137)
#92A997
(146,169,151)
#A1B4A5
(161,180,165)
#B0BFB3
(176,191,179)
#BFCAC1
(191,202,193)
#CED5CF
(206,213,207)
#DDE0DD
(221,224,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567D5F color. Also use rgb(86,125,95) instead hex code.

Text Font Color

.myTextColor { color: #567D5F; }

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

This text font color is #567D5F.


Background Color

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

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

This div background color is #567D5F.


Border color

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

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

This div border color is #567D5F.


Opacity

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

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

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

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

This text has shadow with #567D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567D5F on black background.


Color preview on white background

This text has color #567D5F on white background.



Black color preview on #567D5F background

This text has black color on #567D5F background.


White color preview on #567D5F background

This text has white color on #567D5F background.