COLOR #567B62

HEX: #567B62 RGB: (86,123,98)

Color info

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

RGB color model

#567B62 color RGB value is (86,123,98).

RGB: (86,123,98) (34%, 48%, 38%)

RGB channels and saturation

R 86 of 255 = 34%
G 123 of 255 = 48%
B 98 of 255 = 38%

86
123
98

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

Portions of RGB colors in percentages

R + G + B = 86 + 123 + 98 = 307 (100%)
R 86 of 307 ~ 28.01%
G 123 of 307 ~ 40.07%
B 98 of 307 ~ 31.92'%

%28.01
%40.07
%31.92

CMYK color model

#567B62 color CMYK value is (30,0,20,52).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 51.76%

CMYK: (30,0,20,52)
C30M0Y20K52 (30%, 0%, 20%, 52%)
(0.30 / 0.00 / 0.20 / 0.52)

CMYK percentages

%30.08
%0
%20.33
%51.76

Codes

Color #567B62 in popluar color models

56 7B 62
RGB 86 123 98
HSL 139° 17.70% 40.98%
HSB/HSV 139° 30.08% 48.24%
CMYK 30.08% 0.00% 20.33%
51.76%

Color #567B62 in popluar number systems.

HEX 56 7B 62
Decimal 86 123 98
Binary 1010110 1111011 1100010
Octal 126 173 142

Shades and tints

Shades of #567B62

#567B62
(86,123,98)
#4F705A
(79,112,90)
#486552
(72,101,82)
#415A4A
(65,90,74)
#3A4F42
(58,79,66)
#33443A
(51,68,58)
#2C3932
(44,57,50)
#252E2A
(37,46,42)
#1E2322
(30,35,34)
#17181A
(23,24,26)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #567B62

#567B62
(86,123,98)
#658770
(101,135,112)
#74937E
(116,147,126)
#839F8C
(131,159,140)
#92AB9A
(146,171,154)
#A1B7A8
(161,183,168)
#B0C3B6
(176,195,182)
#BFCFC4
(191,207,196)
#CEDBD2
(206,219,210)
#DDE7E0
(221,231,224)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567B62 color. Also use rgb(86,123,98) instead hex code.

Text Font Color

.myTextColor { color: #567B62; }

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

This text font color is #567B62.

Background Color

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

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

This div background color is #567B62.

Border color

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

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

This div border color is #567B62.

Opacity

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

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

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

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

This text has shadow with #567B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #567B62.

Preview

Color preview on black background

This text has color #567B62 on black background.


Color preview on white background

This text has color #567B62 on white background.


Black color preview on #567B62 background

This text has black color on #567B62 background.


White color preview on #567B62 background

This text has white color on #567B62 background.


Related colors

Complementary color

Complementary color for #hex is #A9849D.


I love getcolorcode.com

Triadic colors

1 #62567B and #7B6256 with #567B62 are triadic colors.

2 #627B56 and #7B5662 with #567B62 are triadic colors.