COLOR #4C7246

HEX: #4C7246
RGB: (76,114,70)

Color info

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

RGB color model

#4C7246 color RGB value is (76,114,70).

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

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 70 of 255 = 27%

76
114
70

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 70 = 260 (100%)
R 76 of 260 ~ 29.23%
G 114 of 260 ~ 43.85%
B 70 of 260 ~ 26.92%

%29.23
%43.85
%26.92

CMYK color model

#4C7246 color CMYK value is (33,0,39,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK:
(33,0,39,55)
C33M0Y39K55 
(33%,0%,39%,55%)
(0.33/0.00/0.39/0.55)	

CMYK percentages

%33.33
%0
%38.6
%55.29

Codes

Color #4C7246 in popluar color models

4C7246
RGB7611470
HSL112°23.91%36.08%
HSB/HSV112°38.60%44.71%
CMYK33.33%0.00%38.60%
55.29%

Color #4C7246 in popluar number systems.

HEX4C7246
Decimal7611470
Binary100110011100101000110
Octal114162106

Shades and tints

Shades of #4C7246

#4C7246
(76,114,70)
#466840
(70,104,64)
#405E3A
(64,94,58)
#3A5434
(58,84,52)
#344A2E
(52,74,46)
#2E4028
(46,64,40)
#283622
(40,54,34)
#222C1C
(34,44,28)
#1C2216
(28,34,22)
#161810
(22,24,16)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C7246

#4C7246
(76,114,70)
#5C7E56
(92,126,86)
#6C8A66
(108,138,102)
#7C9676
(124,150,118)
#8CA286
(140,162,134)
#9CAE96
(156,174,150)
#ACBAA6
(172,186,166)
#BCC6B6
(188,198,182)
#CCD2C6
(204,210,198)
#DCDED6
(220,222,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7246; }

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

This text font color is #4C7246.


Background Color

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

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

This div background color is #4C7246.


Border color

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

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

This div border color is #4C7246.


Opacity

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

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

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

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

This text has shadow with #4C7246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7246 on black background.


Color preview on white background

This text has color #4C7246 on white background.



Black color preview on #4C7246 background

This text has black color on #4C7246 background.


White color preview on #4C7246 background

This text has white color on #4C7246 background.