COLOR #4C656D

HEX: #4C656D RGB: (76,101,109)

Color info

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

RGB color model

#4C656D color RGB value is (76,101,109).

RGB: (76,101,109) (30%, 40%, 43%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 109 of 255 = 43%

76
101
109

R + G + B ~ 38%. #4C656D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 109 = 286 (100%)
R 76 of 286 ~ 26.57%
G 101 of 286 ~ 35.31%
B 109 of 286 ~ 38.11'%

%26.57
%35.31
%38.11

CMYK color model

#4C656D color CMYK value is (30,7,0,57).

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

CMYK: (30,7,0,57)
C30M7Y0K57 (30%, 7%, 0%, 57%)
(0.30 / 0.07 / 0.00 / 0.57)

CMYK percentages

%30.28
%7.34
%0
%57.25

Codes

Color #4C656D in popluar color models

4C 65 6D
RGB 76 101 109
HSL 195° 17.84% 36.27%
HSB/HSV 195° 30.28% 42.75%
CMYK 30.28% 7.34% 0.00%
57.25%

Color #4C656D in popluar number systems.

HEX 4C 65 6D
Decimal 76 101 109
Binary 1001100 1100101 1101101
Octal 114 145 155

Shades and tints

Shades of #4C656D

#4C656D
(76,101,109)
#465C64
(70,92,100)
#40535B
(64,83,91)
#3A4A52
(58,74,82)
#344149
(52,65,73)
#2E3840
(46,56,64)
#282F37
(40,47,55)
#22262E
(34,38,46)
#1C1D25
(28,29,37)
#16141C
(22,20,28)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #4C656D

#4C656D
(76,101,109)
#5C737A
(92,115,122)
#6C8187
(108,129,135)
#7C8F94
(124,143,148)
#8C9DA1
(140,157,161)
#9CABAE
(156,171,174)
#ACB9BB
(172,185,187)
#BCC7C8
(188,199,200)
#CCD5D5
(204,213,213)
#DCE3E2
(220,227,226)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C656D; }

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

This text font color is #4C656D.

Background Color

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

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

This div background color is #4C656D.

Border color

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

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

This div border color is #4C656D.

Opacity

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

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

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

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

This text has shadow with #4C656D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C656D.

Preview

Color preview on black background

This text has color #4C656D on black background.


Color preview on white background

This text has color #4C656D on white background.


Black color preview on #4C656D background

This text has black color on #4C656D background.


White color preview on #4C656D background

This text has white color on #4C656D background.


Related colors

Complementary color

Complementary color for #hex is #B39A92.


I love getcolorcode.com

Triadic colors

1 #6D4C65 and #656D4C with #4C656D are triadic colors.

2 #6D654C and #654C6D with #4C656D are triadic colors.