COLOR #565E3C

HEX: #565E3C RGB: (86,94,60)

Color info

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

RGB color model

#565E3C color RGB value is (86,94,60).

RGB: (86,94,60) (34%, 37%, 24%)

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 60 of 255 = 24%

86
94
60

R + G + B ~ 32%. #565E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 94 + 60 = 240 (100%)
R 86 of 240 ~ 35.83%
G 94 of 240 ~ 39.17%
B 60 of 240 ~ 25'%

%35.83
%39.17
%25

CMYK color model

#565E3C color CMYK value is (9,0,36,63).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 63.14%

CMYK: (9,0,36,63)
C9M0Y36K63 (9%, 0%, 36%, 63%)
(0.09 / 0.00 / 0.36 / 0.63)

CMYK percentages

%8.51
%0
%36.17
%63.14

Codes

Color #565E3C in popluar color models

56 5E 3C
RGB 86 94 60
HSL 74° 22.08% 30.20%
HSB/HSV 74° 36.17% 36.86%
CMYK 8.51% 0.00% 36.17%
63.14%

Color #565E3C in popluar number systems.

HEX 56 5E 3C
Decimal 86 94 60
Binary 1010110 1011110 111100
Octal 126 136 74

Shades and tints

Shades of #565E3C

#565E3C
(86,94,60)
#4F5637
(79,86,55)
#484E32
(72,78,50)
#41462D
(65,70,45)
#3A3E28
(58,62,40)
#333623
(51,54,35)
#2C2E1E
(44,46,30)
#252619
(37,38,25)
#1E1E14
(30,30,20)
#17160F
(23,22,15)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #565E3C

#565E3C
(86,94,60)
#656C4D
(101,108,77)
#747A5E
(116,122,94)
#83886F
(131,136,111)
#929680
(146,150,128)
#A1A491
(161,164,145)
#B0B2A2
(176,178,162)
#BFC0B3
(191,192,179)
#CECEC4
(206,206,196)
#DDDCD5
(221,220,213)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565E3C color. Also use rgb(86,94,60) instead hex code.

Text Font Color

.myTextColor { color: #565E3C; }

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

This text font color is #565E3C.

Background Color

.myBgColor { background-color: #565E3C; }

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

This div background color is #565E3C.

Border color

.myBorderColor { border: 1px solid #565E3C; }

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

This div border color is #565E3C.

Opacity

.myOpacity80 { color: #565E3C; opacity: 0.8; }

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

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

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

This text has shadow with #565E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565E3C.

Preview

Color preview on black background

This text has color #565E3C on black background.


Color preview on white background

This text has color #565E3C on white background.


Black color preview on #565E3C background

This text has black color on #565E3C background.


White color preview on #565E3C background

This text has white color on #565E3C background.


Related colors

Complementary color

Complementary color for #hex is #A9A1C3.


I love getcolorcode.com

Triadic colors

1 #3C565E and #5E3C56 with #565E3C are triadic colors.

2 #3C5E56 and #5E563C with #565E3C are triadic colors.