COLOR #56374B

HEX: #56374B
RGB: (86,55,75)

Color info

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

RGB color model

#56374B color RGB value is (86,55,75).

  • red value is 86;
  • green value is 55;
  • blue value is 75.
RGB:
(86,55,75)
(34%,22%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 75 of 255 = 29%

86
55
75

R + G + B ~ 28%. #56374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 75 = 216 (100%)
R 86 of 216 ~ 39.81%
G 55 of 216 ~ 25.46%
B 75 of 216 ~ 34.72%

%39.81
%25.46
%34.72

CMYK color model

#56374B color CMYK value is (0,36,13,66).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(0,36,13,66)
C0M36Y13K66 
(0%,36%,13%,66%)
(0.00/0.36/0.13/0.66)	

CMYK percentages

%0
%36.05
%12.79
%66.27

Codes

Color #56374B in popluar color models

56374B
RGB865575
HSL321°21.99%27.65%
HSB/HSV321°36.05%33.73%
CMYK0.00%36.05%12.79%
66.27%

Color #56374B in popluar number systems.

HEX56374B
Decimal865575
Binary10101101101111001011
Octal12667113

Shades and tints

Shades of #56374B

#56374B
(86,55,75)
#4F3245
(79,50,69)
#482D3F
(72,45,63)
#412839
(65,40,57)
#3A2333
(58,35,51)
#331E2D
(51,30,45)
#2C1927
(44,25,39)
#251421
(37,20,33)
#1E0F1B
(30,15,27)
#170A15
(23,10,21)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #56374B

#56374B
(86,55,75)
#65495B
(101,73,91)
#745B6B
(116,91,107)
#836D7B
(131,109,123)
#927F8B
(146,127,139)
#A1919B
(161,145,155)
#B0A3AB
(176,163,171)
#BFB5BB
(191,181,187)
#CEC7CB
(206,199,203)
#DDD9DB
(221,217,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56374B color. Also use rgb(86,55,75) instead hex code.

Text Font Color

.myTextColor { color: #56374B; }

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

This text font color is #56374B.


Background Color

.myBgColor { background-color: #56374B; }

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

This div background color is #56374B.


Border color

.myBorderColor { border: 1px solid #56374B; }

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

This div border color is #56374B.


Opacity

.myOpacity80 { color: #56374B; opacity: 0.8; }

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

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

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

This text has shadow with #56374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56374B on black background.


Color preview on white background

This text has color #56374B on white background.



Black color preview on #56374B background

This text has black color on #56374B background.


White color preview on #56374B background

This text has white color on #56374B background.