COLOR #4C6E42

HEX: #4C6E42
RGB: (76,110,66)

Color info

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

RGB color model

#4C6E42 color RGB value is (76,110,66).

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

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 66 of 255 = 26%

76
110
66

R + G + B ~ 33%. #4C6E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 66 = 252 (100%)
R 76 of 252 ~ 30.16%
G 110 of 252 ~ 43.65%
B 66 of 252 ~ 26.19%

%30.16
%43.65
%26.19

CMYK color model

#4C6E42 color CMYK value is (31,0,40,57).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(31,0,40,57)
C31M0Y40K57 
(31%,0%,40%,57%)
(0.31/0.00/0.40/0.57)	

CMYK percentages

%30.91
%0
%40
%56.86

Codes

Color #4C6E42 in popluar color models

4C6E42
RGB7611066
HSL106°25.00%34.51%
HSB/HSV106°40.00%43.14%
CMYK30.91%0.00%40.00%
56.86%

Color #4C6E42 in popluar number systems.

HEX4C6E42
Decimal7611066
Binary100110011011101000010
Octal114156102

Shades and tints

Shades of #4C6E42

#4C6E42
(76,110,66)
#46643C
(70,100,60)
#405A36
(64,90,54)
#3A5030
(58,80,48)
#34462A
(52,70,42)
#2E3C24
(46,60,36)
#28321E
(40,50,30)
#222818
(34,40,24)
#1C1E12
(28,30,18)
#16140C
(22,20,12)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #4C6E42

#4C6E42
(76,110,66)
#5C7B53
(92,123,83)
#6C8864
(108,136,100)
#7C9575
(124,149,117)
#8CA286
(140,162,134)
#9CAF97
(156,175,151)
#ACBCA8
(172,188,168)
#BCC9B9
(188,201,185)
#CCD6CA
(204,214,202)
#DCE3DB
(220,227,219)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6E42; }

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

This text font color is #4C6E42.


Background Color

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

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

This div background color is #4C6E42.


Border color

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

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

This div border color is #4C6E42.


Opacity

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

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

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

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

This text has shadow with #4C6E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E42 on black background.


Color preview on white background

This text has color #4C6E42 on white background.



Black color preview on #4C6E42 background

This text has black color on #4C6E42 background.


White color preview on #4C6E42 background

This text has white color on #4C6E42 background.