COLOR #4C734D

HEX: #4C734D
RGB: (76,115,77)

Color info

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

RGB color model

#4C734D color RGB value is (76,115,77).

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

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 77 of 255 = 30%

76
115
77

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

Portions of RGB colors in percentages

R + G + B =
76 + 115 + 77 = 268 (100%)
R 76 of 268 ~ 28.36%
G 115 of 268 ~ 42.91%
B 77 of 268 ~ 28.73%

%28.36
%42.91
%28.73

CMYK color model

#4C734D color CMYK value is (34,0,33,55).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(34,0,33,55)
C34M0Y33K55 
(34%,0%,33%,55%)
(0.34/0.00/0.33/0.55)	

CMYK percentages

%33.91
%0
%33.04
%54.9

Codes

Color #4C734D in popluar color models

4C734D
RGB7611577
HSL122°20.42%37.45%
HSB/HSV122°33.91%45.10%
CMYK33.91%0.00%33.04%
54.90%

Color #4C734D in popluar number systems.

HEX4C734D
Decimal7611577
Binary100110011100111001101
Octal114163115

Shades and tints

Shades of #4C734D

#4C734D
(76,115,77)
#466946
(70,105,70)
#405F3F
(64,95,63)
#3A5538
(58,85,56)
#344B31
(52,75,49)
#2E412A
(46,65,42)
#283723
(40,55,35)
#222D1C
(34,45,28)
#1C2315
(28,35,21)
#16190E
(22,25,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #4C734D

#4C734D
(76,115,77)
#5C7F5D
(92,127,93)
#6C8B6D
(108,139,109)
#7C977D
(124,151,125)
#8CA38D
(140,163,141)
#9CAF9D
(156,175,157)
#ACBBAD
(172,187,173)
#BCC7BD
(188,199,189)
#CCD3CD
(204,211,205)
#DCDFDD
(220,223,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C734D; }

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

This text font color is #4C734D.


Background Color

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

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

This div background color is #4C734D.


Border color

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

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

This div border color is #4C734D.


Opacity

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

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

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

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

This text has shadow with #4C734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C734D on black background.


Color preview on white background

This text has color #4C734D on white background.



Black color preview on #4C734D background

This text has black color on #4C734D background.


White color preview on #4C734D background

This text has white color on #4C734D background.