COLOR #4C6467

HEX: #4C6467
RGB: (76,100,103)

Color info

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

RGB color model

#4C6467 color RGB value is (76,100,103).

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

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 103 of 255 = 40%

76
100
103

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

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 103 = 279 (100%)
R 76 of 279 ~ 27.24%
G 100 of 279 ~ 35.84%
B 103 of 279 ~ 36.92%

%27.24
%35.84
%36.92

CMYK color model

#4C6467 color CMYK value is (26,3,0,60).

  • cyan value is 26.21%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(26,3,0,60)
C26M3Y0K60 
(26%,3%,0%,60%)
(0.26/0.03/0.00/0.60)	

CMYK percentages

%26.21
%2.91
%0
%59.61

Codes

Color #4C6467 in popluar color models

4C6467
RGB76100103
HSL187°15.08%35.10%
HSB/HSV187°26.21%40.39%
CMYK26.21%2.91%0.00%
59.61%

Color #4C6467 in popluar number systems.

HEX4C6467
Decimal76100103
Binary100110011001001100111
Octal114144147

Shades and tints

Shades of #4C6467

#4C6467
(76,100,103)
#465B5E
(70,91,94)
#405255
(64,82,85)
#3A494C
(58,73,76)
#344043
(52,64,67)
#2E373A
(46,55,58)
#282E31
(40,46,49)
#222528
(34,37,40)
#1C1C1F
(28,28,31)
#161316
(22,19,22)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #4C6467

#4C6467
(76,100,103)
#5C7274
(92,114,116)
#6C8081
(108,128,129)
#7C8E8E
(124,142,142)
#8C9C9B
(140,156,155)
#9CAAA8
(156,170,168)
#ACB8B5
(172,184,181)
#BCC6C2
(188,198,194)
#CCD4CF
(204,212,207)
#DCE2DC
(220,226,220)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6467 color. Also use rgb(76,100,103) instead hex code.

Text Font Color

.myTextColor { color: #4C6467; }

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

This text font color is #4C6467.


Background Color

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

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

This div background color is #4C6467.


Border color

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

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

This div border color is #4C6467.


Opacity

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

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

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

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

This text has shadow with #4C6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6467 on black background.


Color preview on white background

This text has color #4C6467 on white background.



Black color preview on #4C6467 background

This text has black color on #4C6467 background.


White color preview on #4C6467 background

This text has white color on #4C6467 background.