COLOR #565142

HEX: #565142 RGB: (86,81,66)

Color info

#565142 contains red, green and blue colors in about the same proportion. Web safe color of #565142 is #666633 (or #663).

RGB color model

#565142 color RGB value is (86,81,66).

RGB: (86,81,66) (34%, 32%, 26%)

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 66 of 255 = 26%

86
81
66

R + G + B ~ 31%. #565142 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 81 + 66 = 233 (100%)
R 86 of 233 ~ 36.91%
G 81 of 233 ~ 34.76%
B 66 of 233 ~ 28.33'%

%36.91
%34.76
%28.33

CMYK color model

#565142 color CMYK value is (0,6,23,66).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 23.26%
  • key color value is 66.27%
CMYK: (0,6,23,66) C0M6Y23K66 (0%,6%,23%,66%) (0.00/0.06/0.23/0.66) 

CMYK percentages

%0
%5.81
%23.26
%66.27

Codes

Color #565142 in popluar color models

56 51 42
RGB 86 81 66
HSL 45° 13.16% 29.80%
HSB/HSV 45° 23.26% 33.73%
CMYK 0.00% 5.81% 23.26%
66.27%

Color #565142 in popluar number systems.

HEX 56 51 42
Decimal 86 81 66
Binary 1010110 1010001 1000010
Octal 126 121 102

Shades and tints

Shades of #565142

#565142
(86,81,66)
#4F4A3C
(79,74,60)
#484336
(72,67,54)
#413C30
(65,60,48)
#3A352A
(58,53,42)
#332E24
(51,46,36)
#2C271E
(44,39,30)
#252018
(37,32,24)
#1E1912
(30,25,18)
#17120C
(23,18,12)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #565142

#565142
(86,81,66)
#656053
(101,96,83)
#746F64
(116,111,100)
#837E75
(131,126,117)
#928D86
(146,141,134)
#A19C97
(161,156,151)
#B0ABA8
(176,171,168)
#BFBAB9
(191,186,185)
#CEC9CA
(206,201,202)
#DDD8DB
(221,216,219)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565142 color. Also use rgb(86,81,66) instead hex code.

Text Font Color

.myTextColor { color: #565142; }

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

This text font color is #565142.

Background Color

.myBgColor { background-color: #565142; }

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

This div background color is #565142.

Border color

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

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

This div border color is #565142.

Opacity

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

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

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

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

This text has shadow with #565142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565142.

Preview

Color preview on black background

This text has color #565142 on black background.


Color preview on white background

This text has color #565142 on white background.


Black color preview on #565142 background

This text has black color on #565142 background.


White color preview on #565142 background

This text has white color on #565142 background.


Related colors

Complementary color

Complementary color for #hex is #A9AEBD.


I love getcolorcode.com

Triadic colors

1 #425651 and #514256 with #565142 are triadic colors.

2 #425156 and #515642 with #565142 are triadic colors.