COLOR #4D413A

HEX: #4D413A
RGB: (77,65,58)

Color info

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

RGB color model

#4D413A color RGB value is (77,65,58).

  • red value is 77;
  • green value is 65;
  • blue value is 58.
RGB:
(77,65,58)
(30%,25%,23%)

RGB channels and saturation

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

77
65
58

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

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 58 = 200 (100%)
R 77 of 200 ~ 38.5%
G 65 of 200 ~ 32.5%
B 58 of 200 ~ 29%

%38.5
%32.5
%29

CMYK color model

#4D413A color CMYK value is (0,16,25,70).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(0,16,25,70)
C0M16Y25K70 
(0%,16%,25%,70%)
(0.00/0.16/0.25/0.70)	

CMYK percentages

%0
%15.58
%24.68
%69.8

Codes

Color #4D413A in popluar color models

4D413A
RGB776558
HSL22°14.07%26.47%
HSB/HSV22°24.68%30.20%
CMYK0.00%15.58%24.68%
69.80%

Color #4D413A in popluar number systems.

HEX4D413A
Decimal776558
Binary10011011000001111010
Octal11510172

Shades and tints

Shades of #4D413A

#4D413A
(77,65,58)
#463C35
(70,60,53)
#3F3730
(63,55,48)
#38322B
(56,50,43)
#312D26
(49,45,38)
#2A2821
(42,40,33)
#23231C
(35,35,28)
#1C1E17
(28,30,23)
#151912
(21,25,18)
#0E140D
(14,20,13)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D413A

#4D413A
(77,65,58)
#5D524B
(93,82,75)
#6D635C
(109,99,92)
#7D746D
(125,116,109)
#8D857E
(141,133,126)
#9D968F
(157,150,143)
#ADA7A0
(173,167,160)
#BDB8B1
(189,184,177)
#CDC9C2
(205,201,194)
#DDDAD3
(221,218,211)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D413A; }

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

This text font color is #4D413A.


Background Color

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

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

This div background color is #4D413A.


Border color

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

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

This div border color is #4D413A.


Opacity

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

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

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

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

This text has shadow with #4D413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D413A on black background.


Color preview on white background

This text has color #4D413A on white background.



Black color preview on #4D413A background

This text has black color on #4D413A background.


White color preview on #4D413A background

This text has white color on #4D413A background.