COLOR #56333F

HEX: #56333F
RGB: (86,51,63)

Color info

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

RGB color model

#56333F color RGB value is (86,51,63).

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

RGB channels and saturation

R 86 of 255 = 34%
G 51 of 255 = 20%
B 63 of 255 = 25%

86
51
63

R + G + B ~ 26%. #56333F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 51 + 63 = 200 (100%)
R 86 of 200 ~ 43%
G 51 of 200 ~ 25.5%
B 63 of 200 ~ 31.5%

%43
%25.5
%31.5

CMYK color model

#56333F color CMYK value is (0,41,27,66).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(0,41,27,66)
C0M41Y27K66 
(0%,41%,27%,66%)
(0.00/0.41/0.27/0.66)	

CMYK percentages

%0
%40.7
%26.74
%66.27

Codes

Color #56333F in popluar color models

56333F
RGB865163
HSL339°25.55%26.86%
HSB/HSV339°40.70%33.73%
CMYK0.00%40.70%26.74%
66.27%

Color #56333F in popluar number systems.

HEX56333F
Decimal865163
Binary1010110110011111111
Octal1266377

Shades and tints

Shades of #56333F

#56333F
(86,51,63)
#4F2F3A
(79,47,58)
#482B35
(72,43,53)
#412730
(65,39,48)
#3A232B
(58,35,43)
#331F26
(51,31,38)
#2C1B21
(44,27,33)
#25171C
(37,23,28)
#1E1317
(30,19,23)
#170F12
(23,15,18)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #56333F

#56333F
(86,51,63)
#654550
(101,69,80)
#745761
(116,87,97)
#836972
(131,105,114)
#927B83
(146,123,131)
#A18D94
(161,141,148)
#B09FA5
(176,159,165)
#BFB1B6
(191,177,182)
#CEC3C7
(206,195,199)
#DDD5D8
(221,213,216)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56333F; }

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

This text font color is #56333F.


Background Color

.myBgColor { background-color: #56333F; }

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

This div background color is #56333F.


Border color

.myBorderColor { border: 1px solid #56333F; }

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

This div border color is #56333F.


Opacity

.myOpacity80 { color: #56333F; opacity: 0.8; }

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

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

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

This text has shadow with #56333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56333F on black background.


Color preview on white background

This text has color #56333F on white background.



Black color preview on #56333F background

This text has black color on #56333F background.


White color preview on #56333F background

This text has white color on #56333F background.