COLOR #567366

HEX: #567366
RGB: (86,115,102)

Color info

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

RGB color model

#567366 color RGB value is (86,115,102).

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

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 102 of 255 = 40%

86
115
102

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

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 102 = 303 (100%)
R 86 of 303 ~ 28.38%
G 115 of 303 ~ 37.95%
B 102 of 303 ~ 33.66%

%28.38
%37.95
%33.66

CMYK color model

#567366 color CMYK value is (25,0,11,55).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(25,0,11,55)
C25M0Y11K55 
(25%,0%,11%,55%)
(0.25/0.00/0.11/0.55)	

CMYK percentages

%25.22
%0
%11.3
%54.9

Codes

Color #567366 in popluar color models

567366
RGB86115102
HSL153°14.43%39.41%
HSB/HSV153°25.22%45.10%
CMYK25.22%0.00%11.30%
54.90%

Color #567366 in popluar number systems.

HEX567366
Decimal86115102
Binary101011011100111100110
Octal126163146

Shades and tints

Shades of #567366

#567366
(86,115,102)
#4F695D
(79,105,93)
#485F54
(72,95,84)
#41554B
(65,85,75)
#3A4B42
(58,75,66)
#334139
(51,65,57)
#2C3730
(44,55,48)
#252D27
(37,45,39)
#1E231E
(30,35,30)
#171915
(23,25,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #567366

#567366
(86,115,102)
#657F73
(101,127,115)
#748B80
(116,139,128)
#83978D
(131,151,141)
#92A39A
(146,163,154)
#A1AFA7
(161,175,167)
#B0BBB4
(176,187,180)
#BFC7C1
(191,199,193)
#CED3CE
(206,211,206)
#DDDFDB
(221,223,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567366; }

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

This text font color is #567366.


Background Color

.myBgColor { background-color: #567366; }

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

This div background color is #567366.


Border color

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

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

This div border color is #567366.


Opacity

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

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

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

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

This text has shadow with #567366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567366 on black background.


Color preview on white background

This text has color #567366 on white background.



Black color preview on #567366 background

This text has black color on #567366 background.


White color preview on #567366 background

This text has white color on #567366 background.