COLOR #4D425D

HEX: #4D425D
RGB: (77,66,93)

Color info

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

RGB color model

#4D425D color RGB value is (77,66,93).

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

RGB channels and saturation

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

77
66
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 93 = 236 (100%)
R 77 of 236 ~ 32.63%
G 66 of 236 ~ 27.97%
B 93 of 236 ~ 39.41%

%32.63
%27.97
%39.41

CMYK color model

#4D425D color CMYK value is (17,29,0,64).

  • cyan value is 17.20%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(17,29,0,64)
C17M29Y0K64 
(17%,29%,0%,64%)
(0.17/0.29/0.00/0.64)	

CMYK percentages

%17.2
%29.03
%0
%63.53

Codes

Color #4D425D in popluar color models

4D425D
RGB776693
HSL264°16.98%31.18%
HSB/HSV264°29.03%36.47%
CMYK17.20%29.03%0.00%
63.53%

Color #4D425D in popluar number systems.

HEX4D425D
Decimal776693
Binary100110110000101011101
Octal115102135

Shades and tints

Shades of #4D425D

#4D425D
(77,66,93)
#463C55
(70,60,85)
#3F364D
(63,54,77)
#383045
(56,48,69)
#312A3D
(49,42,61)
#2A2435
(42,36,53)
#231E2D
(35,30,45)
#1C1825
(28,24,37)
#15121D
(21,18,29)
#0E0C15
(14,12,21)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #4D425D

#4D425D
(77,66,93)
#5D536B
(93,83,107)
#6D6479
(109,100,121)
#7D7587
(125,117,135)
#8D8695
(141,134,149)
#9D97A3
(157,151,163)
#ADA8B1
(173,168,177)
#BDB9BF
(189,185,191)
#CDCACD
(205,202,205)
#DDDBDB
(221,219,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D425D; }

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

This text font color is #4D425D.


Background Color

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

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

This div background color is #4D425D.


Border color

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

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

This div border color is #4D425D.


Opacity

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

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

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

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

This text has shadow with #4D425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D425D on black background.


Color preview on white background

This text has color #4D425D on white background.



Black color preview on #4D425D background

This text has black color on #4D425D background.


White color preview on #4D425D background

This text has white color on #4D425D background.