COLOR #4D525D

HEX: #4D525D RGB: (77,82,93)

Color info

#4D525D contains red, green and blue colors in about the same proportion. Web safe color of #4D525D is #336666 (or #366).

RGB color model

#4D525D color RGB value is (77,82,93).

RGB: (77,82,93) (30%, 32%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 93 of 255 = 36%

77
82
93

R + G + B ~ 33%. #4D525D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 82 + 93 = 252 (100%)
R 77 of 252 ~ 30.56%
G 82 of 252 ~ 32.54%
B 93 of 252 ~ 36.9'%

%30.56
%32.54
%36.9

CMYK color model

#4D525D color CMYK value is (17,12,0,64).

  • cyan value is 17.20%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (17,12,0,64)
C17M12Y0K64 (17%, 12%, 0%, 64%)
(0.17 / 0.12 / 0.00 / 0.64)

CMYK percentages

%17.2
%11.83
%0
%63.53

Codes

Color #4D525D in popluar color models

4D 52 5D
RGB 77 82 93
HSL 221° 9.41% 33.33%
HSB/HSV 221° 17.20% 36.47%
CMYK 17.20% 11.83% 0.00%
63.53%

Color #4D525D in popluar number systems.

HEX 4D 52 5D
Decimal 77 82 93
Binary 1001101 1010010 1011101
Octal 115 122 135

Shades and tints

Shades of #4D525D

#4D525D
(77,82,93)
#464B55
(70,75,85)
#3F444D
(63,68,77)
#383D45
(56,61,69)
#31363D
(49,54,61)
#2A2F35
(42,47,53)
#23282D
(35,40,45)
#1C2125
(28,33,37)
#151A1D
(21,26,29)
#0E1315
(14,19,21)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D525D

#4D525D
(77,82,93)
#5D616B
(93,97,107)
#6D7079
(109,112,121)
#7D7F87
(125,127,135)
#8D8E95
(141,142,149)
#9D9DA3
(157,157,163)
#ADACB1
(173,172,177)
#BDBBBF
(189,187,191)
#CDCACD
(205,202,205)
#DDD9DB
(221,217,219)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D525D; }

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

This text font color is #4D525D.

Background Color

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

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

This div background color is #4D525D.

Border color

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

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

This div border color is #4D525D.

Opacity

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

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

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

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

This text has shadow with #4D525D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D525D.

Preview

Color preview on black background

This text has color #4D525D on black background.


Color preview on white background

This text has color #4D525D on white background.


Black color preview on #4D525D background

This text has black color on #4D525D background.


White color preview on #4D525D background

This text has white color on #4D525D background.


Related colors

Complementary color

Complementary color for #hex is #B2ADA2.


I love getcolorcode.com

Triadic colors

1 #5D4D52 and #525D4D with #4D525D are triadic colors.

2 #5D524D and #524D5D with #4D525D are triadic colors.