COLOR #4C666C

HEX: #4C666C
RGB: (76,102,108)

Color info

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

RGB color model

#4C666C color RGB value is (76,102,108).

  • red value is 76;
  • green value is 102;
  • blue value is 108.
RGB:
(76,102,108)
(30%,40%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 108 of 255 = 42%

76
102
108

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

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 108 = 286 (100%)
R 76 of 286 ~ 26.57%
G 102 of 286 ~ 35.66%
B 108 of 286 ~ 37.76%

%26.57
%35.66
%37.76

CMYK color model

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

  • cyan value is 29.63%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(30,6,0,58)
C30M6Y0K58 
(30%,6%,0%,58%)
(0.30/0.06/0.00/0.58)	

CMYK percentages

%29.63
%5.56
%0
%57.65

Codes

Color #4C666C in popluar color models

4C666C
RGB76102108
HSL191°17.39%36.08%
HSB/HSV191°29.63%42.35%
CMYK29.63%5.56%0.00%
57.65%

Color #4C666C in popluar number systems.

HEX4C666C
Decimal76102108
Binary100110011001101101100
Octal114146154

Shades and tints

Shades of #4C666C

#4C666C
(76,102,108)
#465D63
(70,93,99)
#40545A
(64,84,90)
#3A4B51
(58,75,81)
#344248
(52,66,72)
#2E393F
(46,57,63)
#283036
(40,48,54)
#22272D
(34,39,45)
#1C1E24
(28,30,36)
#16151B
(22,21,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #4C666C

#4C666C
(76,102,108)
#5C7379
(92,115,121)
#6C8086
(108,128,134)
#7C8D93
(124,141,147)
#8C9AA0
(140,154,160)
#9CA7AD
(156,167,173)
#ACB4BA
(172,180,186)
#BCC1C7
(188,193,199)
#CCCED4
(204,206,212)
#DCDBE1
(220,219,225)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C666C; }

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

This text font color is #4C666C.


Background Color

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

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

This div background color is #4C666C.


Border color

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

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

This div border color is #4C666C.


Opacity

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

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

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

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

This text has shadow with #4C666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C666C on black background.


Color preview on white background

This text has color #4C666C on white background.



Black color preview on #4C666C background

This text has black color on #4C666C background.


White color preview on #4C666C background

This text has white color on #4C666C background.