COLOR #4C7042

HEX: #4C7042
RGB: (76,112,66)

Color info

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

RGB color model

#4C7042 color RGB value is (76,112,66).

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

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 66 of 255 = 26%

76
112
66

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

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 66 = 254 (100%)
R 76 of 254 ~ 29.92%
G 112 of 254 ~ 44.09%
B 66 of 254 ~ 25.98%

%29.92
%44.09
%25.98

CMYK color model

#4C7042 color CMYK value is (32,0,41,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(32,0,41,56)
C32M0Y41K56 
(32%,0%,41%,56%)
(0.32/0.00/0.41/0.56)	

CMYK percentages

%32.14
%0
%41.07
%56.08

Codes

Color #4C7042 in popluar color models

4C7042
RGB7611266
HSL107°25.84%34.90%
HSB/HSV107°41.07%43.92%
CMYK32.14%0.00%41.07%
56.08%

Color #4C7042 in popluar number systems.

HEX4C7042
Decimal7611266
Binary100110011100001000010
Octal114160102

Shades and tints

Shades of #4C7042

#4C7042
(76,112,66)
#46663C
(70,102,60)
#405C36
(64,92,54)
#3A5230
(58,82,48)
#34482A
(52,72,42)
#2E3E24
(46,62,36)
#28341E
(40,52,30)
#222A18
(34,42,24)
#1C2012
(28,32,18)
#16160C
(22,22,12)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #4C7042

#4C7042
(76,112,66)
#5C7D53
(92,125,83)
#6C8A64
(108,138,100)
#7C9775
(124,151,117)
#8CA486
(140,164,134)
#9CB197
(156,177,151)
#ACBEA8
(172,190,168)
#BCCBB9
(188,203,185)
#CCD8CA
(204,216,202)
#DCE5DB
(220,229,219)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7042; }

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

This text font color is #4C7042.


Background Color

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

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

This div background color is #4C7042.


Border color

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

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

This div border color is #4C7042.


Opacity

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

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

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

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

This text has shadow with #4C7042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7042 on black background.


Color preview on white background

This text has color #4C7042 on white background.



Black color preview on #4C7042 background

This text has black color on #4C7042 background.


White color preview on #4C7042 background

This text has white color on #4C7042 background.