COLOR #4C6462

HEX: #4C6462 RGB: (76,100,98)

Color info

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

RGB color model

#4C6462 color RGB value is (76,100,98).

RGB: (76,100,98) (30%, 39%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 98 of 255 = 38%

76
100
98

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

Portions of RGB colors in percentages

R + G + B = 76 + 100 + 98 = 274 (100%)
R 76 of 274 ~ 27.74%
G 100 of 274 ~ 36.5%
B 98 of 274 ~ 35.77'%

%27.74
%36.5
%35.77

CMYK color model

#4C6462 color CMYK value is (24,0,2,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 60.78%

CMYK: (24,0,2,61)
C24M0Y2K61 (24%, 0%, 2%, 61%)
(0.24 / 0.00 / 0.02 / 0.61)

CMYK percentages

%24
%0
%2
%60.78

Codes

Color #4C6462 in popluar color models

4C 64 62
RGB 76 100 98
HSL 175° 13.64% 34.51%
HSB/HSV 175° 24.00% 39.22%
CMYK 24.00% 0.00% 2.00%
60.78%

Color #4C6462 in popluar number systems.

HEX 4C 64 62
Decimal 76 100 98
Binary 1001100 1100100 1100010
Octal 114 144 142

Shades and tints

Shades of #4C6462

#4C6462
(76,100,98)
#465B5A
(70,91,90)
#405252
(64,82,82)
#3A494A
(58,73,74)
#344042
(52,64,66)
#2E373A
(46,55,58)
#282E32
(40,46,50)
#22252A
(34,37,42)
#1C1C22
(28,28,34)
#16131A
(22,19,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #4C6462

#4C6462
(76,100,98)
#5C7270
(92,114,112)
#6C807E
(108,128,126)
#7C8E8C
(124,142,140)
#8C9C9A
(140,156,154)
#9CAAA8
(156,170,168)
#ACB8B6
(172,184,182)
#BCC6C4
(188,198,196)
#CCD4D2
(204,212,210)
#DCE2E0
(220,226,224)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6462; }

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

This text font color is #4C6462.

Background Color

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

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

This div background color is #4C6462.

Border color

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

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

This div border color is #4C6462.

Opacity

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

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

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

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

This text has shadow with #4C6462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6462.

Preview

Color preview on black background

This text has color #4C6462 on black background.


Color preview on white background

This text has color #4C6462 on white background.


Black color preview on #4C6462 background

This text has black color on #4C6462 background.


White color preview on #4C6462 background

This text has white color on #4C6462 background.


Related colors

Complementary color

Complementary color for #hex is #B39B9D.


I love getcolorcode.com

Triadic colors

1 #624C64 and #64624C with #4C6462 are triadic colors.

2 #62644C and #644C62 with #4C6462 are triadic colors.