COLOR #4C204B

HEX: #4C204B
RGB: (76,32,75)

Color info

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

RGB color model

#4C204B color RGB value is (76,32,75).

  • red value is 76;
  • green value is 32;
  • blue value is 75.
RGB:
(76,32,75)
(30%,13%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 75 of 255 = 29%

76
32
75

R + G + B ~ 24%. #4C204B is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 32 + 75 = 183 (100%)
R 76 of 183 ~ 41.53%
G 32 of 183 ~ 17.49%
B 75 of 183 ~ 40.98%

%41.53
%17.49
%40.98

CMYK color model

#4C204B color CMYK value is (0,58,1,70).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 1.32%
  • key color value is 70.20%
CMYK:
(0,58,1,70)
C0M58Y1K70 
(0%,58%,1%,70%)
(0.00/0.58/0.01/0.70)	

CMYK percentages

%0
%57.89
%1.32
%70.2

Codes

Color #4C204B in popluar color models

4C204B
RGB763275
HSL301°40.74%21.18%
HSB/HSV301°57.89%29.80%
CMYK0.00%57.89%1.32%
70.20%

Color #4C204B in popluar number systems.

HEX4C204B
Decimal763275
Binary10011001000001001011
Octal11440113

Shades and tints

Shades of #4C204B

#4C204B
(76,32,75)
#461E45
(70,30,69)
#401C3F
(64,28,63)
#3A1A39
(58,26,57)
#341833
(52,24,51)
#2E162D
(46,22,45)
#281427
(40,20,39)
#221221
(34,18,33)
#1C101B
(28,16,27)
#160E15
(22,14,21)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C204B

#4C204B
(76,32,75)
#5C345B
(92,52,91)
#6C486B
(108,72,107)
#7C5C7B
(124,92,123)
#8C708B
(140,112,139)
#9C849B
(156,132,155)
#AC98AB
(172,152,171)
#BCACBB
(188,172,187)
#CCC0CB
(204,192,203)
#DCD4DB
(220,212,219)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C204B color. Also use rgb(76,32,75) instead hex code.

Text Font Color

.myTextColor { color: #4C204B; }

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

This text font color is #4C204B.


Background Color

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

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

This div background color is #4C204B.


Border color

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

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

This div border color is #4C204B.


Opacity

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

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

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

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

This text has shadow with #4C204B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C204B on black background.


Color preview on white background

This text has color #4C204B on white background.



Black color preview on #4C204B background

This text has black color on #4C204B background.


White color preview on #4C204B background

This text has white color on #4C204B background.