COLOR #4D474A

HEX: #4D474A
RGB: (77,71,74)

Color info

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

RGB color model

#4D474A color RGB value is (77,71,74).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 74 of 255 = 29%

77
71
74

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 74 = 222 (100%)
R 77 of 222 ~ 34.68%
G 71 of 222 ~ 31.98%
B 74 of 222 ~ 33.33%

%34.68
%31.98
%33.33

CMYK color model

#4D474A color CMYK value is (0,8,4,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 3.90%
  • key color value is 69.80%
CMYK:
(0,8,4,70)
C0M8Y4K70 
(0%,8%,4%,70%)
(0.00/0.08/0.04/0.70)	

CMYK percentages

%0
%7.79
%3.9
%69.8

Codes

Color #4D474A in popluar color models

4D474A
RGB777174
HSL330°4.05%29.02%
HSB/HSV330°7.79%30.20%
CMYK0.00%7.79%3.90%
69.80%

Color #4D474A in popluar number systems.

HEX4D474A
Decimal777174
Binary100110110001111001010
Octal115107112

Shades and tints

Shades of #4D474A

#4D474A
(77,71,74)
#464144
(70,65,68)
#3F3B3E
(63,59,62)
#383538
(56,53,56)
#312F32
(49,47,50)
#2A292C
(42,41,44)
#232326
(35,35,38)
#1C1D20
(28,29,32)
#15171A
(21,23,26)
#0E1114
(14,17,20)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #4D474A

#4D474A
(77,71,74)
#5D575A
(93,87,90)
#6D676A
(109,103,106)
#7D777A
(125,119,122)
#8D878A
(141,135,138)
#9D979A
(157,151,154)
#ADA7AA
(173,167,170)
#BDB7BA
(189,183,186)
#CDC7CA
(205,199,202)
#DDD7DA
(221,215,218)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D474A; }

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

This text font color is #4D474A.


Background Color

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

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

This div background color is #4D474A.


Border color

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

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

This div border color is #4D474A.


Opacity

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

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

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

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

This text has shadow with #4D474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D474A on black background.


Color preview on white background

This text has color #4D474A on white background.



Black color preview on #4D474A background

This text has black color on #4D474A background.


White color preview on #4D474A background

This text has white color on #4D474A background.