COLOR #4D464A

HEX: #4D464A
RGB: (77,70,74)

Color info

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

RGB color model

#4D464A color RGB value is (77,70,74).

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

RGB channels and saturation

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

77
70
74

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 74 = 221 (100%)
R 77 of 221 ~ 34.84%
G 70 of 221 ~ 31.67%
B 74 of 221 ~ 33.48%

%34.84
%31.67
%33.48

CMYK color model

#4D464A color CMYK value is (0,9,4,70).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.90%
  • key color value is 69.80%
CMYK:
(0,9,4,70)
C0M9Y4K70 
(0%,9%,4%,70%)
(0.00/0.09/0.04/0.70)	

CMYK percentages

%0
%9.09
%3.9
%69.8

Codes

Color #4D464A in popluar color models

4D464A
RGB777074
HSL326°4.76%28.82%
HSB/HSV326°9.09%30.20%
CMYK0.00%9.09%3.90%
69.80%

Color #4D464A in popluar number systems.

HEX4D464A
Decimal777074
Binary100110110001101001010
Octal115106112

Shades and tints

Shades of #4D464A

#4D464A
(77,70,74)
#464044
(70,64,68)
#3F3A3E
(63,58,62)
#383438
(56,52,56)
#312E32
(49,46,50)
#2A282C
(42,40,44)
#232226
(35,34,38)
#1C1C20
(28,28,32)
#15161A
(21,22,26)
#0E1014
(14,16,20)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D464A

#4D464A
(77,70,74)
#5D565A
(93,86,90)
#6D666A
(109,102,106)
#7D767A
(125,118,122)
#8D868A
(141,134,138)
#9D969A
(157,150,154)
#ADA6AA
(173,166,170)
#BDB6BA
(189,182,186)
#CDC6CA
(205,198,202)
#DDD6DA
(221,214,218)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D464A; }

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

This text font color is #4D464A.


Background Color

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

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

This div background color is #4D464A.


Border color

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

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

This div border color is #4D464A.


Opacity

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

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

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

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

This text has shadow with #4D464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D464A on black background.


Color preview on white background

This text has color #4D464A on white background.



Black color preview on #4D464A background

This text has black color on #4D464A background.


White color preview on #4D464A background

This text has white color on #4D464A background.