COLOR #56383C

HEX: #56383C
RGB: (86,56,60)

Color info

#56383C contains red, green and blue colors in about the same proportion. Web safe color of #56383C is #663333 (or #633).

RGB color model

#56383C color RGB value is (86,56,60).

  • red value is 86;
  • green value is 56;
  • blue value is 60.
RGB:
(86,56,60)
(34%,22%,24%)

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 60 of 255 = 24%

86
56
60

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

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 60 = 202 (100%)
R 86 of 202 ~ 42.57%
G 56 of 202 ~ 27.72%
B 60 of 202 ~ 29.7%

%42.57
%27.72
%29.7

CMYK color model

#56383C color CMYK value is (0,35,30,66).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 30.23%
  • key color value is 66.27%
CMYK:
(0,35,30,66)
C0M35Y30K66 
(0%,35%,30%,66%)
(0.00/0.35/0.30/0.66)	

CMYK percentages

%0
%34.88
%30.23
%66.27

Codes

Color #56383C in popluar color models

56383C
RGB865660
HSL352°21.13%27.84%
HSB/HSV352°34.88%33.73%
CMYK0.00%34.88%30.23%
66.27%

Color #56383C in popluar number systems.

HEX56383C
Decimal865660
Binary1010110111000111100
Octal1267074

Shades and tints

Shades of #56383C

#56383C
(86,56,60)
#4F3337
(79,51,55)
#482E32
(72,46,50)
#41292D
(65,41,45)
#3A2428
(58,36,40)
#331F23
(51,31,35)
#2C1A1E
(44,26,30)
#251519
(37,21,25)
#1E1014
(30,16,20)
#170B0F
(23,11,15)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #56383C

#56383C
(86,56,60)
#654A4D
(101,74,77)
#745C5E
(116,92,94)
#836E6F
(131,110,111)
#928080
(146,128,128)
#A19291
(161,146,145)
#B0A4A2
(176,164,162)
#BFB6B3
(191,182,179)
#CEC8C4
(206,200,196)
#DDDAD5
(221,218,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56383C color. Also use rgb(86,56,60) instead hex code.

Text Font Color

.myTextColor { color: #56383C; }

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

This text font color is #56383C.


Background Color

.myBgColor { background-color: #56383C; }

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

This div background color is #56383C.


Border color

.myBorderColor { border: 1px solid #56383C; }

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

This div border color is #56383C.


Opacity

.myOpacity80 { color: #56383C; opacity: 0.8; }

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

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

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

This text has shadow with #56383C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56383C on black background.


Color preview on white background

This text has color #56383C on white background.



Black color preview on #56383C background

This text has black color on #56383C background.


White color preview on #56383C background

This text has white color on #56383C background.