COLOR #4C493B

HEX: #4C493B
RGB: (76,73,59)

Color info

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

RGB color model

#4C493B color RGB value is (76,73,59).

  • red value is 76;
  • green value is 73;
  • blue value is 59.
RGB:
(76,73,59)
(30%,29%,23%)

RGB channels and saturation

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

76
73
59

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

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 59 = 208 (100%)
R 76 of 208 ~ 36.54%
G 73 of 208 ~ 35.1%
B 59 of 208 ~ 28.37%

%36.54
%35.1
%28.37

CMYK color model

#4C493B color CMYK value is (0,4,22,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(0,4,22,70)
C0M4Y22K70 
(0%,4%,22%,70%)
(0.00/0.04/0.22/0.70)	

CMYK percentages

%0
%3.95
%22.37
%70.2

Codes

Color #4C493B in popluar color models

4C493B
RGB767359
HSL49°12.59%26.47%
HSB/HSV49°22.37%29.80%
CMYK0.00%3.95%22.37%
70.20%

Color #4C493B in popluar number systems.

HEX4C493B
Decimal767359
Binary10011001001001111011
Octal11411173

Shades and tints

Shades of #4C493B

#4C493B
(76,73,59)
#464336
(70,67,54)
#403D31
(64,61,49)
#3A372C
(58,55,44)
#343127
(52,49,39)
#2E2B22
(46,43,34)
#28251D
(40,37,29)
#221F18
(34,31,24)
#1C1913
(28,25,19)
#16130E
(22,19,14)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C493B

#4C493B
(76,73,59)
#5C594C
(92,89,76)
#6C695D
(108,105,93)
#7C796E
(124,121,110)
#8C897F
(140,137,127)
#9C9990
(156,153,144)
#ACA9A1
(172,169,161)
#BCB9B2
(188,185,178)
#CCC9C3
(204,201,195)
#DCD9D4
(220,217,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C493B; }

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

This text font color is #4C493B.


Background Color

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

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

This div background color is #4C493B.


Border color

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

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

This div border color is #4C493B.


Opacity

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

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

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

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

This text has shadow with #4C493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C493B on black background.


Color preview on white background

This text has color #4C493B on white background.



Black color preview on #4C493B background

This text has black color on #4C493B background.


White color preview on #4C493B background

This text has white color on #4C493B background.