COLOR #4D454A

HEX: #4D454A
RGB: (77,69,74)

Color info

#4D454A contains red, green and blue colors in about the same proportion. Web safe color of #4D454A is #333333 (or #333).

RGB color model

#4D454A color RGB value is (77,69,74).

  • red value is 77;
  • green value is 69;
  • blue value is 74.
RGB:
(77,69,74)
(30%,27%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 74 of 255 = 29%

77
69
74

R + G + B ~ 29%. #4D454A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 74 = 220 (100%)
R 77 of 220 ~ 35%
G 69 of 220 ~ 31.36%
B 74 of 220 ~ 33.64%

%35
%31.36
%33.64

CMYK color model

#4D454A color CMYK value is (0,10,4,70).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 3.90%
  • key color value is 69.80%
CMYK:
(0,10,4,70)
C0M10Y4K70 
(0%,10%,4%,70%)
(0.00/0.10/0.04/0.70)	

CMYK percentages

%0
%10.39
%3.9
%69.8

Codes

Color #4D454A in popluar color models

4D454A
RGB776974
HSL323°5.48%28.63%
HSB/HSV323°10.39%30.20%
CMYK0.00%10.39%3.90%
69.80%

Color #4D454A in popluar number systems.

HEX4D454A
Decimal776974
Binary100110110001011001010
Octal115105112

Shades and tints

Shades of #4D454A

#4D454A
(77,69,74)
#463F44
(70,63,68)
#3F393E
(63,57,62)
#383338
(56,51,56)
#312D32
(49,45,50)
#2A272C
(42,39,44)
#232126
(35,33,38)
#1C1B20
(28,27,32)
#15151A
(21,21,26)
#0E0F14
(14,15,20)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D454A

#4D454A
(77,69,74)
#5D555A
(93,85,90)
#6D656A
(109,101,106)
#7D757A
(125,117,122)
#8D858A
(141,133,138)
#9D959A
(157,149,154)
#ADA5AA
(173,165,170)
#BDB5BA
(189,181,186)
#CDC5CA
(205,197,202)
#DDD5DA
(221,213,218)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D454A color. Also use rgb(77,69,74) instead hex code.

Text Font Color

.myTextColor { color: #4D454A; }

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

This text font color is #4D454A.


Background Color

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

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

This div background color is #4D454A.


Border color

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

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

This div border color is #4D454A.


Opacity

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

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

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

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

This text has shadow with #4D454A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D454A on black background.


Color preview on white background

This text has color #4D454A on white background.



Black color preview on #4D454A background

This text has black color on #4D454A background.


White color preview on #4D454A background

This text has white color on #4D454A background.