COLOR #4C4165

HEX: #4C4165
RGB: (76,65,101)

Color info

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

RGB color model

#4C4165 color RGB value is (76,65,101).

  • red value is 76;
  • green value is 65;
  • blue value is 101.
RGB:
(76,65,101)
(30%,25%,40%)

RGB channels and saturation

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

76
65
101

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

Portions of RGB colors in percentages

R + G + B =
76 + 65 + 101 = 242 (100%)
R 76 of 242 ~ 31.4%
G 65 of 242 ~ 26.86%
B 101 of 242 ~ 41.74%

%31.4
%26.86
%41.74

CMYK color model

#4C4165 color CMYK value is (25,36,0,60).

  • cyan value is 24.75%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(25,36,0,60)
C25M36Y0K60 
(25%,36%,0%,60%)
(0.25/0.36/0.00/0.60)	

CMYK percentages

%24.75
%35.64
%0
%60.39

Codes

Color #4C4165 in popluar color models

4C4165
RGB7665101
HSL258°21.69%32.55%
HSB/HSV258°35.64%39.61%
CMYK24.75%35.64%0.00%
60.39%

Color #4C4165 in popluar number systems.

HEX4C4165
Decimal7665101
Binary100110010000011100101
Octal114101145

Shades and tints

Shades of #4C4165

#4C4165
(76,65,101)
#463C5C
(70,60,92)
#403753
(64,55,83)
#3A324A
(58,50,74)
#342D41
(52,45,65)
#2E2838
(46,40,56)
#28232F
(40,35,47)
#221E26
(34,30,38)
#1C191D
(28,25,29)
#161414
(22,20,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C4165

#4C4165
(76,65,101)
#5C5273
(92,82,115)
#6C6381
(108,99,129)
#7C748F
(124,116,143)
#8C859D
(140,133,157)
#9C96AB
(156,150,171)
#ACA7B9
(172,167,185)
#BCB8C7
(188,184,199)
#CCC9D5
(204,201,213)
#DCDAE3
(220,218,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4165; }

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

This text font color is #4C4165.


Background Color

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

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

This div background color is #4C4165.


Border color

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

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

This div border color is #4C4165.


Opacity

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

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

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

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

This text has shadow with #4C4165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4165 on black background.


Color preview on white background

This text has color #4C4165 on white background.



Black color preview on #4C4165 background

This text has black color on #4C4165 background.


White color preview on #4C4165 background

This text has white color on #4C4165 background.