COLOR #4C6949

HEX: #4C6949 RGB: (76,105,73)

Color info

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

RGB color model

#4C6949 color RGB value is (76,105,73).

RGB: (76,105,73) (30%, 41%, 29%)

RGB channels and saturation

R 76 of 255 = 30%
G 105 of 255 = 41%
B 73 of 255 = 29%

76
105
73

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

Portions of RGB colors in percentages

R + G + B = 76 + 105 + 73 = 254 (100%)
R 76 of 254 ~ 29.92%
G 105 of 254 ~ 41.34%
B 73 of 254 ~ 28.74'%

%29.92
%41.34
%28.74

CMYK color model

#4C6949 color CMYK value is (28,0,30,59).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 58.82%

CMYK: (28,0,30,59)
C28M0Y30K59 (28%, 0%, 30%, 59%)
(0.28 / 0.00 / 0.30 / 0.59)

CMYK percentages

%27.62
%0
%30.48
%58.82

Codes

Color #4C6949 in popluar color models

4C 69 49
RGB 76 105 73
HSL 114° 17.98% 34.90%
HSB/HSV 114° 30.48% 41.18%
CMYK 27.62% 0.00% 30.48%
58.82%

Color #4C6949 in popluar number systems.

HEX 4C 69 49
Decimal 76 105 73
Binary 1001100 1101001 1001001
Octal 114 151 111

Shades and tints

Shades of #4C6949

#4C6949
(76,105,73)
#466043
(70,96,67)
#40573D
(64,87,61)
#3A4E37
(58,78,55)
#344531
(52,69,49)
#2E3C2B
(46,60,43)
#283325
(40,51,37)
#222A1F
(34,42,31)
#1C2119
(28,33,25)
#161813
(22,24,19)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C6949

#4C6949
(76,105,73)
#5C7659
(92,118,89)
#6C8369
(108,131,105)
#7C9079
(124,144,121)
#8C9D89
(140,157,137)
#9CAA99
(156,170,153)
#ACB7A9
(172,183,169)
#BCC4B9
(188,196,185)
#CCD1C9
(204,209,201)
#DCDED9
(220,222,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6949; }

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

This text font color is #4C6949.

Background Color

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

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

This div background color is #4C6949.

Border color

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

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

This div border color is #4C6949.

Opacity

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

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

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

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

This text has shadow with #4C6949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6949.

Preview

Color preview on black background

This text has color #4C6949 on black background.


Color preview on white background

This text has color #4C6949 on white background.


Black color preview on #4C6949 background

This text has black color on #4C6949 background.


White color preview on #4C6949 background

This text has white color on #4C6949 background.


Related colors

Complementary color

Complementary color for #hex is #B396B6.


I love getcolorcode.com

Triadic colors

1 #494C69 and #69494C with #4C6949 are triadic colors.

2 #49694C and #694C49 with #4C6949 are triadic colors.