COLOR #4C563C

HEX: #4C563C
RGB: (76,86,60)

Color info

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

RGB color model

#4C563C color RGB value is (76,86,60).

  • red value is 76;
  • green value is 86;
  • blue value is 60.
RGB:
(76,86,60)
(30%,34%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 60 of 255 = 24%

76
86
60

R + G + B ~ 29%. #4C563C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 60 = 222 (100%)
R 76 of 222 ~ 34.23%
G 86 of 222 ~ 38.74%
B 60 of 222 ~ 27.03%

%34.23
%38.74
%27.03

CMYK color model

#4C563C color CMYK value is (12,0,30,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 66.27%
CMYK:
(12,0,30,66)
C12M0Y30K66 
(12%,0%,30%,66%)
(0.12/0.00/0.30/0.66)	

CMYK percentages

%11.63
%0
%30.23
%66.27

Codes

Color #4C563C in popluar color models

4C563C
RGB768660
HSL83°17.81%28.63%
HSB/HSV83°30.23%33.73%
CMYK11.63%0.00%30.23%
66.27%

Color #4C563C in popluar number systems.

HEX4C563C
Decimal768660
Binary10011001010110111100
Octal11412674

Shades and tints

Shades of #4C563C

#4C563C
(76,86,60)
#464F37
(70,79,55)
#404832
(64,72,50)
#3A412D
(58,65,45)
#343A28
(52,58,40)
#2E3323
(46,51,35)
#282C1E
(40,44,30)
#222519
(34,37,25)
#1C1E14
(28,30,20)
#16170F
(22,23,15)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C563C

#4C563C
(76,86,60)
#5C654D
(92,101,77)
#6C745E
(108,116,94)
#7C836F
(124,131,111)
#8C9280
(140,146,128)
#9CA191
(156,161,145)
#ACB0A2
(172,176,162)
#BCBFB3
(188,191,179)
#CCCEC4
(204,206,196)
#DCDDD5
(220,221,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C563C; }

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

This text font color is #4C563C.


Background Color

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

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

This div background color is #4C563C.


Border color

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

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

This div border color is #4C563C.


Opacity

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

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

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

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

This text has shadow with #4C563C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C563C on black background.


Color preview on white background

This text has color #4C563C on white background.



Black color preview on #4C563C background

This text has black color on #4C563C background.


White color preview on #4C563C background

This text has white color on #4C563C background.