COLOR #565533

HEX: #565533
RGB: (86,85,51)

Color info

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

RGB color model

#565533 color RGB value is (86,85,51).

  • red value is 86;
  • green value is 85;
  • blue value is 51.
RGB:
(86,85,51)
(34%,33%,20%)

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 51 of 255 = 20%

86
85
51

R + G + B ~ 29%. #565533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 51 = 222 (100%)
R 86 of 222 ~ 38.74%
G 85 of 222 ~ 38.29%
B 51 of 222 ~ 22.97%

%38.74
%38.29
%22.97

CMYK color model

#565533 color CMYK value is (0,1,41,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 40.70%
  • key color value is 66.27%
CMYK:
(0,1,41,66)
C0M1Y41K66 
(0%,1%,41%,66%)
(0.00/0.01/0.41/0.66)	

CMYK percentages

%0
%1.16
%40.7
%66.27

Codes

Color #565533 in popluar color models

565533
RGB868551
HSL58°25.55%26.86%
HSB/HSV58°40.70%33.73%
CMYK0.00%1.16%40.70%
66.27%

Color #565533 in popluar number systems.

HEX565533
Decimal868551
Binary10101101010101110011
Octal12612563

Shades and tints

Shades of #565533

#565533
(86,85,51)
#4F4E2F
(79,78,47)
#48472B
(72,71,43)
#414027
(65,64,39)
#3A3923
(58,57,35)
#33321F
(51,50,31)
#2C2B1B
(44,43,27)
#252417
(37,36,23)
#1E1D13
(30,29,19)
#17160F
(23,22,15)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #565533

#565533
(86,85,51)
#656445
(101,100,69)
#747357
(116,115,87)
#838269
(131,130,105)
#92917B
(146,145,123)
#A1A08D
(161,160,141)
#B0AF9F
(176,175,159)
#BFBEB1
(191,190,177)
#CECDC3
(206,205,195)
#DDDCD5
(221,220,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565533 color. Also use rgb(86,85,51) instead hex code.

Text Font Color

.myTextColor { color: #565533; }

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

This text font color is #565533.


Background Color

.myBgColor { background-color: #565533; }

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

This div background color is #565533.


Border color

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

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

This div border color is #565533.


Opacity

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

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

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

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

This text has shadow with #565533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565533 on black background.


Color preview on white background

This text has color #565533 on white background.



Black color preview on #565533 background

This text has black color on #565533 background.


White color preview on #565533 background

This text has white color on #565533 background.