COLOR #4C5160

HEX: #4C5160
RGB: (76,81,96)

Color info

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

RGB color model

#4C5160 color RGB value is (76,81,96).

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

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 96 of 255 = 38%

76
81
96

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

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 96 = 253 (100%)
R 76 of 253 ~ 30.04%
G 81 of 253 ~ 32.02%
B 96 of 253 ~ 37.94%

%30.04
%32.02
%37.94

CMYK color model

#4C5160 color CMYK value is (21,16,0,62).

  • cyan value is 20.83%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(21,16,0,62)
C21M16Y0K62 
(21%,16%,0%,62%)
(0.21/0.16/0.00/0.62)	

CMYK percentages

%20.83
%15.63
%0
%62.35

Codes

Color #4C5160 in popluar color models

4C5160
RGB768196
HSL225°11.63%33.73%
HSB/HSV225°20.83%37.65%
CMYK20.83%15.63%0.00%
62.35%

Color #4C5160 in popluar number systems.

HEX4C5160
Decimal768196
Binary100110010100011100000
Octal114121140

Shades and tints

Shades of #4C5160

#4C5160
(76,81,96)
#464A58
(70,74,88)
#404350
(64,67,80)
#3A3C48
(58,60,72)
#343540
(52,53,64)
#2E2E38
(46,46,56)
#282730
(40,39,48)
#222028
(34,32,40)
#1C1920
(28,25,32)
#161218
(22,18,24)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C5160

#4C5160
(76,81,96)
#5C606E
(92,96,110)
#6C6F7C
(108,111,124)
#7C7E8A
(124,126,138)
#8C8D98
(140,141,152)
#9C9CA6
(156,156,166)
#ACABB4
(172,171,180)
#BCBAC2
(188,186,194)
#CCC9D0
(204,201,208)
#DCD8DE
(220,216,222)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5160; }

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

This text font color is #4C5160.


Background Color

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

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

This div background color is #4C5160.


Border color

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

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

This div border color is #4C5160.


Opacity

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

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

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

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

This text has shadow with #4C5160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5160 on black background.


Color preview on white background

This text has color #4C5160 on white background.



Black color preview on #4C5160 background

This text has black color on #4C5160 background.


White color preview on #4C5160 background

This text has white color on #4C5160 background.