COLOR #565346

HEX: #565346
RGB: (86,83,70)

Color info

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

RGB color model

#565346 color RGB value is (86,83,70).

  • red value is 86;
  • green value is 83;
  • blue value is 70.
RGB:
(86,83,70)
(34%,33%,27%)

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 70 of 255 = 27%

86
83
70

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

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 70 = 239 (100%)
R 86 of 239 ~ 35.98%
G 83 of 239 ~ 34.73%
B 70 of 239 ~ 29.29%

%35.98
%34.73
%29.29

CMYK color model

#565346 color CMYK value is (0,3,19,66).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,3,19,66)
C0M3Y19K66 
(0%,3%,19%,66%)
(0.00/0.03/0.19/0.66)	

CMYK percentages

%0
%3.49
%18.6
%66.27

Codes

Color #565346 in popluar color models

565346
RGB868370
HSL49°10.26%30.59%
HSB/HSV49°18.60%33.73%
CMYK0.00%3.49%18.60%
66.27%

Color #565346 in popluar number systems.

HEX565346
Decimal868370
Binary101011010100111000110
Octal126123106

Shades and tints

Shades of #565346

#565346
(86,83,70)
#4F4C40
(79,76,64)
#48453A
(72,69,58)
#413E34
(65,62,52)
#3A372E
(58,55,46)
#333028
(51,48,40)
#2C2922
(44,41,34)
#25221C
(37,34,28)
#1E1B16
(30,27,22)
#171410
(23,20,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #565346

#565346
(86,83,70)
#656256
(101,98,86)
#747166
(116,113,102)
#838076
(131,128,118)
#928F86
(146,143,134)
#A19E96
(161,158,150)
#B0ADA6
(176,173,166)
#BFBCB6
(191,188,182)
#CECBC6
(206,203,198)
#DDDAD6
(221,218,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565346 color. Also use rgb(86,83,70) instead hex code.

Text Font Color

.myTextColor { color: #565346; }

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

This text font color is #565346.


Background Color

.myBgColor { background-color: #565346; }

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

This div background color is #565346.


Border color

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

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

This div border color is #565346.


Opacity

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

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

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

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

This text has shadow with #565346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565346 on black background.


Color preview on white background

This text has color #565346 on white background.



Black color preview on #565346 background

This text has black color on #565346 background.


White color preview on #565346 background

This text has white color on #565346 background.