COLOR #4D434A

HEX: #4D434A
RGB: (77,67,74)

Color info

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

RGB color model

#4D434A color RGB value is (77,67,74).

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

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 74 of 255 = 29%

77
67
74

R + G + B ~ 28%. #4D434A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 67 + 74 = 218 (100%)
R 77 of 218 ~ 35.32%
G 67 of 218 ~ 30.73%
B 74 of 218 ~ 33.94%

%35.32
%30.73
%33.94

CMYK color model

#4D434A color CMYK value is (0,13,4,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 3.90%
  • key color value is 69.80%
CMYK:
(0,13,4,70)
C0M13Y4K70 
(0%,13%,4%,70%)
(0.00/0.13/0.04/0.70)	

CMYK percentages

%0
%12.99
%3.9
%69.8

Codes

Color #4D434A in popluar color models

4D434A
RGB776774
HSL318°6.94%28.24%
HSB/HSV318°12.99%30.20%
CMYK0.00%12.99%3.90%
69.80%

Color #4D434A in popluar number systems.

HEX4D434A
Decimal776774
Binary100110110000111001010
Octal115103112

Shades and tints

Shades of #4D434A

#4D434A
(77,67,74)
#463D44
(70,61,68)
#3F373E
(63,55,62)
#383138
(56,49,56)
#312B32
(49,43,50)
#2A252C
(42,37,44)
#231F26
(35,31,38)
#1C1920
(28,25,32)
#15131A
(21,19,26)
#0E0D14
(14,13,20)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #4D434A

#4D434A
(77,67,74)
#5D545A
(93,84,90)
#6D656A
(109,101,106)
#7D767A
(125,118,122)
#8D878A
(141,135,138)
#9D989A
(157,152,154)
#ADA9AA
(173,169,170)
#BDBABA
(189,186,186)
#CDCBCA
(205,203,202)
#DDDCDA
(221,220,218)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D434A; }

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

This text font color is #4D434A.


Background Color

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

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

This div background color is #4D434A.


Border color

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

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

This div border color is #4D434A.


Opacity

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

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

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

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

This text has shadow with #4D434A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D434A on black background.


Color preview on white background

This text has color #4D434A on white background.



Black color preview on #4D434A background

This text has black color on #4D434A background.


White color preview on #4D434A background

This text has white color on #4D434A background.