COLOR #4C6366

HEX: #4C6366
RGB: (76,99,102)

Color info

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

RGB color model

#4C6366 color RGB value is (76,99,102).

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

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 102 of 255 = 40%

76
99
102

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

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 102 = 277 (100%)
R 76 of 277 ~ 27.44%
G 99 of 277 ~ 35.74%
B 102 of 277 ~ 36.82%

%27.44
%35.74
%36.82

CMYK color model

#4C6366 color CMYK value is (25,3,0,60).

  • cyan value is 25.49%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,3,0,60)
C25M3Y0K60 
(25%,3%,0%,60%)
(0.25/0.03/0.00/0.60)	

CMYK percentages

%25.49
%2.94
%0
%60

Codes

Color #4C6366 in popluar color models

4C6366
RGB7699102
HSL187°14.61%34.90%
HSB/HSV187°25.49%40.00%
CMYK25.49%2.94%0.00%
60.00%

Color #4C6366 in popluar number systems.

HEX4C6366
Decimal7699102
Binary100110011000111100110
Octal114143146

Shades and tints

Shades of #4C6366

#4C6366
(76,99,102)
#465A5D
(70,90,93)
#405154
(64,81,84)
#3A484B
(58,72,75)
#343F42
(52,63,66)
#2E3639
(46,54,57)
#282D30
(40,45,48)
#222427
(34,36,39)
#1C1B1E
(28,27,30)
#161215
(22,18,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C6366

#4C6366
(76,99,102)
#5C7173
(92,113,115)
#6C7F80
(108,127,128)
#7C8D8D
(124,141,141)
#8C9B9A
(140,155,154)
#9CA9A7
(156,169,167)
#ACB7B4
(172,183,180)
#BCC5C1
(188,197,193)
#CCD3CE
(204,211,206)
#DCE1DB
(220,225,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6366; }

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

This text font color is #4C6366.


Background Color

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

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

This div background color is #4C6366.


Border color

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

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

This div border color is #4C6366.


Opacity

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

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

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

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

This text has shadow with #4C6366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6366 on black background.


Color preview on white background

This text has color #4C6366 on white background.



Black color preview on #4C6366 background

This text has black color on #4C6366 background.


White color preview on #4C6366 background

This text has white color on #4C6366 background.