COLOR #4C492F

HEX: #4C492F RGB: (76,73,47)

Color info

#4C492F contains red, green and blue colors in about the same proportion. Web safe color of #4C492F is #333333 (or #333).

RGB color model

#4C492F color RGB value is (76,73,47).

RGB: (76,73,47) (30%, 29%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 47 of 255 = 18%

76
73
47

R + G + B ~ 26%. #4C492F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 47 = 196 (100%)
R 76 of 196 ~ 38.78%
G 73 of 196 ~ 37.24%
B 47 of 196 ~ 23.98'%

%38.78
%37.24
%23.98

CMYK color model

#4C492F color CMYK value is (0,4,38,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 38.16%
  • key color value is 70.20%

CMYK: (0,4,38,70)
C0M4Y38K70 (0%, 4%, 38%, 70%)
(0.00 / 0.04 / 0.38 / 0.70)

CMYK percentages

%0
%3.95
%38.16
%70.2

Codes

Color #4C492F in popluar color models

4C 49 2F
RGB 76 73 47
HSL 54° 23.58% 24.12%
HSB/HSV 54° 38.16% 29.80%
CMYK 0.00% 3.95% 38.16%
70.20%

Color #4C492F in popluar number systems.

HEX 4C 49 2F
Decimal 76 73 47
Binary 1001100 1001001 101111
Octal 114 111 57

Shades and tints

Shades of #4C492F

#4C492F
(76,73,47)
#46432B
(70,67,43)
#403D27
(64,61,39)
#3A3723
(58,55,35)
#34311F
(52,49,31)
#2E2B1B
(46,43,27)
#282517
(40,37,23)
#221F13
(34,31,19)
#1C190F
(28,25,15)
#16130B
(22,19,11)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #4C492F

#4C492F
(76,73,47)
#5C5941
(92,89,65)
#6C6953
(108,105,83)
#7C7965
(124,121,101)
#8C8977
(140,137,119)
#9C9989
(156,153,137)
#ACA99B
(172,169,155)
#BCB9AD
(188,185,173)
#CCC9BF
(204,201,191)
#DCD9D1
(220,217,209)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C492F; }

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

This text font color is #4C492F.

Background Color

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

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

This div background color is #4C492F.

Border color

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

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

This div border color is #4C492F.

Opacity

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

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

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

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

This text has shadow with #4C492F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C492F.

Preview

Color preview on black background

This text has color #4C492F on black background.


Color preview on white background

This text has color #4C492F on white background.


Black color preview on #4C492F background

This text has black color on #4C492F background.


White color preview on #4C492F background

This text has white color on #4C492F background.


Related colors

Complementary color

Complementary color for #hex is #B3B6D0.


I love getcolorcode.com

Triadic colors

1 #2F4C49 and #492F4C with #4C492F are triadic colors.

2 #2F494C and #494C2F with #4C492F are triadic colors.