COLOR #4C2948

HEX: #4C2948
RGB: (76,41,72)

Color info

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

RGB color model

#4C2948 color RGB value is (76,41,72).

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

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 72 of 255 = 28%

76
41
72

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

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 72 = 189 (100%)
R 76 of 189 ~ 40.21%
G 41 of 189 ~ 21.69%
B 72 of 189 ~ 38.1%

%40.21
%21.69
%38.1

CMYK color model

#4C2948 color CMYK value is (0,46,5,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(0,46,5,70)
C0M46Y5K70 
(0%,46%,5%,70%)
(0.00/0.46/0.05/0.70)	

CMYK percentages

%0
%46.05
%5.26
%70.2

Codes

Color #4C2948 in popluar color models

4C2948
RGB764172
HSL307°29.91%22.94%
HSB/HSV307°46.05%29.80%
CMYK0.00%46.05%5.26%
70.20%

Color #4C2948 in popluar number systems.

HEX4C2948
Decimal764172
Binary10011001010011001000
Octal11451110

Shades and tints

Shades of #4C2948

#4C2948
(76,41,72)
#462642
(70,38,66)
#40233C
(64,35,60)
#3A2036
(58,32,54)
#341D30
(52,29,48)
#2E1A2A
(46,26,42)
#281724
(40,23,36)
#22141E
(34,20,30)
#1C1118
(28,17,24)
#160E12
(22,14,18)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C2948

#4C2948
(76,41,72)
#5C3C58
(92,60,88)
#6C4F68
(108,79,104)
#7C6278
(124,98,120)
#8C7588
(140,117,136)
#9C8898
(156,136,152)
#AC9BA8
(172,155,168)
#BCAEB8
(188,174,184)
#CCC1C8
(204,193,200)
#DCD4D8
(220,212,216)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2948; }

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

This text font color is #4C2948.


Background Color

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

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

This div background color is #4C2948.


Border color

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

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

This div border color is #4C2948.


Opacity

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

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

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

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

This text has shadow with #4C2948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2948 on black background.


Color preview on white background

This text has color #4C2948 on white background.



Black color preview on #4C2948 background

This text has black color on #4C2948 background.


White color preview on #4C2948 background

This text has white color on #4C2948 background.