COLOR #4C3354

HEX: #4C3354
RGB: (76,51,84)

Color info

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

RGB color model

#4C3354 color RGB value is (76,51,84).

  • red value is 76;
  • green value is 51;
  • blue value is 84.
RGB:
(76,51,84)
(30%,20%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 84 of 255 = 33%

76
51
84

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

Portions of RGB colors in percentages

R + G + B =
76 + 51 + 84 = 211 (100%)
R 76 of 211 ~ 36.02%
G 51 of 211 ~ 24.17%
B 84 of 211 ~ 39.81%

%36.02
%24.17
%39.81

CMYK color model

#4C3354 color CMYK value is (10,39,0,67).

  • cyan value is 9.52%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(10,39,0,67)
C10M39Y0K67 
(10%,39%,0%,67%)
(0.10/0.39/0.00/0.67)	

CMYK percentages

%9.52
%39.29
%0
%67.06

Codes

Color #4C3354 in popluar color models

4C3354
RGB765184
HSL285°24.44%26.47%
HSB/HSV285°39.29%32.94%
CMYK9.52%39.29%0.00%
67.06%

Color #4C3354 in popluar number systems.

HEX4C3354
Decimal765184
Binary10011001100111010100
Octal11463124

Shades and tints

Shades of #4C3354

#4C3354
(76,51,84)
#462F4D
(70,47,77)
#402B46
(64,43,70)
#3A273F
(58,39,63)
#342338
(52,35,56)
#2E1F31
(46,31,49)
#281B2A
(40,27,42)
#221723
(34,23,35)
#1C131C
(28,19,28)
#160F15
(22,15,21)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C3354

#4C3354
(76,51,84)
#5C4563
(92,69,99)
#6C5772
(108,87,114)
#7C6981
(124,105,129)
#8C7B90
(140,123,144)
#9C8D9F
(156,141,159)
#AC9FAE
(172,159,174)
#BCB1BD
(188,177,189)
#CCC3CC
(204,195,204)
#DCD5DB
(220,213,219)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3354; }

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

This text font color is #4C3354.


Background Color

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

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

This div background color is #4C3354.


Border color

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

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

This div border color is #4C3354.


Opacity

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

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

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

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

This text has shadow with #4C3354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3354 on black background.


Color preview on white background

This text has color #4C3354 on white background.



Black color preview on #4C3354 background

This text has black color on #4C3354 background.


White color preview on #4C3354 background

This text has white color on #4C3354 background.