COLOR #4C5A6A

HEX: #4C5A6A
RGB: (76,90,106)

Color info

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

RGB color model

#4C5A6A color RGB value is (76,90,106).

  • red value is 76;
  • green value is 90;
  • blue value is 106.
RGB:
(76,90,106)
(30%,35%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 106 of 255 = 42%

76
90
106

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

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 106 = 272 (100%)
R 76 of 272 ~ 27.94%
G 90 of 272 ~ 33.09%
B 106 of 272 ~ 38.97%

%27.94
%33.09
%38.97

CMYK color model

#4C5A6A color CMYK value is (28,15,0,58).

  • cyan value is 28.30%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(28,15,0,58)
C28M15Y0K58 
(28%,15%,0%,58%)
(0.28/0.15/0.00/0.58)	

CMYK percentages

%28.3
%15.09
%0
%58.43

Codes

Color #4C5A6A in popluar color models

4C5A6A
RGB7690106
HSL212°16.48%35.69%
HSB/HSV212°28.30%41.57%
CMYK28.30%15.09%0.00%
58.43%

Color #4C5A6A in popluar number systems.

HEX4C5A6A
Decimal7690106
Binary100110010110101101010
Octal114132152

Shades and tints

Shades of #4C5A6A

#4C5A6A
(76,90,106)
#465261
(70,82,97)
#404A58
(64,74,88)
#3A424F
(58,66,79)
#343A46
(52,58,70)
#2E323D
(46,50,61)
#282A34
(40,42,52)
#22222B
(34,34,43)
#1C1A22
(28,26,34)
#161219
(22,18,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C5A6A

#4C5A6A
(76,90,106)
#5C6977
(92,105,119)
#6C7884
(108,120,132)
#7C8791
(124,135,145)
#8C969E
(140,150,158)
#9CA5AB
(156,165,171)
#ACB4B8
(172,180,184)
#BCC3C5
(188,195,197)
#CCD2D2
(204,210,210)
#DCE1DF
(220,225,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5A6A color. Also use rgb(76,90,106) instead hex code.

Text Font Color

.myTextColor { color: #4C5A6A; }

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

This text font color is #4C5A6A.


Background Color

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

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

This div background color is #4C5A6A.


Border color

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

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

This div border color is #4C5A6A.


Opacity

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

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

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

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

This text has shadow with #4C5A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A6A on black background.


Color preview on white background

This text has color #4C5A6A on white background.



Black color preview on #4C5A6A background

This text has black color on #4C5A6A background.


White color preview on #4C5A6A background

This text has white color on #4C5A6A background.