COLOR #4D2029

HEX: #4D2029
RGB: (77,32,41)

Color info

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

RGB color model

#4D2029 color RGB value is (77,32,41).

  • red value is 77;
  • green value is 32;
  • blue value is 41.
RGB:
(77,32,41)
(30%,13%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 41 of 255 = 16%

77
32
41

R + G + B ~ 20%. #4D2029 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 41 = 150 (100%)
R 77 of 150 ~ 51.33%
G 32 of 150 ~ 21.33%
B 41 of 150 ~ 27.33%

%51.33
%21.33
%27.33

CMYK color model

#4D2029 color CMYK value is (0,58,47,70).

  • cyan value is 0.00%
  • magenta value is 58.44%
  • yellow value is 46.75%
  • key color value is 69.80%
CMYK:
(0,58,47,70)
C0M58Y47K70 
(0%,58%,47%,70%)
(0.00/0.58/0.47/0.70)	

CMYK percentages

%0
%58.44
%46.75
%69.8

Codes

Color #4D2029 in popluar color models

4D2029
RGB773241
HSL348°41.28%21.37%
HSB/HSV348°58.44%30.20%
CMYK0.00%58.44%46.75%
69.80%

Color #4D2029 in popluar number systems.

HEX4D2029
Decimal773241
Binary1001101100000101001
Octal1154051

Shades and tints

Shades of #4D2029

#4D2029
(77,32,41)
#461E26
(70,30,38)
#3F1C23
(63,28,35)
#381A20
(56,26,32)
#31181D
(49,24,29)
#2A161A
(42,22,26)
#231417
(35,20,23)
#1C1214
(28,18,20)
#151011
(21,16,17)
#0E0E0E
(14,14,14)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D2029

#4D2029
(77,32,41)
#5D343C
(93,52,60)
#6D484F
(109,72,79)
#7D5C62
(125,92,98)
#8D7075
(141,112,117)
#9D8488
(157,132,136)
#AD989B
(173,152,155)
#BDACAE
(189,172,174)
#CDC0C1
(205,192,193)
#DDD4D4
(221,212,212)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2029 color. Also use rgb(77,32,41) instead hex code.

Text Font Color

.myTextColor { color: #4D2029; }

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

This text font color is #4D2029.


Background Color

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

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

This div background color is #4D2029.


Border color

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

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

This div border color is #4D2029.


Opacity

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

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

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

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

This text has shadow with #4D2029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2029 on black background.


Color preview on white background

This text has color #4D2029 on white background.



Black color preview on #4D2029 background

This text has black color on #4D2029 background.


White color preview on #4D2029 background

This text has white color on #4D2029 background.