COLOR #56633B

HEX: #56633B RGB: (86,99,59)

Color info

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

RGB color model

#56633B color RGB value is (86,99,59).

RGB: (86,99,59) (34%, 39%, 23%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 59 of 255 = 23%

86
99
59

R + G + B ~ 32%. #56633B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 99 + 59 = 244 (100%)
R 86 of 244 ~ 35.25%
G 99 of 244 ~ 40.57%
B 59 of 244 ~ 24.18'%

%35.25
%40.57
%24.18

CMYK color model

#56633B color CMYK value is (13,0,40,61).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK: (13,0,40,61) C13M0Y40K61 (13%,0%,40%,61%) (0.13/0.00/0.40/0.61) 

CMYK percentages

%13.13
%0
%40.4
%61.18

Codes

Color #56633B in popluar color models

56 63 3B
RGB 86 99 59
HSL 80° 25.32% 30.98%
HSB/HSV 80° 40.40% 38.82%
CMYK 13.13% 0.00% 40.40%
61.18%

Color #56633B in popluar number systems.

HEX 56 63 3B
Decimal 86 99 59
Binary 1010110 1100011 111011
Octal 126 143 73

Shades and tints

Shades of #56633B

#56633B
(86,99,59)
#4F5A36
(79,90,54)
#485131
(72,81,49)
#41482C
(65,72,44)
#3A3F27
(58,63,39)
#333622
(51,54,34)
#2C2D1D
(44,45,29)
#252418
(37,36,24)
#1E1B13
(30,27,19)
#17120E
(23,18,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #56633B

#56633B
(86,99,59)
#65714C
(101,113,76)
#747F5D
(116,127,93)
#838D6E
(131,141,110)
#929B7F
(146,155,127)
#A1A990
(161,169,144)
#B0B7A1
(176,183,161)
#BFC5B2
(191,197,178)
#CED3C3
(206,211,195)
#DDE1D4
(221,225,212)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56633B color. Also use rgb(86,99,59) instead hex code.

Text Font Color

.myTextColor { color: #56633B; }

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

This text font color is #56633B.

Background Color

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

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

This div background color is #56633B.

Border color

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

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

This div border color is #56633B.

Opacity

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

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

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

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

This text has shadow with #56633B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56633B.

Preview

Color preview on black background

This text has color #56633B on black background.


Color preview on white background

This text has color #56633B on white background.


Black color preview on #56633B background

This text has black color on #56633B background.


White color preview on #56633B background

This text has white color on #56633B background.


Related colors

Complementary color

Complementary color for #hex is #A99CC4.


I love getcolorcode.com

Triadic colors

1 #3B5663 and #633B56 with #56633B are triadic colors.

2 #3B6356 and #63563B with #56633B are triadic colors.