COLOR #4C3355

HEX: #4C3355
RGB: (76,51,85)

Color info

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

RGB color model

#4C3355 color RGB value is (76,51,85).

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

RGB channels and saturation

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

76
51
85

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

Portions of RGB colors in percentages

R + G + B =
76 + 51 + 85 = 212 (100%)
R 76 of 212 ~ 35.85%
G 51 of 212 ~ 24.06%
B 85 of 212 ~ 40.09%

%35.85
%24.06
%40.09

CMYK color model

#4C3355 color CMYK value is (11,40,0,67).

  • cyan value is 10.59%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(11,40,0,67)
C11M40Y0K67 
(11%,40%,0%,67%)
(0.11/0.40/0.00/0.67)	

CMYK percentages

%10.59
%40
%0
%66.67

Codes

Color #4C3355 in popluar color models

4C3355
RGB765185
HSL284°25.00%26.67%
HSB/HSV284°40.00%33.33%
CMYK10.59%40.00%0.00%
66.67%

Color #4C3355 in popluar number systems.

HEX4C3355
Decimal765185
Binary10011001100111010101
Octal11463125

Shades and tints

Shades of #4C3355

#4C3355
(76,51,85)
#462F4E
(70,47,78)
#402B47
(64,43,71)
#3A2740
(58,39,64)
#342339
(52,35,57)
#2E1F32
(46,31,50)
#281B2B
(40,27,43)
#221724
(34,23,36)
#1C131D
(28,19,29)
#160F16
(22,15,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C3355

#4C3355
(76,51,85)
#5C4564
(92,69,100)
#6C5773
(108,87,115)
#7C6982
(124,105,130)
#8C7B91
(140,123,145)
#9C8DA0
(156,141,160)
#AC9FAF
(172,159,175)
#BCB1BE
(188,177,190)
#CCC3CD
(204,195,205)
#DCD5DC
(220,213,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3355; }

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

This text font color is #4C3355.


Background Color

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

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

This div background color is #4C3355.


Border color

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

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

This div border color is #4C3355.


Opacity

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

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

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

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

This text has shadow with #4C3355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3355 on black background.


Color preview on white background

This text has color #4C3355 on white background.



Black color preview on #4C3355 background

This text has black color on #4C3355 background.


White color preview on #4C3355 background

This text has white color on #4C3355 background.