COLOR #4D394A

HEX: #4D394A
RGB: (77,57,74)

Color info

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

RGB color model

#4D394A color RGB value is (77,57,74).

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

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 74 of 255 = 29%

77
57
74

R + G + B ~ 27%. #4D394A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 74 = 208 (100%)
R 77 of 208 ~ 37.02%
G 57 of 208 ~ 27.4%
B 74 of 208 ~ 35.58%

%37.02
%27.4
%35.58

CMYK color model

#4D394A color CMYK value is (0,26,4,70).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 3.90%
  • key color value is 69.80%
CMYK:
(0,26,4,70)
C0M26Y4K70 
(0%,26%,4%,70%)
(0.00/0.26/0.04/0.70)	

CMYK percentages

%0
%25.97
%3.9
%69.8

Codes

Color #4D394A in popluar color models

4D394A
RGB775774
HSL309°14.93%26.27%
HSB/HSV309°25.97%30.20%
CMYK0.00%25.97%3.90%
69.80%

Color #4D394A in popluar number systems.

HEX4D394A
Decimal775774
Binary10011011110011001010
Octal11571112

Shades and tints

Shades of #4D394A

#4D394A
(77,57,74)
#463444
(70,52,68)
#3F2F3E
(63,47,62)
#382A38
(56,42,56)
#312532
(49,37,50)
#2A202C
(42,32,44)
#231B26
(35,27,38)
#1C1620
(28,22,32)
#15111A
(21,17,26)
#0E0C14
(14,12,20)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #4D394A

#4D394A
(77,57,74)
#5D4B5A
(93,75,90)
#6D5D6A
(109,93,106)
#7D6F7A
(125,111,122)
#8D818A
(141,129,138)
#9D939A
(157,147,154)
#ADA5AA
(173,165,170)
#BDB7BA
(189,183,186)
#CDC9CA
(205,201,202)
#DDDBDA
(221,219,218)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D394A; }

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

This text font color is #4D394A.


Background Color

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

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

This div background color is #4D394A.


Border color

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

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

This div border color is #4D394A.


Opacity

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

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

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

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

This text has shadow with #4D394A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D394A on black background.


Color preview on white background

This text has color #4D394A on white background.



Black color preview on #4D394A background

This text has black color on #4D394A background.


White color preview on #4D394A background

This text has white color on #4D394A background.