COLOR #4C314D

HEX: #4C314D
RGB: (76,49,77)

Color info

#4C314D contains red, green and blue colors in about the same proportion. Web safe color of #4C314D is #333333 (or #333).

RGB color model

#4C314D color RGB value is (76,49,77).

  • red value is 76;
  • green value is 49;
  • blue value is 77.
RGB:
(76,49,77)
(30%,19%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 77 of 255 = 30%

76
49
77

R + G + B ~ 26%. #4C314D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 77 = 202 (100%)
R 76 of 202 ~ 37.62%
G 49 of 202 ~ 24.26%
B 77 of 202 ~ 38.12%

%37.62
%24.26
%38.12

CMYK color model

#4C314D color CMYK value is (1,36,0,70).

  • cyan value is 1.30%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(1,36,0,70)
C1M36Y0K70 
(1%,36%,0%,70%)
(0.01/0.36/0.00/0.70)	

CMYK percentages

%1.3
%36.36
%0
%69.8

Codes

Color #4C314D in popluar color models

4C314D
RGB764977
HSL298°22.22%24.71%
HSB/HSV298°36.36%30.20%
CMYK1.30%36.36%0.00%
69.80%

Color #4C314D in popluar number systems.

HEX4C314D
Decimal764977
Binary10011001100011001101
Octal11461115

Shades and tints

Shades of #4C314D

#4C314D
(76,49,77)
#462D46
(70,45,70)
#40293F
(64,41,63)
#3A2538
(58,37,56)
#342131
(52,33,49)
#2E1D2A
(46,29,42)
#281923
(40,25,35)
#22151C
(34,21,28)
#1C1115
(28,17,21)
#160D0E
(22,13,14)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #4C314D

#4C314D
(76,49,77)
#5C435D
(92,67,93)
#6C556D
(108,85,109)
#7C677D
(124,103,125)
#8C798D
(140,121,141)
#9C8B9D
(156,139,157)
#AC9DAD
(172,157,173)
#BCAFBD
(188,175,189)
#CCC1CD
(204,193,205)
#DCD3DD
(220,211,221)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C314D color. Also use rgb(76,49,77) instead hex code.

Text Font Color

.myTextColor { color: #4C314D; }

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

This text font color is #4C314D.


Background Color

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

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

This div background color is #4C314D.


Border color

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

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

This div border color is #4C314D.


Opacity

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

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

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

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

This text has shadow with #4C314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C314D on black background.


Color preview on white background

This text has color #4C314D on white background.



Black color preview on #4C314D background

This text has black color on #4C314D background.


White color preview on #4C314D background

This text has white color on #4C314D background.