COLOR #4C7247

HEX: #4C7247
RGB: (76,114,71)

Color info

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

RGB color model

#4C7247 color RGB value is (76,114,71).

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

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 71 of 255 = 28%

76
114
71

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 71 = 261 (100%)
R 76 of 261 ~ 29.12%
G 114 of 261 ~ 43.68%
B 71 of 261 ~ 27.2%

%29.12
%43.68
%27.2

CMYK color model

#4C7247 color CMYK value is (33,0,38,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(33,0,38,55)
C33M0Y38K55 
(33%,0%,38%,55%)
(0.33/0.00/0.38/0.55)	

CMYK percentages

%33.33
%0
%37.72
%55.29

Codes

Color #4C7247 in popluar color models

4C7247
RGB7611471
HSL113°23.24%36.27%
HSB/HSV113°37.72%44.71%
CMYK33.33%0.00%37.72%
55.29%

Color #4C7247 in popluar number systems.

HEX4C7247
Decimal7611471
Binary100110011100101000111
Octal114162107

Shades and tints

Shades of #4C7247

#4C7247
(76,114,71)
#466841
(70,104,65)
#405E3B
(64,94,59)
#3A5435
(58,84,53)
#344A2F
(52,74,47)
#2E4029
(46,64,41)
#283623
(40,54,35)
#222C1D
(34,44,29)
#1C2217
(28,34,23)
#161811
(22,24,17)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #4C7247

#4C7247
(76,114,71)
#5C7E57
(92,126,87)
#6C8A67
(108,138,103)
#7C9677
(124,150,119)
#8CA287
(140,162,135)
#9CAE97
(156,174,151)
#ACBAA7
(172,186,167)
#BCC6B7
(188,198,183)
#CCD2C7
(204,210,199)
#DCDED7
(220,222,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7247; }

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

This text font color is #4C7247.


Background Color

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

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

This div background color is #4C7247.


Border color

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

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

This div border color is #4C7247.


Opacity

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

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

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

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

This text has shadow with #4C7247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7247 on black background.


Color preview on white background

This text has color #4C7247 on white background.



Black color preview on #4C7247 background

This text has black color on #4C7247 background.


White color preview on #4C7247 background

This text has white color on #4C7247 background.