COLOR #4C5970

HEX: #4C5970
RGB: (76,89,112)

Color info

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

RGB color model

#4C5970 color RGB value is (76,89,112).

  • red value is 76;
  • green value is 89;
  • blue value is 112.
RGB:
(76,89,112)
(30%,35%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 112 of 255 = 44%

76
89
112

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

Portions of RGB colors in percentages

R + G + B =
76 + 89 + 112 = 277 (100%)
R 76 of 277 ~ 27.44%
G 89 of 277 ~ 32.13%
B 112 of 277 ~ 40.43%

%27.44
%32.13
%40.43

CMYK color model

#4C5970 color CMYK value is (32,21,0,56).

  • cyan value is 32.14%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(32,21,0,56)
C32M21Y0K56 
(32%,21%,0%,56%)
(0.32/0.21/0.00/0.56)	

CMYK percentages

%32.14
%20.54
%0
%56.08

Codes

Color #4C5970 in popluar color models

4C5970
RGB7689112
HSL218°19.15%36.86%
HSB/HSV218°32.14%43.92%
CMYK32.14%20.54%0.00%
56.08%

Color #4C5970 in popluar number systems.

HEX4C5970
Decimal7689112
Binary100110010110011110000
Octal114131160

Shades and tints

Shades of #4C5970

#4C5970
(76,89,112)
#465166
(70,81,102)
#40495C
(64,73,92)
#3A4152
(58,65,82)
#343948
(52,57,72)
#2E313E
(46,49,62)
#282934
(40,41,52)
#22212A
(34,33,42)
#1C1920
(28,25,32)
#161116
(22,17,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C5970

#4C5970
(76,89,112)
#5C687D
(92,104,125)
#6C778A
(108,119,138)
#7C8697
(124,134,151)
#8C95A4
(140,149,164)
#9CA4B1
(156,164,177)
#ACB3BE
(172,179,190)
#BCC2CB
(188,194,203)
#CCD1D8
(204,209,216)
#DCE0E5
(220,224,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5970 color. Also use rgb(76,89,112) instead hex code.

Text Font Color

.myTextColor { color: #4C5970; }

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

This text font color is #4C5970.


Background Color

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

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

This div background color is #4C5970.


Border color

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

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

This div border color is #4C5970.


Opacity

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

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

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

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

This text has shadow with #4C5970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5970 on black background.


Color preview on white background

This text has color #4C5970 on white background.



Black color preview on #4C5970 background

This text has black color on #4C5970 background.


White color preview on #4C5970 background

This text has white color on #4C5970 background.