COLOR #4D413D

HEX: #4D413D RGB: (77,65,61)

Color info

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

RGB color model

#4D413D color RGB value is (77,65,61).

RGB: (77,65,61) (30%, 25%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 61 of 255 = 24%

77
65
61

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

Portions of RGB colors in percentages

R + G + B = 77 + 65 + 61 = 203 (100%)
R 77 of 203 ~ 37.93%
G 65 of 203 ~ 32.02%
B 61 of 203 ~ 30.05'%

%37.93
%32.02
%30.05

CMYK color model

#4D413D color CMYK value is (0,16,21,70).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 20.78%
  • key color value is 69.80%

CMYK: (0,16,21,70)
C0M16Y21K70 (0%, 16%, 21%, 70%)
(0.00 / 0.16 / 0.21 / 0.70)

CMYK percentages

%0
%15.58
%20.78
%69.8

Codes

Color #4D413D in popluar color models

4D 41 3D
RGB 77 65 61
HSL 15° 11.59% 27.06%
HSB/HSV 15° 20.78% 30.20%
CMYK 0.00% 15.58% 20.78%
69.80%

Color #4D413D in popluar number systems.

HEX 4D 41 3D
Decimal 77 65 61
Binary 1001101 1000001 111101
Octal 115 101 75

Shades and tints

Shades of #4D413D

#4D413D
(77,65,61)
#463C38
(70,60,56)
#3F3733
(63,55,51)
#38322E
(56,50,46)
#312D29
(49,45,41)
#2A2824
(42,40,36)
#23231F
(35,35,31)
#1C1E1A
(28,30,26)
#151915
(21,25,21)
#0E1410
(14,20,16)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D413D

#4D413D
(77,65,61)
#5D524E
(93,82,78)
#6D635F
(109,99,95)
#7D7470
(125,116,112)
#8D8581
(141,133,129)
#9D9692
(157,150,146)
#ADA7A3
(173,167,163)
#BDB8B4
(189,184,180)
#CDC9C5
(205,201,197)
#DDDAD6
(221,218,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D413D color. Also use rgb(77,65,61) instead hex code.

Text Font Color

.myTextColor { color: #4D413D; }

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

This text font color is #4D413D.

Background Color

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

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

This div background color is #4D413D.

Border color

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

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

This div border color is #4D413D.

Opacity

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

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

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

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

This text has shadow with #4D413D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D413D.

Preview

Color preview on black background

This text has color #4D413D on black background.


Color preview on white background

This text has color #4D413D on white background.


Black color preview on #4D413D background

This text has black color on #4D413D background.


White color preview on #4D413D background

This text has white color on #4D413D background.


Related colors

Complementary color

Complementary color for #hex is #B2BEC2.


I love getcolorcode.com

Triadic colors

1 #3D4D41 and #413D4D with #4D413D are triadic colors.

2 #3D414D and #414D3D with #4D413D are triadic colors.