COLOR #4C6660

HEX: #4C6660 RGB: (76,102,96)

Color info

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

RGB color model

#4C6660 color RGB value is (76,102,96).

RGB: (76,102,96) (30%, 40%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 96 of 255 = 38%

76
102
96

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

Portions of RGB colors in percentages

R + G + B = 76 + 102 + 96 = 274 (100%)
R 76 of 274 ~ 27.74%
G 102 of 274 ~ 37.23%
B 96 of 274 ~ 35.04'%

%27.74
%37.23
%35.04

CMYK color model

#4C6660 color CMYK value is (25,0,6,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK: (25,0,6,60) C25M0Y6K60 (25%,0%,6%,60%) (0.25/0.00/0.06/0.60) 

CMYK percentages

%25.49
%0
%5.88
%60

Codes

Color #4C6660 in popluar color models

4C 66 60
RGB 76 102 96
HSL 166° 14.61% 34.90%
HSB/HSV 166° 25.49% 40.00%
CMYK 25.49% 0.00% 5.88%
60.00%

Color #4C6660 in popluar number systems.

HEX 4C 66 60
Decimal 76 102 96
Binary 1001100 1100110 1100000
Octal 114 146 140

Shades and tints

Shades of #4C6660

#4C6660
(76,102,96)
#465D58
(70,93,88)
#405450
(64,84,80)
#3A4B48
(58,75,72)
#344240
(52,66,64)
#2E3938
(46,57,56)
#283030
(40,48,48)
#222728
(34,39,40)
#1C1E20
(28,30,32)
#161518
(22,21,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C6660

#4C6660
(76,102,96)
#5C736E
(92,115,110)
#6C807C
(108,128,124)
#7C8D8A
(124,141,138)
#8C9A98
(140,154,152)
#9CA7A6
(156,167,166)
#ACB4B4
(172,180,180)
#BCC1C2
(188,193,194)
#CCCED0
(204,206,208)
#DCDBDE
(220,219,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6660; }

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

This text font color is #4C6660.

Background Color

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

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

This div background color is #4C6660.

Border color

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

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

This div border color is #4C6660.

Opacity

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

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

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

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

This text has shadow with #4C6660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6660.

Preview

Color preview on black background

This text has color #4C6660 on black background.


Color preview on white background

This text has color #4C6660 on white background.


Black color preview on #4C6660 background

This text has black color on #4C6660 background.


White color preview on #4C6660 background

This text has white color on #4C6660 background.


Related colors

Complementary color

Complementary color for #hex is #B3999F.


I love getcolorcode.com

Triadic colors

1 #604C66 and #66604C with #4C6660 are triadic colors.

2 #60664C and #664C60 with #4C6660 are triadic colors.