COLOR #4C7060

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
112
96

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

Portions of RGB colors in percentages

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

%26.76
%39.44
%33.8

CMYK color model

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

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(32,0,14,56)
C32M0Y14K56 
(32%,0%,14%,56%)
(0.32/0.00/0.14/0.56)	

CMYK percentages

%32.14
%0
%14.29
%56.08

Codes

Color #4C7060 in popluar color models

4C7060
RGB7611296
HSL153°19.15%36.86%
HSB/HSV153°32.14%43.92%
CMYK32.14%0.00%14.29%
56.08%

Color #4C7060 in popluar number systems.

HEX4C7060
Decimal7611296
Binary100110011100001100000
Octal114160140

Shades and tints

Shades of #4C7060

#4C7060
(76,112,96)
#466658
(70,102,88)
#405C50
(64,92,80)
#3A5248
(58,82,72)
#344840
(52,72,64)
#2E3E38
(46,62,56)
#283430
(40,52,48)
#222A28
(34,42,40)
#1C2020
(28,32,32)
#161618
(22,22,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C7060

#4C7060
(76,112,96)
#5C7D6E
(92,125,110)
#6C8A7C
(108,138,124)
#7C978A
(124,151,138)
#8CA498
(140,164,152)
#9CB1A6
(156,177,166)
#ACBEB4
(172,190,180)
#BCCBC2
(188,203,194)
#CCD8D0
(204,216,208)
#DCE5DE
(220,229,222)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7060; }

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

This text font color is #4C7060.


Background Color

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

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

This div background color is #4C7060.


Border color

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

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

This div border color is #4C7060.


Opacity

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

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

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

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

This text has shadow with #4C7060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7060 on black background.


Color preview on white background

This text has color #4C7060 on white background.



Black color preview on #4C7060 background

This text has black color on #4C7060 background.


White color preview on #4C7060 background

This text has white color on #4C7060 background.