COLOR #4D3139

HEX: #4D3139
RGB: (77,49,57)

Color info

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

RGB color model

#4D3139 color RGB value is (77,49,57).

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

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 57 of 255 = 22%

77
49
57

R + G + B ~ 24%. #4D3139 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 57 = 183 (100%)
R 77 of 183 ~ 42.08%
G 49 of 183 ~ 26.78%
B 57 of 183 ~ 31.15%

%42.08
%26.78
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK: (0,36,26,70) C0M36Y26K70 (0%,36%,26%,70%) (0.00/0.36/0.26/0.70)

CMYK percentages

%0
%36.36
%25.97
%69.8

Codes

Color #4D3139 in popluar color models

4D3139
RGB774957
HSL343°22.22%24.71%
HSB/HSV343°36.36%30.20%
CMYK0.00%36.36%25.97%
69.80%

Color #4D3139 in popluar number systems.

HEX4D3139
Decimal774957
Binary1001101110001111001
Octal1156171

Shades and tints

Shades of #4D3139

#4D3139
(77,49,57)
#462D34
(70,45,52)
#3F292F
(63,41,47)
#38252A
(56,37,42)
#312125
(49,33,37)
#2A1D20
(42,29,32)
#23191B
(35,25,27)
#1C1516
(28,21,22)
#151111
(21,17,17)
#0E0D0C
(14,13,12)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #4D3139

#4D3139
(77,49,57)
#5D434B
(93,67,75)
#6D555D
(109,85,93)
#7D676F
(125,103,111)
#8D7981
(141,121,129)
#9D8B93
(157,139,147)
#AD9DA5
(173,157,165)
#BDAFB7
(189,175,183)
#CDC1C9
(205,193,201)
#DDD3DB
(221,211,219)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3139; }

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

This text font color is #4D3139.


Background Color

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

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

This div background color is #4D3139.


Border color

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

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

This div border color is #4D3139.


Opacity

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

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

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

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

This text has shadow with #4D3139 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D3139 on black background.


Color preview on white background

This text has color #4D3139 on white background.



Black color preview on #4D3139 background

This text has black color on #4D3139 background.


White color preview on #4D3139 background

This text has white color on #4D3139 background.