COLOR #56373C

HEX: #56373C RGB: (86,55,60)

Color info

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

RGB color model

#56373C color RGB value is (86,55,60).

RGB: (86,55,60) (34%, 22%, 24%)

RGB channels and saturation

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

86
55
60

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

Portions of RGB colors in percentages

R + G + B = 86 + 55 + 60 = 201 (100%)
R 86 of 201 ~ 42.79%
G 55 of 201 ~ 27.36%
B 60 of 201 ~ 29.85'%

%42.79
%27.36
%29.85

CMYK color model

#56373C color CMYK value is (0,36,30,66).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 30.23%
  • key color value is 66.27%

CMYK: (0,36,30,66)
C0M36Y30K66 (0%, 36%, 30%, 66%)
(0.00 / 0.36 / 0.30 / 0.66)

CMYK percentages

%0
%36.05
%30.23
%66.27

Codes

Color #56373C in popluar color models

56 37 3C
RGB 86 55 60
HSL 350° 21.99% 27.65%
HSB/HSV 350° 36.05% 33.73%
CMYK 0.00% 36.05% 30.23%
66.27%

Color #56373C in popluar number systems.

HEX 56 37 3C
Decimal 86 55 60
Binary 1010110 110111 111100
Octal 126 67 74

Shades and tints

Shades of #56373C

#56373C
(86,55,60)
#4F3237
(79,50,55)
#482D32
(72,45,50)
#41282D
(65,40,45)
#3A2328
(58,35,40)
#331E23
(51,30,35)
#2C191E
(44,25,30)
#251419
(37,20,25)
#1E0F14
(30,15,20)
#170A0F
(23,10,15)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #56373C

#56373C
(86,55,60)
#65494D
(101,73,77)
#745B5E
(116,91,94)
#836D6F
(131,109,111)
#927F80
(146,127,128)
#A19191
(161,145,145)
#B0A3A2
(176,163,162)
#BFB5B3
(191,181,179)
#CEC7C4
(206,199,196)
#DDD9D5
(221,217,213)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56373C; }

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

This text font color is #56373C.

Background Color

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

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

This div background color is #56373C.

Border color

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

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

This div border color is #56373C.

Opacity

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

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

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

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

This text has shadow with #56373C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56373C.

Preview

Color preview on black background

This text has color #56373C on black background.


Color preview on white background

This text has color #56373C on white background.


Black color preview on #56373C background

This text has black color on #56373C background.


White color preview on #56373C background

This text has white color on #56373C background.


Related colors

Complementary color

Complementary color for #hex is #A9C8C3.


I love getcolorcode.com

Triadic colors

1 #3C5637 and #373C56 with #56373C are triadic colors.

2 #3C3756 and #37563C with #56373C are triadic colors.