COLOR #4D445D

HEX: #4D445D
RGB: (77,68,93)

Color info

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

RGB color model

#4D445D color RGB value is (77,68,93).

  • red value is 77;
  • green value is 68;
  • blue value is 93.
RGB:
(77,68,93)
(30%,27%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 93 of 255 = 36%

77
68
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 93 = 238 (100%)
R 77 of 238 ~ 32.35%
G 68 of 238 ~ 28.57%
B 93 of 238 ~ 39.08%

%32.35
%28.57
%39.08

CMYK color model

#4D445D color CMYK value is (17,27,0,64).

  • cyan value is 17.20%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(17,27,0,64)
C17M27Y0K64 
(17%,27%,0%,64%)
(0.17/0.27/0.00/0.64)	

CMYK percentages

%17.2
%26.88
%0
%63.53

Codes

Color #4D445D in popluar color models

4D445D
RGB776893
HSL262°15.53%31.57%
HSB/HSV262°26.88%36.47%
CMYK17.20%26.88%0.00%
63.53%

Color #4D445D in popluar number systems.

HEX4D445D
Decimal776893
Binary100110110001001011101
Octal115104135

Shades and tints

Shades of #4D445D

#4D445D
(77,68,93)
#463E55
(70,62,85)
#3F384D
(63,56,77)
#383245
(56,50,69)
#312C3D
(49,44,61)
#2A2635
(42,38,53)
#23202D
(35,32,45)
#1C1A25
(28,26,37)
#15141D
(21,20,29)
#0E0E15
(14,14,21)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D445D

#4D445D
(77,68,93)
#5D556B
(93,85,107)
#6D6679
(109,102,121)
#7D7787
(125,119,135)
#8D8895
(141,136,149)
#9D99A3
(157,153,163)
#ADAAB1
(173,170,177)
#BDBBBF
(189,187,191)
#CDCCCD
(205,204,205)
#DDDDDB
(221,221,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D445D color. Also use rgb(77,68,93) instead hex code.

Text Font Color

.myTextColor { color: #4D445D; }

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

This text font color is #4D445D.


Background Color

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

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

This div background color is #4D445D.


Border color

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

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

This div border color is #4D445D.


Opacity

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

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

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

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

This text has shadow with #4D445D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D445D on black background.


Color preview on white background

This text has color #4D445D on white background.



Black color preview on #4D445D background

This text has black color on #4D445D background.


White color preview on #4D445D background

This text has white color on #4D445D background.