COLOR #4C6070

HEX: #4C6070 RGB: (76,96,112)

Color info

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

RGB color model

#4C6070 color RGB value is (76,96,112).

RGB: (76,96,112) (30%, 38%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 112 of 255 = 44%

76
96
112

R + G + B ~ 37%. #4C6070 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 112 = 284 (100%)
R 76 of 284 ~ 26.76%
G 96 of 284 ~ 33.8%
B 112 of 284 ~ 39.44'%

%26.76
%33.8
%39.44

CMYK color model

#4C6070 color CMYK value is (32,14,0,56).

  • cyan value is 32.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (32,14,0,56)
C32M14Y0K56 (32%, 14%, 0%, 56%)
(0.32 / 0.14 / 0.00 / 0.56)

CMYK percentages

%32.14
%14.29
%0
%56.08

Codes

Color #4C6070 in popluar color models

4C 60 70
RGB 76 96 112
HSL 207° 19.15% 36.86%
HSB/HSV 207° 32.14% 43.92%
CMYK 32.14% 14.29% 0.00%
56.08%

Color #4C6070 in popluar number systems.

HEX 4C 60 70
Decimal 76 96 112
Binary 1001100 1100000 1110000
Octal 114 140 160

Shades and tints

Shades of #4C6070

#4C6070
(76,96,112)
#465866
(70,88,102)
#40505C
(64,80,92)
#3A4852
(58,72,82)
#344048
(52,64,72)
#2E383E
(46,56,62)
#283034
(40,48,52)
#22282A
(34,40,42)
#1C2020
(28,32,32)
#161816
(22,24,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #4C6070

#4C6070
(76,96,112)
#5C6E7D
(92,110,125)
#6C7C8A
(108,124,138)
#7C8A97
(124,138,151)
#8C98A4
(140,152,164)
#9CA6B1
(156,166,177)
#ACB4BE
(172,180,190)
#BCC2CB
(188,194,203)
#CCD0D8
(204,208,216)
#DCDEE5
(220,222,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6070; }

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

This text font color is #4C6070.

Background Color

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

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

This div background color is #4C6070.

Border color

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

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

This div border color is #4C6070.

Opacity

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

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

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

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

This text has shadow with #4C6070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6070.

Preview

Color preview on black background

This text has color #4C6070 on black background.


Color preview on white background

This text has color #4C6070 on white background.


Black color preview on #4C6070 background

This text has black color on #4C6070 background.


White color preview on #4C6070 background

This text has white color on #4C6070 background.


Related colors

Complementary color

Complementary color for #hex is #B39F8F.


I love getcolorcode.com

Triadic colors

1 #704C60 and #60704C with #4C6070 are triadic colors.

2 #70604C and #604C70 with #4C6070 are triadic colors.