COLOR #4C7349

HEX: #4C7349
RGB: (76,115,73)

Color info

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

RGB color model

#4C7349 color RGB value is (76,115,73).

  • red value is 76;
  • green value is 115;
  • blue value is 73.
RGB:
(76,115,73)
(30%,45%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 73 of 255 = 29%

76
115
73

R + G + B ~ 35%. #4C7349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 115 + 73 = 264 (100%)
R 76 of 264 ~ 28.79%
G 115 of 264 ~ 43.56%
B 73 of 264 ~ 27.65%

%28.79
%43.56
%27.65

CMYK color model

#4C7349 color CMYK value is (34,0,37,55).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(34,0,37,55)
C34M0Y37K55 
(34%,0%,37%,55%)
(0.34/0.00/0.37/0.55)	

CMYK percentages

%33.91
%0
%36.52
%54.9

Codes

Color #4C7349 in popluar color models

4C7349
RGB7611573
HSL116°22.34%36.86%
HSB/HSV116°36.52%45.10%
CMYK33.91%0.00%36.52%
54.90%

Color #4C7349 in popluar number systems.

HEX4C7349
Decimal7611573
Binary100110011100111001001
Octal114163111

Shades and tints

Shades of #4C7349

#4C7349
(76,115,73)
#466943
(70,105,67)
#405F3D
(64,95,61)
#3A5537
(58,85,55)
#344B31
(52,75,49)
#2E412B
(46,65,43)
#283725
(40,55,37)
#222D1F
(34,45,31)
#1C2319
(28,35,25)
#161913
(22,25,19)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C7349

#4C7349
(76,115,73)
#5C7F59
(92,127,89)
#6C8B69
(108,139,105)
#7C9779
(124,151,121)
#8CA389
(140,163,137)
#9CAF99
(156,175,153)
#ACBBA9
(172,187,169)
#BCC7B9
(188,199,185)
#CCD3C9
(204,211,201)
#DCDFD9
(220,223,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7349 color. Also use rgb(76,115,73) instead hex code.

Text Font Color

.myTextColor { color: #4C7349; }

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

This text font color is #4C7349.


Background Color

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

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

This div background color is #4C7349.


Border color

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

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

This div border color is #4C7349.


Opacity

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

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

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

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

This text has shadow with #4C7349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7349 on black background.


Color preview on white background

This text has color #4C7349 on white background.



Black color preview on #4C7349 background

This text has black color on #4C7349 background.


White color preview on #4C7349 background

This text has white color on #4C7349 background.