COLOR #4C7460

HEX: #4C7460 RGB: (76,116,96)

Color info

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

RGB color model

#4C7460 color RGB value is (76,116,96).

RGB: (76,116,96) (30%, 45%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 116 of 255 = 45%
B 96 of 255 = 38%

76
116
96

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

Portions of RGB colors in percentages

R + G + B = 76 + 116 + 96 = 288 (100%)
R 76 of 288 ~ 26.39%
G 116 of 288 ~ 40.28%
B 96 of 288 ~ 33.33'%

%26.39
%40.28
%33.33

CMYK color model

#4C7460 color CMYK value is (34,0,17,55).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%

CMYK: (34,0,17,55)
C34M0Y17K55 (34%, 0%, 17%, 55%)
(0.34 / 0.00 / 0.17 / 0.55)

CMYK percentages

%34.48
%0
%17.24
%54.51

Codes

Color #4C7460 in popluar color models

4C 74 60
RGB 76 116 96
HSL 150° 20.83% 37.65%
HSB/HSV 150° 34.48% 45.49%
CMYK 34.48% 0.00% 17.24%
54.51%

Color #4C7460 in popluar number systems.

HEX 4C 74 60
Decimal 76 116 96
Binary 1001100 1110100 1100000
Octal 114 164 140

Shades and tints

Shades of #4C7460

#4C7460
(76,116,96)
#466A58
(70,106,88)
#406050
(64,96,80)
#3A5648
(58,86,72)
#344C40
(52,76,64)
#2E4238
(46,66,56)
#283830
(40,56,48)
#222E28
(34,46,40)
#1C2420
(28,36,32)
#161A18
(22,26,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #4C7460

#4C7460
(76,116,96)
#5C806E
(92,128,110)
#6C8C7C
(108,140,124)
#7C988A
(124,152,138)
#8CA498
(140,164,152)
#9CB0A6
(156,176,166)
#ACBCB4
(172,188,180)
#BCC8C2
(188,200,194)
#CCD4D0
(204,212,208)
#DCE0DE
(220,224,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7460; }

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

This text font color is #4C7460.

Background Color

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

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

This div background color is #4C7460.

Border color

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

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

This div border color is #4C7460.

Opacity

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

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

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

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

This text has shadow with #4C7460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7460.

Preview

Color preview on black background

This text has color #4C7460 on black background.


Color preview on white background

This text has color #4C7460 on white background.


Black color preview on #4C7460 background

This text has black color on #4C7460 background.


White color preview on #4C7460 background

This text has white color on #4C7460 background.


Related colors

Complementary color

Complementary color for #hex is #B38B9F.


I love getcolorcode.com

Triadic colors

1 #604C74 and #74604C with #4C7460 are triadic colors.

2 #60744C and #744C60 with #4C7460 are triadic colors.