COLOR #4C4065

HEX: #4C4065 RGB: (76,64,101)

Color info

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

RGB color model

#4C4065 color RGB value is (76,64,101).

RGB: (76,64,101) (30%, 25%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 101 of 255 = 40%

76
64
101

R + G + B ~ 32%. #4C4065 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 64 + 101 = 241 (100%)
R 76 of 241 ~ 31.54%
G 64 of 241 ~ 26.56%
B 101 of 241 ~ 41.91'%

%31.54
%26.56
%41.91

CMYK color model

#4C4065 color CMYK value is (25,37,0,60).

  • cyan value is 24.75%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (25,37,0,60) C25M37Y0K60 (25%,37%,0%,60%) (0.25/0.37/0.00/0.60) 

CMYK percentages

%24.75
%36.63
%0
%60.39

Codes

Color #4C4065 in popluar color models

4C 40 65
RGB 76 64 101
HSL 259° 22.42% 32.35%
HSB/HSV 259° 36.63% 39.61%
CMYK 24.75% 36.63% 0.00%
60.39%

Color #4C4065 in popluar number systems.

HEX 4C 40 65
Decimal 76 64 101
Binary 1001100 1000000 1100101
Octal 114 100 145

Shades and tints

Shades of #4C4065

#4C4065
(76,64,101)
#463B5C
(70,59,92)
#403653
(64,54,83)
#3A314A
(58,49,74)
#342C41
(52,44,65)
#2E2738
(46,39,56)
#28222F
(40,34,47)
#221D26
(34,29,38)
#1C181D
(28,24,29)
#161314
(22,19,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #4C4065

#4C4065
(76,64,101)
#5C5173
(92,81,115)
#6C6281
(108,98,129)
#7C738F
(124,115,143)
#8C849D
(140,132,157)
#9C95AB
(156,149,171)
#ACA6B9
(172,166,185)
#BCB7C7
(188,183,199)
#CCC8D5
(204,200,213)
#DCD9E3
(220,217,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4065; }

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

This text font color is #4C4065.

Background Color

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

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

This div background color is #4C4065.

Border color

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

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

This div border color is #4C4065.

Opacity

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

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

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

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

This text has shadow with #4C4065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4065.

Preview

Color preview on black background

This text has color #4C4065 on black background.


Color preview on white background

This text has color #4C4065 on white background.


Black color preview on #4C4065 background

This text has black color on #4C4065 background.


White color preview on #4C4065 background

This text has white color on #4C4065 background.


Related colors

Complementary color

Complementary color for #hex is #B3BF9A.


I love getcolorcode.com

Triadic colors

1 #654C40 and #40654C with #4C4065 are triadic colors.

2 #65404C and #404C65 with #4C4065 are triadic colors.