COLOR #4C515E

HEX: #4C515E
RGB: (76,81,94)

Color info

#4C515E contains red, green and blue colors in about the same proportion. Web safe color of #4C515E is #336666 (or #366).

RGB color model

#4C515E color RGB value is (76,81,94).

  • red value is 76;
  • green value is 81;
  • blue value is 94.
RGB:
(76,81,94)
(30%,32%,37%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 94 of 255 = 37%

76
81
94

R + G + B ~ 33%. #4C515E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 94 = 251 (100%)
R 76 of 251 ~ 30.28%
G 81 of 251 ~ 32.27%
B 94 of 251 ~ 37.45%

%30.28
%32.27
%37.45

CMYK color model

#4C515E color CMYK value is (19,14,0,63).

  • cyan value is 19.15%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(19,14,0,63)
C19M14Y0K63 
(19%,14%,0%,63%)
(0.19/0.14/0.00/0.63)	

CMYK percentages

%19.15
%13.83
%0
%63.14

Codes

Color #4C515E in popluar color models

4C515E
RGB768194
HSL223°10.59%33.33%
HSB/HSV223°19.15%36.86%
CMYK19.15%13.83%0.00%
63.14%

Color #4C515E in popluar number systems.

HEX4C515E
Decimal768194
Binary100110010100011011110
Octal114121136

Shades and tints

Shades of #4C515E

#4C515E
(76,81,94)
#464A56
(70,74,86)
#40434E
(64,67,78)
#3A3C46
(58,60,70)
#34353E
(52,53,62)
#2E2E36
(46,46,54)
#28272E
(40,39,46)
#222026
(34,32,38)
#1C191E
(28,25,30)
#161216
(22,18,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C515E

#4C515E
(76,81,94)
#5C606C
(92,96,108)
#6C6F7A
(108,111,122)
#7C7E88
(124,126,136)
#8C8D96
(140,141,150)
#9C9CA4
(156,156,164)
#ACABB2
(172,171,178)
#BCBAC0
(188,186,192)
#CCC9CE
(204,201,206)
#DCD8DC
(220,216,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C515E color. Also use rgb(76,81,94) instead hex code.

Text Font Color

.myTextColor { color: #4C515E; }

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

This text font color is #4C515E.


Background Color

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

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

This div background color is #4C515E.


Border color

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

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

This div border color is #4C515E.


Opacity

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

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

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

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

This text has shadow with #4C515E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C515E on black background.


Color preview on white background

This text has color #4C515E on white background.



Black color preview on #4C515E background

This text has black color on #4C515E background.


White color preview on #4C515E background

This text has white color on #4C515E background.