COLOR #4C734E

HEX: #4C734E RGB: (76,115,78)

Color info

#4C734E contains red, green and blue colors in about the same proportion. Web safe color of #4C734E is #336666 (or #366).

RGB color model

#4C734E color RGB value is (76,115,78).

RGB: (76,115,78) (30%, 45%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 78 of 255 = 31%

76
115
78

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

Portions of RGB colors in percentages

R + G + B = 76 + 115 + 78 = 269 (100%)
R 76 of 269 ~ 28.25%
G 115 of 269 ~ 42.75%
B 78 of 269 ~ 29'%

%28.25
%42.75
%29

CMYK color model

#4C734E color CMYK value is (34,0,32,55).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 32.17%
  • key color value is 54.90%

CMYK: (34,0,32,55)
C34M0Y32K55 (34%, 0%, 32%, 55%)
(0.34 / 0.00 / 0.32 / 0.55)

CMYK percentages

%33.91
%0
%32.17
%54.9

Codes

Color #4C734E in popluar color models

4C 73 4E
RGB 76 115 78
HSL 123° 20.42% 37.45%
HSB/HSV 123° 33.91% 45.10%
CMYK 33.91% 0.00% 32.17%
54.90%

Color #4C734E in popluar number systems.

HEX 4C 73 4E
Decimal 76 115 78
Binary 1001100 1110011 1001110
Octal 114 163 116

Shades and tints

Shades of #4C734E

#4C734E
(76,115,78)
#466947
(70,105,71)
#405F40
(64,95,64)
#3A5539
(58,85,57)
#344B32
(52,75,50)
#2E412B
(46,65,43)
#283724
(40,55,36)
#222D1D
(34,45,29)
#1C2316
(28,35,22)
#16190F
(22,25,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C734E

#4C734E
(76,115,78)
#5C7F5E
(92,127,94)
#6C8B6E
(108,139,110)
#7C977E
(124,151,126)
#8CA38E
(140,163,142)
#9CAF9E
(156,175,158)
#ACBBAE
(172,187,174)
#BCC7BE
(188,199,190)
#CCD3CE
(204,211,206)
#DCDFDE
(220,223,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C734E; }

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

This text font color is #4C734E.

Background Color

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

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

This div background color is #4C734E.

Border color

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

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

This div border color is #4C734E.

Opacity

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

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

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

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

This text has shadow with #4C734E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C734E.

Preview

Color preview on black background

This text has color #4C734E on black background.


Color preview on white background

This text has color #4C734E on white background.


Black color preview on #4C734E background

This text has black color on #4C734E background.


White color preview on #4C734E background

This text has white color on #4C734E background.


Related colors

Complementary color

Complementary color for #hex is #B38CB1.


I love getcolorcode.com

Triadic colors

1 #4E4C73 and #734E4C with #4C734E are triadic colors.

2 #4E734C and #734C4E with #4C734E are triadic colors.