COLOR #4C3E49

HEX: #4C3E49
RGB: (76,62,73)

Color info

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

RGB color model

#4C3E49 color RGB value is (76,62,73).

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

RGB channels and saturation

R 76 of 255 = 30%
G 62 of 255 = 24%
B 73 of 255 = 29%

76
62
73

R + G + B ~ 28%. #4C3E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 62 + 73 = 211 (100%)
R 76 of 211 ~ 36.02%
G 62 of 211 ~ 29.38%
B 73 of 211 ~ 34.6%

%36.02
%29.38
%34.6

CMYK color model

#4C3E49 color CMYK value is (0,18,4,70).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(0,18,4,70)
C0M18Y4K70 
(0%,18%,4%,70%)
(0.00/0.18/0.04/0.70)	

CMYK percentages

%0
%18.42
%3.95
%70.2

Codes

Color #4C3E49 in popluar color models

4C3E49
RGB766273
HSL313°10.14%27.06%
HSB/HSV313°18.42%29.80%
CMYK0.00%18.42%3.95%
70.20%

Color #4C3E49 in popluar number systems.

HEX4C3E49
Decimal766273
Binary10011001111101001001
Octal11476111

Shades and tints

Shades of #4C3E49

#4C3E49
(76,62,73)
#463943
(70,57,67)
#40343D
(64,52,61)
#3A2F37
(58,47,55)
#342A31
(52,42,49)
#2E252B
(46,37,43)
#282025
(40,32,37)
#221B1F
(34,27,31)
#1C1619
(28,22,25)
#161113
(22,17,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C3E49

#4C3E49
(76,62,73)
#5C4F59
(92,79,89)
#6C6069
(108,96,105)
#7C7179
(124,113,121)
#8C8289
(140,130,137)
#9C9399
(156,147,153)
#ACA4A9
(172,164,169)
#BCB5B9
(188,181,185)
#CCC6C9
(204,198,201)
#DCD7D9
(220,215,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3E49; }

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

This text font color is #4C3E49.


Background Color

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

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

This div background color is #4C3E49.


Border color

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

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

This div border color is #4C3E49.


Opacity

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

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

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

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

This text has shadow with #4C3E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3E49 on black background.


Color preview on white background

This text has color #4C3E49 on white background.



Black color preview on #4C3E49 background

This text has black color on #4C3E49 background.


White color preview on #4C3E49 background

This text has white color on #4C3E49 background.