COLOR #4C686C

HEX: #4C686C RGB: (76,104,108)

Color info

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

RGB color model

#4C686C color RGB value is (76,104,108).

RGB: (76,104,108) (30%, 41%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 108 of 255 = 42%

76
104
108

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

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 108 = 288 (100%)
R 76 of 288 ~ 26.39%
G 104 of 288 ~ 36.11%
B 108 of 288 ~ 37.5'%

%26.39
%36.11
%37.5

CMYK color model

#4C686C color CMYK value is (30,4,0,58).

  • cyan value is 29.63%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (30,4,0,58) C30M4Y0K58 (30%,4%,0%,58%) (0.30/0.04/0.00/0.58) 

CMYK percentages

%29.63
%3.7
%0
%57.65

Codes

Color #4C686C in popluar color models

4C 68 6C
RGB 76 104 108
HSL 188° 17.39% 36.08%
HSB/HSV 188° 29.63% 42.35%
CMYK 29.63% 3.70% 0.00%
57.65%

Color #4C686C in popluar number systems.

HEX 4C 68 6C
Decimal 76 104 108
Binary 1001100 1101000 1101100
Octal 114 150 154

Shades and tints

Shades of #4C686C

#4C686C
(76,104,108)
#465F63
(70,95,99)
#40565A
(64,86,90)
#3A4D51
(58,77,81)
#344448
(52,68,72)
#2E3B3F
(46,59,63)
#283236
(40,50,54)
#22292D
(34,41,45)
#1C2024
(28,32,36)
#16171B
(22,23,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #4C686C

#4C686C
(76,104,108)
#5C7579
(92,117,121)
#6C8286
(108,130,134)
#7C8F93
(124,143,147)
#8C9CA0
(140,156,160)
#9CA9AD
(156,169,173)
#ACB6BA
(172,182,186)
#BCC3C7
(188,195,199)
#CCD0D4
(204,208,212)
#DCDDE1
(220,221,225)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C686C color. Also use rgb(76,104,108) instead hex code.

Text Font Color

.myTextColor { color: #4C686C; }

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

This text font color is #4C686C.

Background Color

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

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

This div background color is #4C686C.

Border color

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

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

This div border color is #4C686C.

Opacity

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

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

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

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

This text has shadow with #4C686C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C686C.

Preview

Color preview on black background

This text has color #4C686C on black background.


Color preview on white background

This text has color #4C686C on white background.


Black color preview on #4C686C background

This text has black color on #4C686C background.


White color preview on #4C686C background

This text has white color on #4C686C background.


Related colors

Complementary color

Complementary color for #hex is #B39793.


I love getcolorcode.com

Triadic colors

1 #6C4C68 and #686C4C with #4C686C are triadic colors.

2 #6C684C and #684C6C with #4C686C are triadic colors.