COLOR #4D3449

HEX: #4D3449
RGB: (77,52,73)

Color info

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

RGB color model

#4D3449 color RGB value is (77,52,73).

  • red value is 77;
  • green value is 52;
  • blue value is 73.
RGB:
(77,52,73)
(30%,20%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 73 of 255 = 29%

77
52
73

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

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 73 = 202 (100%)
R 77 of 202 ~ 38.12%
G 52 of 202 ~ 25.74%
B 73 of 202 ~ 36.14%

%38.12
%25.74
%36.14

CMYK color model

#4D3449 color CMYK value is (0,32,5,70).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(0,32,5,70)
C0M32Y5K70 
(0%,32%,5%,70%)
(0.00/0.32/0.05/0.70)	

CMYK percentages

%0
%32.47
%5.19
%69.8

Codes

Color #4D3449 in popluar color models

4D3449
RGB775273
HSL310°19.38%25.29%
HSB/HSV310°32.47%30.20%
CMYK0.00%32.47%5.19%
69.80%

Color #4D3449 in popluar number systems.

HEX4D3449
Decimal775273
Binary10011011101001001001
Octal11564111

Shades and tints

Shades of #4D3449

#4D3449
(77,52,73)
#463043
(70,48,67)
#3F2C3D
(63,44,61)
#382837
(56,40,55)
#312431
(49,36,49)
#2A202B
(42,32,43)
#231C25
(35,28,37)
#1C181F
(28,24,31)
#151419
(21,20,25)
#0E1013
(14,16,19)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D3449

#4D3449
(77,52,73)
#5D4659
(93,70,89)
#6D5869
(109,88,105)
#7D6A79
(125,106,121)
#8D7C89
(141,124,137)
#9D8E99
(157,142,153)
#ADA0A9
(173,160,169)
#BDB2B9
(189,178,185)
#CDC4C9
(205,196,201)
#DDD6D9
(221,214,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3449 color. Also use rgb(77,52,73) instead hex code.

Text Font Color

.myTextColor { color: #4D3449; }

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

This text font color is #4D3449.


Background Color

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

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

This div background color is #4D3449.


Border color

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

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

This div border color is #4D3449.


Opacity

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

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

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

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

This text has shadow with #4D3449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3449 on black background.


Color preview on white background

This text has color #4D3449 on white background.



Black color preview on #4D3449 background

This text has black color on #4D3449 background.


White color preview on #4D3449 background

This text has white color on #4D3449 background.