COLOR #4C2153

HEX: #4C2153 RGB: (76,33,83)

Color info

#4C2153 contains red, green and blue colors in about the same proportion. Web safe color of #4C2153 is #333366 (or #336).

RGB color model

#4C2153 color RGB value is (76,33,83).

RGB: (76,33,83) (30%, 13%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 83 of 255 = 33%

76
33
83

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

Portions of RGB colors in percentages

R + G + B = 76 + 33 + 83 = 192 (100%)
R 76 of 192 ~ 39.58%
G 33 of 192 ~ 17.19%
B 83 of 192 ~ 43.23'%

%39.58
%17.19
%43.23

CMYK color model

#4C2153 color CMYK value is (8,60,0,67).

  • cyan value is 8.43%
  • magenta value is 60.24%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (8,60,0,67)
C8M60Y0K67 (8%, 60%, 0%, 67%)
(0.08 / 0.60 / 0.00 / 0.67)

CMYK percentages

%8.43
%60.24
%0
%67.45

Codes

Color #4C2153 in popluar color models

4C 21 53
RGB 76 33 83
HSL 292° 43.10% 22.75%
HSB/HSV 292° 60.24% 32.55%
CMYK 8.43% 60.24% 0.00%
67.45%

Color #4C2153 in popluar number systems.

HEX 4C 21 53
Decimal 76 33 83
Binary 1001100 100001 1010011
Octal 114 41 123

Shades and tints

Shades of #4C2153

#4C2153
(76,33,83)
#461E4C
(70,30,76)
#401B45
(64,27,69)
#3A183E
(58,24,62)
#341537
(52,21,55)
#2E1230
(46,18,48)
#280F29
(40,15,41)
#220C22
(34,12,34)
#1C091B
(28,9,27)
#160614
(22,6,20)
#10030D
(16,3,13)
#000000
(0,0,0)

Tints of #4C2153

#4C2153
(76,33,83)
#5C3562
(92,53,98)
#6C4971
(108,73,113)
#7C5D80
(124,93,128)
#8C718F
(140,113,143)
#9C859E
(156,133,158)
#AC99AD
(172,153,173)
#BCADBC
(188,173,188)
#CCC1CB
(204,193,203)
#DCD5DA
(220,213,218)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2153 color. Also use rgb(76,33,83) instead hex code.

Text Font Color

.myTextColor { color: #4C2153; }

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

This text font color is #4C2153.

Background Color

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

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

This div background color is #4C2153.

Border color

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

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

This div border color is #4C2153.

Opacity

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

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

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

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

This text has shadow with #4C2153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2153.

Preview

Color preview on black background

This text has color #4C2153 on black background.


Color preview on white background

This text has color #4C2153 on white background.


Black color preview on #4C2153 background

This text has black color on #4C2153 background.


White color preview on #4C2153 background

This text has white color on #4C2153 background.


Related colors

Complementary color

Complementary color for #hex is #B3DEAC.


I love getcolorcode.com

Triadic colors

1 #534C21 and #21534C with #4C2153 are triadic colors.

2 #53214C and #214C53 with #4C2153 are triadic colors.