COLOR #4C2D48

HEX: #4C2D48
RGB: (76,45,72)

Color info

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

RGB color model

#4C2D48 color RGB value is (76,45,72).

  • red value is 76;
  • green value is 45;
  • blue value is 72.
RGB:
(76,45,72)
(30%,18%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 72 of 255 = 28%

76
45
72

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

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 72 = 193 (100%)
R 76 of 193 ~ 39.38%
G 45 of 193 ~ 23.32%
B 72 of 193 ~ 37.31%

%39.38
%23.32
%37.31

CMYK color model

#4C2D48 color CMYK value is (0,41,5,70).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(0,41,5,70)
C0M41Y5K70 
(0%,41%,5%,70%)
(0.00/0.41/0.05/0.70)	

CMYK percentages

%0
%40.79
%5.26
%70.2

Codes

Color #4C2D48 in popluar color models

4C2D48
RGB764572
HSL308°25.62%23.73%
HSB/HSV308°40.79%29.80%
CMYK0.00%40.79%5.26%
70.20%

Color #4C2D48 in popluar number systems.

HEX4C2D48
Decimal764572
Binary10011001011011001000
Octal11455110

Shades and tints

Shades of #4C2D48

#4C2D48
(76,45,72)
#462942
(70,41,66)
#40253C
(64,37,60)
#3A2136
(58,33,54)
#341D30
(52,29,48)
#2E192A
(46,25,42)
#281524
(40,21,36)
#22111E
(34,17,30)
#1C0D18
(28,13,24)
#160912
(22,9,18)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #4C2D48

#4C2D48
(76,45,72)
#5C4058
(92,64,88)
#6C5368
(108,83,104)
#7C6678
(124,102,120)
#8C7988
(140,121,136)
#9C8C98
(156,140,152)
#AC9FA8
(172,159,168)
#BCB2B8
(188,178,184)
#CCC5C8
(204,197,200)
#DCD8D8
(220,216,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2D48 color. Also use rgb(76,45,72) instead hex code.

Text Font Color

.myTextColor { color: #4C2D48; }

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

This text font color is #4C2D48.


Background Color

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

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

This div background color is #4C2D48.


Border color

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

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

This div border color is #4C2D48.


Opacity

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

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

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

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

This text has shadow with #4C2D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D48 on black background.


Color preview on white background

This text has color #4C2D48 on white background.



Black color preview on #4C2D48 background

This text has black color on #4C2D48 background.


White color preview on #4C2D48 background

This text has white color on #4C2D48 background.