COLOR #4D053D

HEX: #4D053D RGB: (77,5,61)

Color info

#4D053D contains mainly red and blue colors. Web safe color of #4D053D is #330033 (or #303).

RGB color model

#4D053D color RGB value is (77,5,61).

RGB: (77,5,61) (30%, 2%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 5 of 255 = 2%
B 61 of 255 = 24%

77
5
61

R + G + B ~ 19%. #4D053D is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 5 + 61 = 143 (100%)
R 77 of 143 ~ 53.85%
G 5 of 143 ~ 3.5%
B 61 of 143 ~ 42.66'%

%53.85
%42.66

CMYK color model

#4D053D color CMYK value is (0,94,21,70).

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

CMYK: (0,94,21,70)
C0M94Y21K70 (0%, 94%, 21%, 70%)
(0.00 / 0.94 / 0.21 / 0.70)

CMYK percentages

%0
%93.51
%20.78
%69.8

Codes

Color #4D053D in popluar color models

4D 05 3D
RGB 77 5 61
HSL 313° 87.80% 16.08%
HSB/HSV 313° 93.51% 30.20%
CMYK 0.00% 93.51% 20.78%
69.80%

Color #4D053D in popluar number systems.

HEX 4D 05 3D
Decimal 77 5 61
Binary 1001101 101 111101
Octal 115 5 75

Shades and tints

Shades of #4D053D

#4D053D
(77,5,61)
#460538
(70,5,56)
#3F0533
(63,5,51)
#38052E
(56,5,46)
#310529
(49,5,41)
#2A0524
(42,5,36)
#23051F
(35,5,31)
#1C051A
(28,5,26)
#150515
(21,5,21)
#0E0510
(14,5,16)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #4D053D

#4D053D
(77,5,61)
#5D1B4E
(93,27,78)
#6D315F
(109,49,95)
#7D4770
(125,71,112)
#8D5D81
(141,93,129)
#9D7392
(157,115,146)
#AD89A3
(173,137,163)
#BD9FB4
(189,159,180)
#CDB5C5
(205,181,197)
#DDCBD6
(221,203,214)
#EDE1E7
(237,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D053D; }

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

This text font color is #4D053D.

Background Color

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

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

This div background color is #4D053D.

Border color

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

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

This div border color is #4D053D.

Opacity

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

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

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

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

This text has shadow with #4D053D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D053D.

Preview

Color preview on black background

This text has color #4D053D on black background.


Color preview on white background

This text has color #4D053D on white background.


Black color preview on #4D053D background

This text has black color on #4D053D background.


White color preview on #4D053D background

This text has white color on #4D053D background.


Related colors

Complementary color

Complementary color for #hex is #B2FAC2.


I love getcolorcode.com

Triadic colors

1 #3D4D05 and #053D4D with #4D053D are triadic colors.

2 #3D054D and #054D3D with #4D053D are triadic colors.