COLOR #4C3754

HEX: #4C3754
RGB: (76,55,84)

Color info

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

RGB color model

#4C3754 color RGB value is (76,55,84).

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

RGB channels and saturation

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

76
55
84

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

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 84 = 215 (100%)
R 76 of 215 ~ 35.35%
G 55 of 215 ~ 25.58%
B 84 of 215 ~ 39.07%

%35.35
%25.58
%39.07

CMYK color model

#4C3754 color CMYK value is (10,35,0,67).

  • cyan value is 9.52%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(10,35,0,67)
C10M35Y0K67 
(10%,35%,0%,67%)
(0.10/0.35/0.00/0.67)	

CMYK percentages

%9.52
%34.52
%0
%67.06

Codes

Color #4C3754 in popluar color models

4C3754
RGB765584
HSL283°20.86%27.25%
HSB/HSV283°34.52%32.94%
CMYK9.52%34.52%0.00%
67.06%

Color #4C3754 in popluar number systems.

HEX4C3754
Decimal765584
Binary10011001101111010100
Octal11467124

Shades and tints

Shades of #4C3754

#4C3754
(76,55,84)
#46324D
(70,50,77)
#402D46
(64,45,70)
#3A283F
(58,40,63)
#342338
(52,35,56)
#2E1E31
(46,30,49)
#28192A
(40,25,42)
#221423
(34,20,35)
#1C0F1C
(28,15,28)
#160A15
(22,10,21)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #4C3754

#4C3754
(76,55,84)
#5C4963
(92,73,99)
#6C5B72
(108,91,114)
#7C6D81
(124,109,129)
#8C7F90
(140,127,144)
#9C919F
(156,145,159)
#ACA3AE
(172,163,174)
#BCB5BD
(188,181,189)
#CCC7CC
(204,199,204)
#DCD9DB
(220,217,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3754; }

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

This text font color is #4C3754.


Background Color

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

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

This div background color is #4C3754.


Border color

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

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

This div border color is #4C3754.


Opacity

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

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

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

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

This text has shadow with #4C3754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3754 on black background.


Color preview on white background

This text has color #4C3754 on white background.



Black color preview on #4C3754 background

This text has black color on #4C3754 background.


White color preview on #4C3754 background

This text has white color on #4C3754 background.