COLOR #4C4D65

HEX: #4C4D65 RGB: (76,77,101)

Color info

#4C4D65 contains red, green and blue colors in about the same proportion. Web safe color of #4C4D65 is #333366 (or #336).

RGB color model

#4C4D65 color RGB value is (76,77,101).

RGB: (76,77,101) (30%, 30%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 101 of 255 = 40%

76
77
101

R + G + B ~ 33%. #4C4D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 77 + 101 = 254 (100%)
R 76 of 254 ~ 29.92%
G 77 of 254 ~ 30.31%
B 101 of 254 ~ 39.76'%

%29.92
%30.31
%39.76

CMYK color model

#4C4D65 color CMYK value is (25,24,0,60).

  • cyan value is 24.75%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (25,24,0,60)
C25M24Y0K60 (25%, 24%, 0%, 60%)
(0.25 / 0.24 / 0.00 / 0.60)

CMYK percentages

%24.75
%23.76
%0
%60.39

Codes

Color #4C4D65 in popluar color models

4C 4D 65
RGB 76 77 101
HSL 238° 14.12% 34.71%
HSB/HSV 238° 24.75% 39.61%
CMYK 24.75% 23.76% 0.00%
60.39%

Color #4C4D65 in popluar number systems.

HEX 4C 4D 65
Decimal 76 77 101
Binary 1001100 1001101 1100101
Octal 114 115 145

Shades and tints

Shades of #4C4D65

#4C4D65
(76,77,101)
#46465C
(70,70,92)
#403F53
(64,63,83)
#3A384A
(58,56,74)
#343141
(52,49,65)
#2E2A38
(46,42,56)
#28232F
(40,35,47)
#221C26
(34,28,38)
#1C151D
(28,21,29)
#160E14
(22,14,20)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C4D65

#4C4D65
(76,77,101)
#5C5D73
(92,93,115)
#6C6D81
(108,109,129)
#7C7D8F
(124,125,143)
#8C8D9D
(140,141,157)
#9C9DAB
(156,157,171)
#ACADB9
(172,173,185)
#BCBDC7
(188,189,199)
#CCCDD5
(204,205,213)
#DCDDE3
(220,221,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D65; }

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

This text font color is #4C4D65.

Background Color

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

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

This div background color is #4C4D65.

Border color

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

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

This div border color is #4C4D65.

Opacity

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

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

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

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

This text has shadow with #4C4D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4D65.

Preview

Color preview on black background

This text has color #4C4D65 on black background.


Color preview on white background

This text has color #4C4D65 on white background.


Black color preview on #4C4D65 background

This text has black color on #4C4D65 background.


White color preview on #4C4D65 background

This text has white color on #4C4D65 background.


Related colors

Complementary color

Complementary color for #hex is #B3B29A.


I love getcolorcode.com

Triadic colors

1 #654C4D and #4D654C with #4C4D65 are triadic colors.

2 #654D4C and #4D4C65 with #4C4D65 are triadic colors.