COLOR #4C562B

HEX: #4C562B
RGB: (76,86,43)

Color info

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

RGB color model

#4C562B color RGB value is (76,86,43).

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

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 43 of 255 = 17%

76
86
43

R + G + B ~ 27%. #4C562B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 43 = 205 (100%)
R 76 of 205 ~ 37.07%
G 86 of 205 ~ 41.95%
B 43 of 205 ~ 20.98%

%37.07
%41.95
%20.98

CMYK color model

#4C562B color CMYK value is (12,0,50,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 66.27%
CMYK:
(12,0,50,66)
C12M0Y50K66 
(12%,0%,50%,66%)
(0.12/0.00/0.50/0.66)	

CMYK percentages

%11.63
%0
%50
%66.27

Codes

Color #4C562B in popluar color models

4C562B
RGB768643
HSL74°33.33%25.29%
HSB/HSV74°50.00%33.73%
CMYK11.63%0.00%50.00%
66.27%

Color #4C562B in popluar number systems.

HEX4C562B
Decimal768643
Binary10011001010110101011
Octal11412653

Shades and tints

Shades of #4C562B

#4C562B
(76,86,43)
#464F28
(70,79,40)
#404825
(64,72,37)
#3A4122
(58,65,34)
#343A1F
(52,58,31)
#2E331C
(46,51,28)
#282C19
(40,44,25)
#222516
(34,37,22)
#1C1E13
(28,30,19)
#161710
(22,23,16)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #4C562B

#4C562B
(76,86,43)
#5C653E
(92,101,62)
#6C7451
(108,116,81)
#7C8364
(124,131,100)
#8C9277
(140,146,119)
#9CA18A
(156,161,138)
#ACB09D
(172,176,157)
#BCBFB0
(188,191,176)
#CCCEC3
(204,206,195)
#DCDDD6
(220,221,214)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C562B; }

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

This text font color is #4C562B.


Background Color

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

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

This div background color is #4C562B.


Border color

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

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

This div border color is #4C562B.


Opacity

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

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

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

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

This text has shadow with #4C562B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C562B on black background.


Color preview on white background

This text has color #4C562B on white background.



Black color preview on #4C562B background

This text has black color on #4C562B background.


White color preview on #4C562B background

This text has white color on #4C562B background.