COLOR #4C2A49

HEX: #4C2A49
RGB: (76,42,73)

Color info

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

RGB color model

#4C2A49 color RGB value is (76,42,73).

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

RGB channels and saturation

R 76 of 255 = 30%
G 42 of 255 = 16%
B 73 of 255 = 29%

76
42
73

R + G + B ~ 25%. #4C2A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 42 + 73 = 191 (100%)
R 76 of 191 ~ 39.79%
G 42 of 191 ~ 21.99%
B 73 of 191 ~ 38.22%

%39.79
%21.99
%38.22

CMYK color model

#4C2A49 color CMYK value is (0,45,4,70).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(0,45,4,70)
C0M45Y4K70 
(0%,45%,4%,70%)
(0.00/0.45/0.04/0.70)	

CMYK percentages

%0
%44.74
%3.95
%70.2

Codes

Color #4C2A49 in popluar color models

4C2A49
RGB764273
HSL305°28.81%23.14%
HSB/HSV305°44.74%29.80%
CMYK0.00%44.74%3.95%
70.20%

Color #4C2A49 in popluar number systems.

HEX4C2A49
Decimal764273
Binary10011001010101001001
Octal11452111

Shades and tints

Shades of #4C2A49

#4C2A49
(76,42,73)
#462743
(70,39,67)
#40243D
(64,36,61)
#3A2137
(58,33,55)
#341E31
(52,30,49)
#2E1B2B
(46,27,43)
#281825
(40,24,37)
#22151F
(34,21,31)
#1C1219
(28,18,25)
#160F13
(22,15,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C2A49

#4C2A49
(76,42,73)
#5C3D59
(92,61,89)
#6C5069
(108,80,105)
#7C6379
(124,99,121)
#8C7689
(140,118,137)
#9C8999
(156,137,153)
#AC9CA9
(172,156,169)
#BCAFB9
(188,175,185)
#CCC2C9
(204,194,201)
#DCD5D9
(220,213,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2A49; }

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

This text font color is #4C2A49.


Background Color

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

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

This div background color is #4C2A49.


Border color

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

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

This div border color is #4C2A49.


Opacity

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

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

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

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

This text has shadow with #4C2A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2A49 on black background.


Color preview on white background

This text has color #4C2A49 on white background.



Black color preview on #4C2A49 background

This text has black color on #4C2A49 background.


White color preview on #4C2A49 background

This text has white color on #4C2A49 background.