COLOR #4C3352

HEX: #4C3352 RGB: (76,51,82)

Color info

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

RGB color model

#4C3352 color RGB value is (76,51,82).

RGB: (76,51,82) (30%, 20%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 82 of 255 = 32%

76
51
82

R + G + B ~ 27%. #4C3352 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 51 + 82 = 209 (100%)
R 76 of 209 ~ 36.36%
G 51 of 209 ~ 24.4%
B 82 of 209 ~ 39.23'%

%36.36
%24.4
%39.23

CMYK color model

#4C3352 color CMYK value is (7,38,0,68).

  • cyan value is 7.32%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (7,38,0,68)
C7M38Y0K68 (7%, 38%, 0%, 68%)
(0.07 / 0.38 / 0.00 / 0.68)

CMYK percentages

%7.32
%37.8
%0
%67.84

Codes

Color #4C3352 in popluar color models

4C 33 52
RGB 76 51 82
HSL 288° 23.31% 26.08%
HSB/HSV 288° 37.80% 32.16%
CMYK 7.32% 37.80% 0.00%
67.84%

Color #4C3352 in popluar number systems.

HEX 4C 33 52
Decimal 76 51 82
Binary 1001100 110011 1010010
Octal 114 63 122

Shades and tints

Shades of #4C3352

#4C3352
(76,51,82)
#462F4B
(70,47,75)
#402B44
(64,43,68)
#3A273D
(58,39,61)
#342336
(52,35,54)
#2E1F2F
(46,31,47)
#281B28
(40,27,40)
#221721
(34,23,33)
#1C131A
(28,19,26)
#160F13
(22,15,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C3352

#4C3352
(76,51,82)
#5C4561
(92,69,97)
#6C5770
(108,87,112)
#7C697F
(124,105,127)
#8C7B8E
(140,123,142)
#9C8D9D
(156,141,157)
#AC9FAC
(172,159,172)
#BCB1BB
(188,177,187)
#CCC3CA
(204,195,202)
#DCD5D9
(220,213,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3352; }

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

This text font color is #4C3352.

Background Color

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

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

This div background color is #4C3352.

Border color

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

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

This div border color is #4C3352.

Opacity

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

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

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

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

This text has shadow with #4C3352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3352.

Preview

Color preview on black background

This text has color #4C3352 on black background.


Color preview on white background

This text has color #4C3352 on white background.


Black color preview on #4C3352 background

This text has black color on #4C3352 background.


White color preview on #4C3352 background

This text has white color on #4C3352 background.


Related colors

Complementary color

Complementary color for #hex is #B3CCAD.


I love getcolorcode.com

Triadic colors

1 #524C33 and #33524C with #4C3352 are triadic colors.

2 #52334C and #334C52 with #4C3352 are triadic colors.