COLOR #4C6D44

HEX: #4C6D44
RGB: (76,109,68)

Color info

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

RGB color model

#4C6D44 color RGB value is (76,109,68).

  • red value is 76;
  • green value is 109;
  • blue value is 68.
RGB:
(76,109,68)
(30%,43%,27%)

RGB channels and saturation

R 76 of 255 = 30%
G 109 of 255 = 43%
B 68 of 255 = 27%

76
109
68

R + G + B ~ 33%. #4C6D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 109 + 68 = 253 (100%)
R 76 of 253 ~ 30.04%
G 109 of 253 ~ 43.08%
B 68 of 253 ~ 26.88%

%30.04
%43.08
%26.88

CMYK color model

#4C6D44 color CMYK value is (30,0,38,57).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(30,0,38,57)
C30M0Y38K57 
(30%,0%,38%,57%)
(0.30/0.00/0.38/0.57)	

CMYK percentages

%30.28
%0
%37.61
%57.25

Codes

Color #4C6D44 in popluar color models

4C6D44
RGB7610968
HSL108°23.16%34.71%
HSB/HSV108°37.61%42.75%
CMYK30.28%0.00%37.61%
57.25%

Color #4C6D44 in popluar number systems.

HEX4C6D44
Decimal7610968
Binary100110011011011000100
Octal114155104

Shades and tints

Shades of #4C6D44

#4C6D44
(76,109,68)
#46643E
(70,100,62)
#405B38
(64,91,56)
#3A5232
(58,82,50)
#34492C
(52,73,44)
#2E4026
(46,64,38)
#283720
(40,55,32)
#222E1A
(34,46,26)
#1C2514
(28,37,20)
#161C0E
(22,28,14)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #4C6D44

#4C6D44
(76,109,68)
#5C7A55
(92,122,85)
#6C8766
(108,135,102)
#7C9477
(124,148,119)
#8CA188
(140,161,136)
#9CAE99
(156,174,153)
#ACBBAA
(172,187,170)
#BCC8BB
(188,200,187)
#CCD5CC
(204,213,204)
#DCE2DD
(220,226,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6D44 color. Also use rgb(76,109,68) instead hex code.

Text Font Color

.myTextColor { color: #4C6D44; }

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

This text font color is #4C6D44.


Background Color

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

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

This div background color is #4C6D44.


Border color

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

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

This div border color is #4C6D44.


Opacity

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

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

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

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

This text has shadow with #4C6D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D44 on black background.


Color preview on white background

This text has color #4C6D44 on white background.



Black color preview on #4C6D44 background

This text has black color on #4C6D44 background.


White color preview on #4C6D44 background

This text has white color on #4C6D44 background.