COLOR #4C5273

HEX: #4C5273
RGB: (76,82,115)

Color info

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

RGB color model

#4C5273 color RGB value is (76,82,115).

  • red value is 76;
  • green value is 82;
  • blue value is 115.
RGB:
(76,82,115)
(30%,32%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 115 of 255 = 45%

76
82
115

R + G + B ~ 36%. #4C5273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 82 + 115 = 273 (100%)
R 76 of 273 ~ 27.84%
G 82 of 273 ~ 30.04%
B 115 of 273 ~ 42.12%

%27.84
%30.04
%42.12

CMYK color model

#4C5273 color CMYK value is (34,29,0,55).

  • cyan value is 33.91%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(34,29,0,55)
C34M29Y0K55 
(34%,29%,0%,55%)
(0.34/0.29/0.00/0.55)	

CMYK percentages

%33.91
%28.7
%0
%54.9

Codes

Color #4C5273 in popluar color models

4C5273
RGB7682115
HSL231°20.42%37.45%
HSB/HSV231°33.91%45.10%
CMYK33.91%28.70%0.00%
54.90%

Color #4C5273 in popluar number systems.

HEX4C5273
Decimal7682115
Binary100110010100101110011
Octal114122163

Shades and tints

Shades of #4C5273

#4C5273
(76,82,115)
#464B69
(70,75,105)
#40445F
(64,68,95)
#3A3D55
(58,61,85)
#34364B
(52,54,75)
#2E2F41
(46,47,65)
#282837
(40,40,55)
#22212D
(34,33,45)
#1C1A23
(28,26,35)
#161319
(22,19,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C5273

#4C5273
(76,82,115)
#5C617F
(92,97,127)
#6C708B
(108,112,139)
#7C7F97
(124,127,151)
#8C8EA3
(140,142,163)
#9C9DAF
(156,157,175)
#ACACBB
(172,172,187)
#BCBBC7
(188,187,199)
#CCCAD3
(204,202,211)
#DCD9DF
(220,217,223)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5273 color. Also use rgb(76,82,115) instead hex code.

Text Font Color

.myTextColor { color: #4C5273; }

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

This text font color is #4C5273.


Background Color

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

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

This div background color is #4C5273.


Border color

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

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

This div border color is #4C5273.


Opacity

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

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

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

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

This text has shadow with #4C5273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5273 on black background.


Color preview on white background

This text has color #4C5273 on white background.



Black color preview on #4C5273 background

This text has black color on #4C5273 background.


White color preview on #4C5273 background

This text has white color on #4C5273 background.