COLOR #4C4A5F

HEX: #4C4A5F
RGB: (76,74,95)

Color info

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

RGB color model

#4C4A5F color RGB value is (76,74,95).

  • red value is 76;
  • green value is 74;
  • blue value is 95.
RGB:
(76,74,95)
(30%,29%,37%)

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 95 of 255 = 37%

76
74
95

R + G + B ~ 32%. #4C4A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 95 = 245 (100%)
R 76 of 245 ~ 31.02%
G 74 of 245 ~ 30.2%
B 95 of 245 ~ 38.78%

%31.02
%30.2
%38.78

CMYK color model

#4C4A5F color CMYK value is (20,22,0,63).

  • cyan value is 20.00%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(20,22,0,63)
C20M22Y0K63 
(20%,22%,0%,63%)
(0.20/0.22/0.00/0.63)	

CMYK percentages

%20
%22.11
%0
%62.75

Codes

Color #4C4A5F in popluar color models

4C4A5F
RGB767495
HSL246°12.43%33.14%
HSB/HSV246°22.11%37.25%
CMYK20.00%22.11%0.00%
62.75%

Color #4C4A5F in popluar number systems.

HEX4C4A5F
Decimal767495
Binary100110010010101011111
Octal114112137

Shades and tints

Shades of #4C4A5F

#4C4A5F
(76,74,95)
#464457
(70,68,87)
#403E4F
(64,62,79)
#3A3847
(58,56,71)
#34323F
(52,50,63)
#2E2C37
(46,44,55)
#28262F
(40,38,47)
#222027
(34,32,39)
#1C1A1F
(28,26,31)
#161417
(22,20,23)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C4A5F

#4C4A5F
(76,74,95)
#5C5A6D
(92,90,109)
#6C6A7B
(108,106,123)
#7C7A89
(124,122,137)
#8C8A97
(140,138,151)
#9C9AA5
(156,154,165)
#ACAAB3
(172,170,179)
#BCBAC1
(188,186,193)
#CCCACF
(204,202,207)
#DCDADD
(220,218,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4A5F color. Also use rgb(76,74,95) instead hex code.

Text Font Color

.myTextColor { color: #4C4A5F; }

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

This text font color is #4C4A5F.


Background Color

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

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

This div background color is #4C4A5F.


Border color

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

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

This div border color is #4C4A5F.


Opacity

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

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

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

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

This text has shadow with #4C4A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A5F on black background.


Color preview on white background

This text has color #4C4A5F on white background.



Black color preview on #4C4A5F background

This text has black color on #4C4A5F background.


White color preview on #4C4A5F background

This text has white color on #4C4A5F background.