COLOR #4C3755

HEX: #4C3755
RGB: (76,55,85)

Color info

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

RGB color model

#4C3755 color RGB value is (76,55,85).

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

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 85 of 255 = 33%

76
55
85

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

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 85 = 216 (100%)
R 76 of 216 ~ 35.19%
G 55 of 216 ~ 25.46%
B 85 of 216 ~ 39.35%

%35.19
%25.46
%39.35

CMYK color model

#4C3755 color CMYK value is (11,35,0,67).

  • cyan value is 10.59%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(11,35,0,67)
C11M35Y0K67 
(11%,35%,0%,67%)
(0.11/0.35/0.00/0.67)	

CMYK percentages

%10.59
%35.29
%0
%66.67

Codes

Color #4C3755 in popluar color models

4C3755
RGB765585
HSL282°21.43%27.45%
HSB/HSV282°35.29%33.33%
CMYK10.59%35.29%0.00%
66.67%

Color #4C3755 in popluar number systems.

HEX4C3755
Decimal765585
Binary10011001101111010101
Octal11467125

Shades and tints

Shades of #4C3755

#4C3755
(76,55,85)
#46324E
(70,50,78)
#402D47
(64,45,71)
#3A2840
(58,40,64)
#342339
(52,35,57)
#2E1E32
(46,30,50)
#28192B
(40,25,43)
#221424
(34,20,36)
#1C0F1D
(28,15,29)
#160A16
(22,10,22)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #4C3755

#4C3755
(76,55,85)
#5C4964
(92,73,100)
#6C5B73
(108,91,115)
#7C6D82
(124,109,130)
#8C7F91
(140,127,145)
#9C91A0
(156,145,160)
#ACA3AF
(172,163,175)
#BCB5BE
(188,181,190)
#CCC7CD
(204,199,205)
#DCD9DC
(220,217,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3755; }

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

This text font color is #4C3755.


Background Color

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

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

This div background color is #4C3755.


Border color

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

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

This div border color is #4C3755.


Opacity

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

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

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

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

This text has shadow with #4C3755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3755 on black background.


Color preview on white background

This text has color #4C3755 on white background.



Black color preview on #4C3755 background

This text has black color on #4C3755 background.


White color preview on #4C3755 background

This text has white color on #4C3755 background.