COLOR #565128

HEX: #565128
RGB: (86,81,40)

Color info

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

RGB color model

#565128 color RGB value is (86,81,40).

  • red value is 86;
  • green value is 81;
  • blue value is 40.
RGB:
(86,81,40)
(34%,32%,16%)

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 40 of 255 = 16%

86
81
40

R + G + B ~ 27%. #565128 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 40 = 207 (100%)
R 86 of 207 ~ 41.55%
G 81 of 207 ~ 39.13%
B 40 of 207 ~ 19.32%

%41.55
%39.13
%19.32

CMYK color model

#565128 color CMYK value is (0,6,53,66).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 53.49%
  • key color value is 66.27%
CMYK:
(0,6,53,66)
C0M6Y53K66 
(0%,6%,53%,66%)
(0.00/0.06/0.53/0.66)	

CMYK percentages

%0
%5.81
%53.49
%66.27

Codes

Color #565128 in popluar color models

565128
RGB868140
HSL53°36.51%24.71%
HSB/HSV53°53.49%33.73%
CMYK0.00%5.81%53.49%
66.27%

Color #565128 in popluar number systems.

HEX565128
Decimal868140
Binary10101101010001101000
Octal12612150

Shades and tints

Shades of #565128

#565128
(86,81,40)
#4F4A25
(79,74,37)
#484322
(72,67,34)
#413C1F
(65,60,31)
#3A351C
(58,53,28)
#332E19
(51,46,25)
#2C2716
(44,39,22)
#252013
(37,32,19)
#1E1910
(30,25,16)
#17120D
(23,18,13)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #565128

#565128
(86,81,40)
#65603B
(101,96,59)
#746F4E
(116,111,78)
#837E61
(131,126,97)
#928D74
(146,141,116)
#A19C87
(161,156,135)
#B0AB9A
(176,171,154)
#BFBAAD
(191,186,173)
#CEC9C0
(206,201,192)
#DDD8D3
(221,216,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565128; }

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

This text font color is #565128.


Background Color

.myBgColor { background-color: #565128; }

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

This div background color is #565128.


Border color

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

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

This div border color is #565128.


Opacity

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

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

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

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

This text has shadow with #565128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565128 on black background.


Color preview on white background

This text has color #565128 on white background.



Black color preview on #565128 background

This text has black color on #565128 background.


White color preview on #565128 background

This text has white color on #565128 background.