COLOR #4D5253

HEX: #4D5253
RGB: (77,82,83)

Color info

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

RGB color model

#4D5253 color RGB value is (77,82,83).

  • red value is 77;
  • green value is 82;
  • blue value is 83.
RGB:
(77,82,83)
(30%,32%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 83 of 255 = 33%

77
82
83

R + G + B ~ 32%. #4D5253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 83 = 242 (100%)
R 77 of 242 ~ 31.82%
G 82 of 242 ~ 33.88%
B 83 of 242 ~ 34.3%

%31.82
%33.88
%34.3

CMYK color model

#4D5253 color CMYK value is (7,1,0,67).

  • cyan value is 7.23%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(7,1,0,67)
C7M1Y0K67 
(7%,1%,0%,67%)
(0.07/0.01/0.00/0.67)	

CMYK percentages

%7.23
%1.2
%0
%67.45

Codes

Color #4D5253 in popluar color models

4D5253
RGB778283
HSL190°3.75%31.37%
HSB/HSV190°7.23%32.55%
CMYK7.23%1.20%0.00%
67.45%

Color #4D5253 in popluar number systems.

HEX4D5253
Decimal778283
Binary100110110100101010011
Octal115122123

Shades and tints

Shades of #4D5253

#4D5253
(77,82,83)
#464B4C
(70,75,76)
#3F4445
(63,68,69)
#383D3E
(56,61,62)
#313637
(49,54,55)
#2A2F30
(42,47,48)
#232829
(35,40,41)
#1C2122
(28,33,34)
#151A1B
(21,26,27)
#0E1314
(14,19,20)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D5253

#4D5253
(77,82,83)
#5D6162
(93,97,98)
#6D7071
(109,112,113)
#7D7F80
(125,127,128)
#8D8E8F
(141,142,143)
#9D9D9E
(157,157,158)
#ADACAD
(173,172,173)
#BDBBBC
(189,187,188)
#CDCACB
(205,202,203)
#DDD9DA
(221,217,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5253; }

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

This text font color is #4D5253.


Background Color

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

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

This div background color is #4D5253.


Border color

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

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

This div border color is #4D5253.


Opacity

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

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

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

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

This text has shadow with #4D5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5253 on black background.


Color preview on white background

This text has color #4D5253 on white background.



Black color preview on #4D5253 background

This text has black color on #4D5253 background.


White color preview on #4D5253 background

This text has white color on #4D5253 background.