COLOR #4D403A

HEX: #4D403A RGB: (77,64,58)

Color info

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

RGB color model

#4D403A color RGB value is (77,64,58).

RGB: (77,64,58) (30%, 25%, 23%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 58 of 255 = 23%

77
64
58

R + G + B ~ 26%. #4D403A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 58 = 199 (100%)
R 77 of 199 ~ 38.69%
G 64 of 199 ~ 32.16%
B 58 of 199 ~ 29.15'%

%38.69
%32.16
%29.15

CMYK color model

#4D403A color CMYK value is (0,17,25,70).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 24.68%
  • key color value is 69.80%

CMYK: (0,17,25,70)
C0M17Y25K70 (0%, 17%, 25%, 70%)
(0.00 / 0.17 / 0.25 / 0.70)

CMYK percentages

%0
%16.88
%24.68
%69.8

Codes

Color #4D403A in popluar color models

4D 40 3A
RGB 77 64 58
HSL 19° 14.07% 26.47%
HSB/HSV 19° 24.68% 30.20%
CMYK 0.00% 16.88% 24.68%
69.80%

Color #4D403A in popluar number systems.

HEX 4D 40 3A
Decimal 77 64 58
Binary 1001101 1000000 111010
Octal 115 100 72

Shades and tints

Shades of #4D403A

#4D403A
(77,64,58)
#463B35
(70,59,53)
#3F3630
(63,54,48)
#38312B
(56,49,43)
#312C26
(49,44,38)
#2A2721
(42,39,33)
#23221C
(35,34,28)
#1C1D17
(28,29,23)
#151812
(21,24,18)
#0E130D
(14,19,13)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #4D403A

#4D403A
(77,64,58)
#5D514B
(93,81,75)
#6D625C
(109,98,92)
#7D736D
(125,115,109)
#8D847E
(141,132,126)
#9D958F
(157,149,143)
#ADA6A0
(173,166,160)
#BDB7B1
(189,183,177)
#CDC8C2
(205,200,194)
#DDD9D3
(221,217,211)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D403A color. Also use rgb(77,64,58) instead hex code.

Text Font Color

.myTextColor { color: #4D403A; }

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

This text font color is #4D403A.

Background Color

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

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

This div background color is #4D403A.

Border color

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

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

This div border color is #4D403A.

Opacity

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

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

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

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

This text has shadow with #4D403A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D403A.

Preview

Color preview on black background

This text has color #4D403A on black background.


Color preview on white background

This text has color #4D403A on white background.


Black color preview on #4D403A background

This text has black color on #4D403A background.


White color preview on #4D403A background

This text has white color on #4D403A background.


Related colors

Complementary color

Complementary color for #hex is #B2BFC5.


I love getcolorcode.com

Triadic colors

1 #3A4D40 and #403A4D with #4D403A are triadic colors.

2 #3A404D and #404D3A with #4D403A are triadic colors.