COLOR #4C6573

HEX: #4C6573
RGB: (76,101,115)

Color info

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

RGB color model

#4C6573 color RGB value is (76,101,115).

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

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 115 of 255 = 45%

76
101
115

R + G + B ~ 38%. #4C6573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 101 + 115 = 292 (100%)
R 76 of 292 ~ 26.03%
G 101 of 292 ~ 34.59%
B 115 of 292 ~ 39.38%

%26.03
%34.59
%39.38

CMYK color model

#4C6573 color CMYK value is (34,12,0,55).

  • cyan value is 33.91%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(34,12,0,55)
C34M12Y0K55 
(34%,12%,0%,55%)
(0.34/0.12/0.00/0.55)	

CMYK percentages

%33.91
%12.17
%0
%54.9

Codes

Color #4C6573 in popluar color models

4C6573
RGB76101115
HSL202°20.42%37.45%
HSB/HSV202°33.91%45.10%
CMYK33.91%12.17%0.00%
54.90%

Color #4C6573 in popluar number systems.

HEX4C6573
Decimal76101115
Binary100110011001011110011
Octal114145163

Shades and tints

Shades of #4C6573

#4C6573
(76,101,115)
#465C69
(70,92,105)
#40535F
(64,83,95)
#3A4A55
(58,74,85)
#34414B
(52,65,75)
#2E3841
(46,56,65)
#282F37
(40,47,55)
#22262D
(34,38,45)
#1C1D23
(28,29,35)
#161419
(22,20,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C6573

#4C6573
(76,101,115)
#5C737F
(92,115,127)
#6C818B
(108,129,139)
#7C8F97
(124,143,151)
#8C9DA3
(140,157,163)
#9CABAF
(156,171,175)
#ACB9BB
(172,185,187)
#BCC7C7
(188,199,199)
#CCD5D3
(204,213,211)
#DCE3DF
(220,227,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6573; }

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

This text font color is #4C6573.


Background Color

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

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

This div background color is #4C6573.


Border color

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

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

This div border color is #4C6573.


Opacity

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

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

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

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

This text has shadow with #4C6573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6573 on black background.


Color preview on white background

This text has color #4C6573 on white background.



Black color preview on #4C6573 background

This text has black color on #4C6573 background.


White color preview on #4C6573 background

This text has white color on #4C6573 background.