COLOR #4C6E49

HEX: #4C6E49
RGB: (76,110,73)

Color info

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

RGB color model

#4C6E49 color RGB value is (76,110,73).

  • red value is 76;
  • green value is 110;
  • blue value is 73.
RGB:
(76,110,73)
(30%,43%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 73 of 255 = 29%

76
110
73

R + G + B ~ 34%. #4C6E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 73 = 259 (100%)
R 76 of 259 ~ 29.34%
G 110 of 259 ~ 42.47%
B 73 of 259 ~ 28.19%

%29.34
%42.47
%28.19

CMYK color model

#4C6E49 color CMYK value is (31,0,34,57).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(31,0,34,57)
C31M0Y34K57 
(31%,0%,34%,57%)
(0.31/0.00/0.34/0.57)	

CMYK percentages

%30.91
%0
%33.64
%56.86

Codes

Color #4C6E49 in popluar color models

4C6E49
RGB7611073
HSL115°20.22%35.88%
HSB/HSV115°33.64%43.14%
CMYK30.91%0.00%33.64%
56.86%

Color #4C6E49 in popluar number systems.

HEX4C6E49
Decimal7611073
Binary100110011011101001001
Octal114156111

Shades and tints

Shades of #4C6E49

#4C6E49
(76,110,73)
#466443
(70,100,67)
#405A3D
(64,90,61)
#3A5037
(58,80,55)
#344631
(52,70,49)
#2E3C2B
(46,60,43)
#283225
(40,50,37)
#22281F
(34,40,31)
#1C1E19
(28,30,25)
#161413
(22,20,19)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #4C6E49

#4C6E49
(76,110,73)
#5C7B59
(92,123,89)
#6C8869
(108,136,105)
#7C9579
(124,149,121)
#8CA289
(140,162,137)
#9CAF99
(156,175,153)
#ACBCA9
(172,188,169)
#BCC9B9
(188,201,185)
#CCD6C9
(204,214,201)
#DCE3D9
(220,227,217)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E49 color. Also use rgb(76,110,73) instead hex code.

Text Font Color

.myTextColor { color: #4C6E49; }

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

This text font color is #4C6E49.


Background Color

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

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

This div background color is #4C6E49.


Border color

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

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

This div border color is #4C6E49.


Opacity

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

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

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

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

This text has shadow with #4C6E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E49 on black background.


Color preview on white background

This text has color #4C6E49 on white background.



Black color preview on #4C6E49 background

This text has black color on #4C6E49 background.


White color preview on #4C6E49 background

This text has white color on #4C6E49 background.