COLOR #4C493A

HEX: #4C493A RGB: (76,73,58)

Color info

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

RGB color model

#4C493A color RGB value is (76,73,58).

RGB: (76,73,58) (30%, 29%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 58 of 255 = 23%

76
73
58

R + G + B ~ 27%. #4C493A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 58 = 207 (100%)
R 76 of 207 ~ 36.71%
G 73 of 207 ~ 35.27%
B 58 of 207 ~ 28.02'%

%36.71
%35.27
%28.02

CMYK color model

#4C493A color CMYK value is (0,4,24,70).

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

CMYK: (0,4,24,70)
C0M4Y24K70 (0%, 4%, 24%, 70%)
(0.00 / 0.04 / 0.24 / 0.70)

CMYK percentages

%0
%3.95
%23.68
%70.2

Codes

Color #4C493A in popluar color models

4C 49 3A
RGB 76 73 58
HSL 50° 13.43% 26.27%
HSB/HSV 50° 23.68% 29.80%
CMYK 0.00% 3.95% 23.68%
70.20%

Color #4C493A in popluar number systems.

HEX 4C 49 3A
Decimal 76 73 58
Binary 1001100 1001001 111010
Octal 114 111 72

Shades and tints

Shades of #4C493A

#4C493A
(76,73,58)
#464335
(70,67,53)
#403D30
(64,61,48)
#3A372B
(58,55,43)
#343126
(52,49,38)
#2E2B21
(46,43,33)
#28251C
(40,37,28)
#221F17
(34,31,23)
#1C1912
(28,25,18)
#16130D
(22,19,13)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C493A

#4C493A
(76,73,58)
#5C594B
(92,89,75)
#6C695C
(108,105,92)
#7C796D
(124,121,109)
#8C897E
(140,137,126)
#9C998F
(156,153,143)
#ACA9A0
(172,169,160)
#BCB9B1
(188,185,177)
#CCC9C2
(204,201,194)
#DCD9D3
(220,217,211)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C493A; }

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

This text font color is #4C493A.

Background Color

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

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

This div background color is #4C493A.

Border color

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

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

This div border color is #4C493A.

Opacity

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

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

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

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

This text has shadow with #4C493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C493A.

Preview

Color preview on black background

This text has color #4C493A on black background.


Color preview on white background

This text has color #4C493A on white background.


Black color preview on #4C493A background

This text has black color on #4C493A background.


White color preview on #4C493A background

This text has white color on #4C493A background.


Related colors

Complementary color

Complementary color for #hex is #B3B6C5.


I love getcolorcode.com

Triadic colors

1 #3A4C49 and #493A4C with #4C493A are triadic colors.

2 #3A494C and #494C3A with #4C493A are triadic colors.