COLOR #56504A

HEX: #56504A
RGB: (86,80,74)

Color info

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

RGB color model

#56504A color RGB value is (86,80,74).

  • red value is 86;
  • green value is 80;
  • blue value is 74.
RGB:
(86,80,74)
(34%,31%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 74 of 255 = 29%

86
80
74

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

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 74 = 240 (100%)
R 86 of 240 ~ 35.83%
G 80 of 240 ~ 33.33%
B 74 of 240 ~ 30.83%

%35.83
%33.33
%30.83

CMYK color model

#56504A color CMYK value is (0,7,14,66).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(0,7,14,66)
C0M7Y14K66 
(0%,7%,14%,66%)
(0.00/0.07/0.14/0.66)	

CMYK percentages

%0
%6.98
%13.95
%66.27

Codes

Color #56504A in popluar color models

56504A
RGB868074
HSL30°7.50%31.37%
HSB/HSV30°13.95%33.73%
CMYK0.00%6.98%13.95%
66.27%

Color #56504A in popluar number systems.

HEX56504A
Decimal868074
Binary101011010100001001010
Octal126120112

Shades and tints

Shades of #56504A

#56504A
(86,80,74)
#4F4944
(79,73,68)
#48423E
(72,66,62)
#413B38
(65,59,56)
#3A3432
(58,52,50)
#332D2C
(51,45,44)
#2C2626
(44,38,38)
#251F20
(37,31,32)
#1E181A
(30,24,26)
#171114
(23,17,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #56504A

#56504A
(86,80,74)
#655F5A
(101,95,90)
#746E6A
(116,110,106)
#837D7A
(131,125,122)
#928C8A
(146,140,138)
#A19B9A
(161,155,154)
#B0AAAA
(176,170,170)
#BFB9BA
(191,185,186)
#CEC8CA
(206,200,202)
#DDD7DA
(221,215,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56504A color. Also use rgb(86,80,74) instead hex code.

Text Font Color

.myTextColor { color: #56504A; }

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

This text font color is #56504A.


Background Color

.myBgColor { background-color: #56504A; }

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

This div background color is #56504A.


Border color

.myBorderColor { border: 1px solid #56504A; }

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

This div border color is #56504A.


Opacity

.myOpacity80 { color: #56504A; opacity: 0.8; }

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

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

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

This text has shadow with #56504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56504A on black background.


Color preview on white background

This text has color #56504A on white background.



Black color preview on #56504A background

This text has black color on #56504A background.


White color preview on #56504A background

This text has white color on #56504A background.