COLOR #4C3552

HEX: #4C3552
RGB: (76,53,82)

Color info

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

RGB color model

#4C3552 color RGB value is (76,53,82).

  • red value is 76;
  • green value is 53;
  • blue value is 82.
RGB:
(76,53,82)
(30%,21%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 82 of 255 = 32%

76
53
82

R + G + B ~ 28%. #4C3552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 82 = 211 (100%)
R 76 of 211 ~ 36.02%
G 53 of 211 ~ 25.12%
B 82 of 211 ~ 38.86%

%36.02
%25.12
%38.86

CMYK color model

#4C3552 color CMYK value is (7,35,0,68).

  • cyan value is 7.32%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(7,35,0,68)
C7M35Y0K68 
(7%,35%,0%,68%)
(0.07/0.35/0.00/0.68)	

CMYK percentages

%7.32
%35.37
%0
%67.84

Codes

Color #4C3552 in popluar color models

4C3552
RGB765382
HSL288°21.48%26.47%
HSB/HSV288°35.37%32.16%
CMYK7.32%35.37%0.00%
67.84%

Color #4C3552 in popluar number systems.

HEX4C3552
Decimal765382
Binary10011001101011010010
Octal11465122

Shades and tints

Shades of #4C3552

#4C3552
(76,53,82)
#46314B
(70,49,75)
#402D44
(64,45,68)
#3A293D
(58,41,61)
#342536
(52,37,54)
#2E212F
(46,33,47)
#281D28
(40,29,40)
#221921
(34,25,33)
#1C151A
(28,21,26)
#161113
(22,17,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #4C3552

#4C3552
(76,53,82)
#5C4761
(92,71,97)
#6C5970
(108,89,112)
#7C6B7F
(124,107,127)
#8C7D8E
(140,125,142)
#9C8F9D
(156,143,157)
#ACA1AC
(172,161,172)
#BCB3BB
(188,179,187)
#CCC5CA
(204,197,202)
#DCD7D9
(220,215,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3552 color. Also use rgb(76,53,82) instead hex code.

Text Font Color

.myTextColor { color: #4C3552; }

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

This text font color is #4C3552.


Background Color

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

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

This div background color is #4C3552.


Border color

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

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

This div border color is #4C3552.


Opacity

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

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

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

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

This text has shadow with #4C3552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3552 on black background.


Color preview on white background

This text has color #4C3552 on white background.



Black color preview on #4C3552 background

This text has black color on #4C3552 background.


White color preview on #4C3552 background

This text has white color on #4C3552 background.