COLOR #4C4050

HEX: #4C4050
RGB: (76,64,80)

Color info

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

RGB color model

#4C4050 color RGB value is (76,64,80).

  • red value is 76;
  • green value is 64;
  • blue value is 80.
RGB:
(76,64,80)
(30%,25%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 80 of 255 = 31%

76
64
80

R + G + B ~ 29%. #4C4050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 80 = 220 (100%)
R 76 of 220 ~ 34.55%
G 64 of 220 ~ 29.09%
B 80 of 220 ~ 36.36%

%34.55
%29.09
%36.36

CMYK color model

#4C4050 color CMYK value is (5,20,0,69).

  • cyan value is 5.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(5,20,0,69)
C5M20Y0K69 
(5%,20%,0%,69%)
(0.05/0.20/0.00/0.69)	

CMYK percentages

%5
%20
%0
%68.63

Codes

Color #4C4050 in popluar color models

4C4050
RGB766480
HSL285°11.11%28.24%
HSB/HSV285°20.00%31.37%
CMYK5.00%20.00%0.00%
68.63%

Color #4C4050 in popluar number systems.

HEX4C4050
Decimal766480
Binary100110010000001010000
Octal114100120

Shades and tints

Shades of #4C4050

#4C4050
(76,64,80)
#463B49
(70,59,73)
#403642
(64,54,66)
#3A313B
(58,49,59)
#342C34
(52,44,52)
#2E272D
(46,39,45)
#282226
(40,34,38)
#221D1F
(34,29,31)
#1C1818
(28,24,24)
#161311
(22,19,17)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C4050

#4C4050
(76,64,80)
#5C515F
(92,81,95)
#6C626E
(108,98,110)
#7C737D
(124,115,125)
#8C848C
(140,132,140)
#9C959B
(156,149,155)
#ACA6AA
(172,166,170)
#BCB7B9
(188,183,185)
#CCC8C8
(204,200,200)
#DCD9D7
(220,217,215)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4050 color. Also use rgb(76,64,80) instead hex code.

Text Font Color

.myTextColor { color: #4C4050; }

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

This text font color is #4C4050.


Background Color

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

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

This div background color is #4C4050.


Border color

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

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

This div border color is #4C4050.


Opacity

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

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

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

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

This text has shadow with #4C4050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4050 on black background.


Color preview on white background

This text has color #4C4050 on white background.



Black color preview on #4C4050 background

This text has black color on #4C4050 background.


White color preview on #4C4050 background

This text has white color on #4C4050 background.