COLOR #565C3A

HEX: #565C3A
RGB: (86,92,58)

Color info

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

RGB color model

#565C3A color RGB value is (86,92,58).

  • red value is 86;
  • green value is 92;
  • blue value is 58.
RGB:
(86,92,58)
(34%,36%,23%)

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 58 of 255 = 23%

86
92
58

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 58 = 236 (100%)
R 86 of 236 ~ 36.44%
G 92 of 236 ~ 38.98%
B 58 of 236 ~ 24.58%

%36.44
%38.98
%24.58

CMYK color model

#565C3A color CMYK value is (7,0,37,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 63.92%
CMYK:
(7,0,37,64)
C7M0Y37K64 
(7%,0%,37%,64%)
(0.07/0.00/0.37/0.64)	

CMYK percentages

%6.52
%0
%36.96
%63.92

Codes

Color #565C3A in popluar color models

565C3A
RGB869258
HSL71°22.67%29.41%
HSB/HSV71°36.96%36.08%
CMYK6.52%0.00%36.96%
63.92%

Color #565C3A in popluar number systems.

HEX565C3A
Decimal869258
Binary10101101011100111010
Octal12613472

Shades and tints

Shades of #565C3A

#565C3A
(86,92,58)
#4F5435
(79,84,53)
#484C30
(72,76,48)
#41442B
(65,68,43)
#3A3C26
(58,60,38)
#333421
(51,52,33)
#2C2C1C
(44,44,28)
#252417
(37,36,23)
#1E1C12
(30,28,18)
#17140D
(23,20,13)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #565C3A

#565C3A
(86,92,58)
#656A4B
(101,106,75)
#74785C
(116,120,92)
#83866D
(131,134,109)
#92947E
(146,148,126)
#A1A28F
(161,162,143)
#B0B0A0
(176,176,160)
#BFBEB1
(191,190,177)
#CECCC2
(206,204,194)
#DDDAD3
(221,218,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565C3A color. Also use rgb(86,92,58) instead hex code.

Text Font Color

.myTextColor { color: #565C3A; }

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

This text font color is #565C3A.


Background Color

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

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

This div background color is #565C3A.


Border color

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

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

This div border color is #565C3A.


Opacity

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

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

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

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

This text has shadow with #565C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C3A on black background.


Color preview on white background

This text has color #565C3A on white background.



Black color preview on #565C3A background

This text has black color on #565C3A background.


White color preview on #565C3A background

This text has white color on #565C3A background.