COLOR #4C606D

HEX: #4C606D RGB: (76,96,109)

Color info

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

RGB color model

#4C606D color RGB value is (76,96,109).

RGB: (76,96,109) (30%, 38%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 109 of 255 = 43%

76
96
109

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

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 109 = 281 (100%)
R 76 of 281 ~ 27.05%
G 96 of 281 ~ 34.16%
B 109 of 281 ~ 38.79'%

%27.05
%34.16
%38.79

CMYK color model

#4C606D color CMYK value is (30,12,0,57).

  • cyan value is 30.28%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (30,12,0,57)
C30M12Y0K57 (30%, 12%, 0%, 57%)
(0.30 / 0.12 / 0.00 / 0.57)

CMYK percentages

%30.28
%11.93
%0
%57.25

Codes

Color #4C606D in popluar color models

4C 60 6D
RGB 76 96 109
HSL 204° 17.84% 36.27%
HSB/HSV 204° 30.28% 42.75%
CMYK 30.28% 11.93% 0.00%
57.25%

Color #4C606D in popluar number systems.

HEX 4C 60 6D
Decimal 76 96 109
Binary 1001100 1100000 1101101
Octal 114 140 155

Shades and tints

Shades of #4C606D

#4C606D
(76,96,109)
#465864
(70,88,100)
#40505B
(64,80,91)
#3A4852
(58,72,82)
#344049
(52,64,73)
#2E3840
(46,56,64)
#283037
(40,48,55)
#22282E
(34,40,46)
#1C2025
(28,32,37)
#16181C
(22,24,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #4C606D

#4C606D
(76,96,109)
#5C6E7A
(92,110,122)
#6C7C87
(108,124,135)
#7C8A94
(124,138,148)
#8C98A1
(140,152,161)
#9CA6AE
(156,166,174)
#ACB4BB
(172,180,187)
#BCC2C8
(188,194,200)
#CCD0D5
(204,208,213)
#DCDEE2
(220,222,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C606D color. Also use rgb(76,96,109) instead hex code.

Text Font Color

.myTextColor { color: #4C606D; }

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

This text font color is #4C606D.

Background Color

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

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

This div background color is #4C606D.

Border color

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

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

This div border color is #4C606D.

Opacity

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

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

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

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

This text has shadow with #4C606D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C606D.

Preview

Color preview on black background

This text has color #4C606D on black background.


Color preview on white background

This text has color #4C606D on white background.


Black color preview on #4C606D background

This text has black color on #4C606D background.


White color preview on #4C606D background

This text has white color on #4C606D background.


Related colors

Complementary color

Complementary color for #hex is #B39F92.


I love getcolorcode.com

Triadic colors

1 #6D4C60 and #606D4C with #4C606D are triadic colors.

2 #6D604C and #604C6D with #4C606D are triadic colors.