COLOR #4C485D

HEX: #4C485D
RGB: (76,72,93)

Color info

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

RGB color model

#4C485D color RGB value is (76,72,93).

  • red value is 76;
  • green value is 72;
  • blue value is 93.
RGB:
(76,72,93)
(30%,28%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 93 of 255 = 36%

76
72
93

R + G + B ~ 31%. #4C485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 93 = 241 (100%)
R 76 of 241 ~ 31.54%
G 72 of 241 ~ 29.88%
B 93 of 241 ~ 38.59%

%31.54
%29.88
%38.59

CMYK color model

#4C485D color CMYK value is (18,23,0,64).

  • cyan value is 18.28%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(18,23,0,64)
C18M23Y0K64 
(18%,23%,0%,64%)
(0.18/0.23/0.00/0.64)	

CMYK percentages

%18.28
%22.58
%0
%63.53

Codes

Color #4C485D in popluar color models

4C485D
RGB767293
HSL251°12.73%32.35%
HSB/HSV251°22.58%36.47%
CMYK18.28%22.58%0.00%
63.53%

Color #4C485D in popluar number systems.

HEX4C485D
Decimal767293
Binary100110010010001011101
Octal114110135

Shades and tints

Shades of #4C485D

#4C485D
(76,72,93)
#464255
(70,66,85)
#403C4D
(64,60,77)
#3A3645
(58,54,69)
#34303D
(52,48,61)
#2E2A35
(46,42,53)
#28242D
(40,36,45)
#221E25
(34,30,37)
#1C181D
(28,24,29)
#161215
(22,18,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C485D

#4C485D
(76,72,93)
#5C586B
(92,88,107)
#6C6879
(108,104,121)
#7C7887
(124,120,135)
#8C8895
(140,136,149)
#9C98A3
(156,152,163)
#ACA8B1
(172,168,177)
#BCB8BF
(188,184,191)
#CCC8CD
(204,200,205)
#DCD8DB
(220,216,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C485D color. Also use rgb(76,72,93) instead hex code.

Text Font Color

.myTextColor { color: #4C485D; }

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

This text font color is #4C485D.


Background Color

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

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

This div background color is #4C485D.


Border color

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

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

This div border color is #4C485D.


Opacity

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

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

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

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

This text has shadow with #4C485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C485D on black background.


Color preview on white background

This text has color #4C485D on white background.



Black color preview on #4C485D background

This text has black color on #4C485D background.


White color preview on #4C485D background

This text has white color on #4C485D background.