COLOR #4C355B

HEX: #4C355B
RGB: (76,53,91)

Color info

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

RGB color model

#4C355B color RGB value is (76,53,91).

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

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 91 of 255 = 36%

76
53
91

R + G + B ~ 29%. #4C355B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 91 = 220 (100%)
R 76 of 220 ~ 34.55%
G 53 of 220 ~ 24.09%
B 91 of 220 ~ 41.36%

%34.55
%24.09
%41.36

CMYK color model

#4C355B color CMYK value is (16,42,0,64).

  • cyan value is 16.48%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,42,0,64)
C16M42Y0K64 
(16%,42%,0%,64%)
(0.16/0.42/0.00/0.64)	

CMYK percentages

%16.48
%41.76
%0
%64.31

Codes

Color #4C355B in popluar color models

4C355B
RGB765391
HSL276°26.39%28.24%
HSB/HSV276°41.76%35.69%
CMYK16.48%41.76%0.00%
64.31%

Color #4C355B in popluar number systems.

HEX4C355B
Decimal765391
Binary10011001101011011011
Octal11465133

Shades and tints

Shades of #4C355B

#4C355B
(76,53,91)
#463153
(70,49,83)
#402D4B
(64,45,75)
#3A2943
(58,41,67)
#34253B
(52,37,59)
#2E2133
(46,33,51)
#281D2B
(40,29,43)
#221923
(34,25,35)
#1C151B
(28,21,27)
#161113
(22,17,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C355B

#4C355B
(76,53,91)
#5C4769
(92,71,105)
#6C5977
(108,89,119)
#7C6B85
(124,107,133)
#8C7D93
(140,125,147)
#9C8FA1
(156,143,161)
#ACA1AF
(172,161,175)
#BCB3BD
(188,179,189)
#CCC5CB
(204,197,203)
#DCD7D9
(220,215,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C355B; }

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

This text font color is #4C355B.


Background Color

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

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

This div background color is #4C355B.


Border color

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

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

This div border color is #4C355B.


Opacity

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

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

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

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

This text has shadow with #4C355B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C355B on black background.


Color preview on white background

This text has color #4C355B on white background.



Black color preview on #4C355B background

This text has black color on #4C355B background.


White color preview on #4C355B background

This text has white color on #4C355B background.