COLOR #4C735F

HEX: #4C735F RGB: (76,115,95)

Color info

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

RGB color model

#4C735F color RGB value is (76,115,95).

RGB: (76,115,95) (30%, 45%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 95 of 255 = 37%

76
115
95

R + G + B ~ 37%. #4C735F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 115 + 95 = 286 (100%)
R 76 of 286 ~ 26.57%
G 115 of 286 ~ 40.21%
B 95 of 286 ~ 33.22'%

%26.57
%40.21
%33.22

CMYK color model

#4C735F color CMYK value is (34,0,17,55).

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

CMYK: (34,0,17,55)
C34M0Y17K55 (34%, 0%, 17%, 55%)
(0.34 / 0.00 / 0.17 / 0.55)

CMYK percentages

%33.91
%0
%17.39
%54.9

Codes

Color #4C735F in popluar color models

4C 73 5F
RGB 76 115 95
HSL 149° 20.42% 37.45%
HSB/HSV 149° 33.91% 45.10%
CMYK 33.91% 0.00% 17.39%
54.90%

Color #4C735F in popluar number systems.

HEX 4C 73 5F
Decimal 76 115 95
Binary 1001100 1110011 1011111
Octal 114 163 137

Shades and tints

Shades of #4C735F

#4C735F
(76,115,95)
#466957
(70,105,87)
#405F4F
(64,95,79)
#3A5547
(58,85,71)
#344B3F
(52,75,63)
#2E4137
(46,65,55)
#28372F
(40,55,47)
#222D27
(34,45,39)
#1C231F
(28,35,31)
#161917
(22,25,23)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C735F

#4C735F
(76,115,95)
#5C7F6D
(92,127,109)
#6C8B7B
(108,139,123)
#7C9789
(124,151,137)
#8CA397
(140,163,151)
#9CAFA5
(156,175,165)
#ACBBB3
(172,187,179)
#BCC7C1
(188,199,193)
#CCD3CF
(204,211,207)
#DCDFDD
(220,223,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C735F; }

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

This text font color is #4C735F.

Background Color

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

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

This div background color is #4C735F.

Border color

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

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

This div border color is #4C735F.

Opacity

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

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

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

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

This text has shadow with #4C735F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C735F.

Preview

Color preview on black background

This text has color #4C735F on black background.


Color preview on white background

This text has color #4C735F on white background.


Black color preview on #4C735F background

This text has black color on #4C735F background.


White color preview on #4C735F background

This text has white color on #4C735F background.


Related colors

Complementary color

Complementary color for #hex is #B38CA0.


I love getcolorcode.com

Triadic colors

1 #5F4C73 and #735F4C with #4C735F are triadic colors.

2 #5F734C and #734C5F with #4C735F are triadic colors.