COLOR #4C563F

HEX: #4C563F RGB: (76,86,63)

Color info

#4C563F contains red, green and blue colors in about the same proportion. Web safe color of #4C563F is #336633 (or #363).

RGB color model

#4C563F color RGB value is (76,86,63).

RGB: (76,86,63) (30%, 34%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 63 of 255 = 25%

76
86
63

R + G + B ~ 30%. #4C563F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 86 + 63 = 225 (100%)
R 76 of 225 ~ 33.78%
G 86 of 225 ~ 38.22%
B 63 of 225 ~ 28'%

%33.78
%38.22
%28

CMYK color model

#4C563F color CMYK value is (12,0,27,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%

CMYK: (12,0,27,66)
C12M0Y27K66 (12%, 0%, 27%, 66%)
(0.12 / 0.00 / 0.27 / 0.66)

CMYK percentages

%11.63
%0
%26.74
%66.27

Codes

Color #4C563F in popluar color models

4C 56 3F
RGB 76 86 63
HSL 86° 15.44% 29.22%
HSB/HSV 86° 26.74% 33.73%
CMYK 11.63% 0.00% 26.74%
66.27%

Color #4C563F in popluar number systems.

HEX 4C 56 3F
Decimal 76 86 63
Binary 1001100 1010110 111111
Octal 114 126 77

Shades and tints

Shades of #4C563F

#4C563F
(76,86,63)
#464F3A
(70,79,58)
#404835
(64,72,53)
#3A4130
(58,65,48)
#343A2B
(52,58,43)
#2E3326
(46,51,38)
#282C21
(40,44,33)
#22251C
(34,37,28)
#1C1E17
(28,30,23)
#161712
(22,23,18)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #4C563F

#4C563F
(76,86,63)
#5C6550
(92,101,80)
#6C7461
(108,116,97)
#7C8372
(124,131,114)
#8C9283
(140,146,131)
#9CA194
(156,161,148)
#ACB0A5
(172,176,165)
#BCBFB6
(188,191,182)
#CCCEC7
(204,206,199)
#DCDDD8
(220,221,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C563F color. Also use rgb(76,86,63) instead hex code.

Text Font Color

.myTextColor { color: #4C563F; }

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

This text font color is #4C563F.

Background Color

.myBgColor { background-color: #4C563F; }

<div style="background-color:#4C563F">Inner text</div>

This div background color is #4C563F.

Border color

.myBorderColor { border: 1px solid #4C563F; }

<div style="border:3px solid #4C563F">Div</div>

This div border color is #4C563F.

Opacity

.myOpacity80 { color: #4C563F; opacity: 0.8; }

<p style="color:#4C563F;opacity:0.8;">80%</p>

Text with #4C563F 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 #4C563F;}

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

This text has shadow with #4C563F color.


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

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

This text has shadow with #4C563F primary color and red secondary color.


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

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

This text has shadow with #4C563F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C563F.

Preview

Color preview on black background

This text has color #4C563F on black background.


Color preview on white background

This text has color #4C563F on white background.


Black color preview on #4C563F background

This text has black color on #4C563F background.


White color preview on #4C563F background

This text has white color on #4C563F background.


Related colors

Complementary color

Complementary color for #hex is #B3A9C0.


I love getcolorcode.com

Triadic colors

1 #3F4C56 and #563F4C with #4C563F are triadic colors.

2 #3F564C and #564C3F with #4C563F are triadic colors.