COLOR #4C515F

HEX: #4C515F
RGB: (76,81,95)

Color info

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

RGB color model

#4C515F color RGB value is (76,81,95).

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

RGB channels and saturation

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

76
81
95

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

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 95 = 252 (100%)
R 76 of 252 ~ 30.16%
G 81 of 252 ~ 32.14%
B 95 of 252 ~ 37.7%

%30.16
%32.14
%37.7

CMYK color model

#4C515F color CMYK value is (20,15,0,63).

  • cyan value is 20.00%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(20,15,0,63)
C20M15Y0K63 
(20%,15%,0%,63%)
(0.20/0.15/0.00/0.63)	

CMYK percentages

%20
%14.74
%0
%62.75

Codes

Color #4C515F in popluar color models

4C515F
RGB768195
HSL224°11.11%33.53%
HSB/HSV224°20.00%37.25%
CMYK20.00%14.74%0.00%
62.75%

Color #4C515F in popluar number systems.

HEX4C515F
Decimal768195
Binary100110010100011011111
Octal114121137

Shades and tints

Shades of #4C515F

#4C515F
(76,81,95)
#464A57
(70,74,87)
#40434F
(64,67,79)
#3A3C47
(58,60,71)
#34353F
(52,53,63)
#2E2E37
(46,46,55)
#28272F
(40,39,47)
#222027
(34,32,39)
#1C191F
(28,25,31)
#161217
(22,18,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C515F

#4C515F
(76,81,95)
#5C606D
(92,96,109)
#6C6F7B
(108,111,123)
#7C7E89
(124,126,137)
#8C8D97
(140,141,151)
#9C9CA5
(156,156,165)
#ACABB3
(172,171,179)
#BCBAC1
(188,186,193)
#CCC9CF
(204,201,207)
#DCD8DD
(220,216,221)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C515F; }

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

This text font color is #4C515F.


Background Color

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

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

This div background color is #4C515F.


Border color

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

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

This div border color is #4C515F.


Opacity

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

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

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

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

This text has shadow with #4C515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C515F on black background.


Color preview on white background

This text has color #4C515F on white background.



Black color preview on #4C515F background

This text has black color on #4C515F background.


White color preview on #4C515F background

This text has white color on #4C515F background.