COLOR #4C7242

HEX: #4C7242
RGB: (76,114,66)

Color info

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

RGB color model

#4C7242 color RGB value is (76,114,66).

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

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 66 of 255 = 26%

76
114
66

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 66 = 256 (100%)
R 76 of 256 ~ 29.69%
G 114 of 256 ~ 44.53%
B 66 of 256 ~ 25.78%

%29.69
%44.53
%25.78

CMYK color model

#4C7242 color CMYK value is (33,0,42,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 55.29%
CMYK:
(33,0,42,55)
C33M0Y42K55 
(33%,0%,42%,55%)
(0.33/0.00/0.42/0.55)	

CMYK percentages

%33.33
%0
%42.11
%55.29

Codes

Color #4C7242 in popluar color models

4C7242
RGB7611466
HSL108°26.67%35.29%
HSB/HSV108°42.11%44.71%
CMYK33.33%0.00%42.11%
55.29%

Color #4C7242 in popluar number systems.

HEX4C7242
Decimal7611466
Binary100110011100101000010
Octal114162102

Shades and tints

Shades of #4C7242

#4C7242
(76,114,66)
#46683C
(70,104,60)
#405E36
(64,94,54)
#3A5430
(58,84,48)
#344A2A
(52,74,42)
#2E4024
(46,64,36)
#28361E
(40,54,30)
#222C18
(34,44,24)
#1C2212
(28,34,18)
#16180C
(22,24,12)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #4C7242

#4C7242
(76,114,66)
#5C7E53
(92,126,83)
#6C8A64
(108,138,100)
#7C9675
(124,150,117)
#8CA286
(140,162,134)
#9CAE97
(156,174,151)
#ACBAA8
(172,186,168)
#BCC6B9
(188,198,185)
#CCD2CA
(204,210,202)
#DCDEDB
(220,222,219)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7242; }

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

This text font color is #4C7242.


Background Color

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

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

This div background color is #4C7242.


Border color

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

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

This div border color is #4C7242.


Opacity

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

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

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

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

This text has shadow with #4C7242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7242 on black background.


Color preview on white background

This text has color #4C7242 on white background.



Black color preview on #4C7242 background

This text has black color on #4C7242 background.


White color preview on #4C7242 background

This text has white color on #4C7242 background.