COLOR #4D425B

HEX: #4D425B
RGB: (77,66,91)

Color info

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

RGB color model

#4D425B color RGB value is (77,66,91).

  • red value is 77;
  • green value is 66;
  • blue value is 91.
RGB:
(77,66,91)
(30%,26%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 91 of 255 = 36%

77
66
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 91 = 234 (100%)
R 77 of 234 ~ 32.91%
G 66 of 234 ~ 28.21%
B 91 of 234 ~ 38.89%

%32.91
%28.21
%38.89

CMYK color model

#4D425B color CMYK value is (15,27,0,64).

  • cyan value is 15.38%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(15,27,0,64)
C15M27Y0K64 
(15%,27%,0%,64%)
(0.15/0.27/0.00/0.64)	

CMYK percentages

%15.38
%27.47
%0
%64.31

Codes

Color #4D425B in popluar color models

4D425B
RGB776691
HSL266°15.92%30.78%
HSB/HSV266°27.47%35.69%
CMYK15.38%27.47%0.00%
64.31%

Color #4D425B in popluar number systems.

HEX4D425B
Decimal776691
Binary100110110000101011011
Octal115102133

Shades and tints

Shades of #4D425B

#4D425B
(77,66,91)
#463C53
(70,60,83)
#3F364B
(63,54,75)
#383043
(56,48,67)
#312A3B
(49,42,59)
#2A2433
(42,36,51)
#231E2B
(35,30,43)
#1C1823
(28,24,35)
#15121B
(21,18,27)
#0E0C13
(14,12,19)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D425B

#4D425B
(77,66,91)
#5D5369
(93,83,105)
#6D6477
(109,100,119)
#7D7585
(125,117,133)
#8D8693
(141,134,147)
#9D97A1
(157,151,161)
#ADA8AF
(173,168,175)
#BDB9BD
(189,185,189)
#CDCACB
(205,202,203)
#DDDBD9
(221,219,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D425B color. Also use rgb(77,66,91) instead hex code.

Text Font Color

.myTextColor { color: #4D425B; }

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

This text font color is #4D425B.


Background Color

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

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

This div background color is #4D425B.


Border color

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

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

This div border color is #4D425B.


Opacity

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

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

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

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

This text has shadow with #4D425B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D425B on black background.


Color preview on white background

This text has color #4D425B on white background.



Black color preview on #4D425B background

This text has black color on #4D425B background.


White color preview on #4D425B background

This text has white color on #4D425B background.