COLOR #4C616D

HEX: #4C616D RGB: (76,97,109)

Color info

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

RGB color model

#4C616D color RGB value is (76,97,109).

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

RGB channels and saturation

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

76
97
109

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

Portions of RGB colors in percentages

R + G + B = 76 + 97 + 109 = 282 (100%)
R 76 of 282 ~ 26.95%
G 97 of 282 ~ 34.4%
B 109 of 282 ~ 38.65'%

%26.95
%34.4
%38.65

CMYK color model

#4C616D color CMYK value is (30,11,0,57).

  • cyan value is 30.28%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (30,11,0,57) C30M11Y0K57 (30%,11%,0%,57%) (0.30/0.11/0.00/0.57) 

CMYK percentages

%30.28
%11.01
%0
%57.25

Codes

Color #4C616D in popluar color models

4C 61 6D
RGB 76 97 109
HSL 202° 17.84% 36.27%
HSB/HSV 202° 30.28% 42.75%
CMYK 30.28% 11.01% 0.00%
57.25%

Color #4C616D in popluar number systems.

HEX 4C 61 6D
Decimal 76 97 109
Binary 1001100 1100001 1101101
Octal 114 141 155

Shades and tints

Shades of #4C616D

#4C616D
(76,97,109)
#465964
(70,89,100)
#40515B
(64,81,91)
#3A4952
(58,73,82)
#344149
(52,65,73)
#2E3940
(46,57,64)
#283137
(40,49,55)
#22292E
(34,41,46)
#1C2125
(28,33,37)
#16191C
(22,25,28)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #4C616D

#4C616D
(76,97,109)
#5C6F7A
(92,111,122)
#6C7D87
(108,125,135)
#7C8B94
(124,139,148)
#8C99A1
(140,153,161)
#9CA7AE
(156,167,174)
#ACB5BB
(172,181,187)
#BCC3C8
(188,195,200)
#CCD1D5
(204,209,213)
#DCDFE2
(220,223,226)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C616D; }

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

This text font color is #4C616D.

Background Color

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

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

This div background color is #4C616D.

Border color

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

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

This div border color is #4C616D.

Opacity

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

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

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

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

This text has shadow with #4C616D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C616D.

Preview

Color preview on black background

This text has color #4C616D on black background.


Color preview on white background

This text has color #4C616D on white background.


Black color preview on #4C616D background

This text has black color on #4C616D background.


White color preview on #4C616D background

This text has white color on #4C616D background.


Related colors

Complementary color

Complementary color for #hex is #B39E92.


I love getcolorcode.com

Triadic colors

1 #6D4C61 and #616D4C with #4C616D are triadic colors.

2 #6D614C and #614C6D with #4C616D are triadic colors.