COLOR #4C3753

HEX: #4C3753
RGB: (76,55,83)

Color info

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

RGB color model

#4C3753 color RGB value is (76,55,83).

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

RGB channels and saturation

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

76
55
83

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

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 83 = 214 (100%)
R 76 of 214 ~ 35.51%
G 55 of 214 ~ 25.7%
B 83 of 214 ~ 38.79%

%35.51
%25.7
%38.79

CMYK color model

#4C3753 color CMYK value is (8,34,0,67).

  • cyan value is 8.43%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(8,34,0,67)
C8M34Y0K67 
(8%,34%,0%,67%)
(0.08/0.34/0.00/0.67)	

CMYK percentages

%8.43
%33.73
%0
%67.45

Codes

Color #4C3753 in popluar color models

4C3753
RGB765583
HSL285°20.29%27.06%
HSB/HSV285°33.73%32.55%
CMYK8.43%33.73%0.00%
67.45%

Color #4C3753 in popluar number systems.

HEX4C3753
Decimal765583
Binary10011001101111010011
Octal11467123

Shades and tints

Shades of #4C3753

#4C3753
(76,55,83)
#46324C
(70,50,76)
#402D45
(64,45,69)
#3A283E
(58,40,62)
#342337
(52,35,55)
#2E1E30
(46,30,48)
#281929
(40,25,41)
#221422
(34,20,34)
#1C0F1B
(28,15,27)
#160A14
(22,10,20)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C3753

#4C3753
(76,55,83)
#5C4962
(92,73,98)
#6C5B71
(108,91,113)
#7C6D80
(124,109,128)
#8C7F8F
(140,127,143)
#9C919E
(156,145,158)
#ACA3AD
(172,163,173)
#BCB5BC
(188,181,188)
#CCC7CB
(204,199,203)
#DCD9DA
(220,217,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3753; }

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

This text font color is #4C3753.


Background Color

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

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

This div background color is #4C3753.


Border color

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

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

This div border color is #4C3753.


Opacity

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

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

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

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

This text has shadow with #4C3753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3753 on black background.


Color preview on white background

This text has color #4C3753 on white background.



Black color preview on #4C3753 background

This text has black color on #4C3753 background.


White color preview on #4C3753 background

This text has white color on #4C3753 background.