COLOR #4D0520

HEX: #4D0520
RGB: (77,5,32)

Color info

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

RGB color model

#4D0520 color RGB value is (77,5,32).

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

RGB channels and saturation

R 77 of 255 = 30%
G 5 of 255 = 2%
B 32 of 255 = 13%

77
5
32

R + G + B ~ 15%. #4D0520 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 5 + 32 = 114 (100%)
R 77 of 114 ~ 67.54%
G 5 of 114 ~ 4.39%
B 32 of 114 ~ 28.07%

%67.54
%28.07

CMYK color model

#4D0520 color CMYK value is (0,94,58,70).

  • cyan value is 0.00%
  • magenta value is 93.51%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,94,58,70)
C0M94Y58K70 
(0%,94%,58%,70%)
(0.00/0.94/0.58/0.70)	

CMYK percentages

%0
%93.51
%58.44
%69.8

Codes

Color #4D0520 in popluar color models

4D0520
RGB77532
HSL338°87.80%16.08%
HSB/HSV338°93.51%30.20%
CMYK0.00%93.51%58.44%
69.80%

Color #4D0520 in popluar number systems.

HEX4D0520
Decimal77532
Binary1001101101100000
Octal115540

Shades and tints

Shades of #4D0520

#4D0520
(77,5,32)
#46051E
(70,5,30)
#3F051C
(63,5,28)
#38051A
(56,5,26)
#310518
(49,5,24)
#2A0516
(42,5,22)
#230514
(35,5,20)
#1C0512
(28,5,18)
#150510
(21,5,16)
#0E050E
(14,5,14)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #4D0520

#4D0520
(77,5,32)
#5D1B34
(93,27,52)
#6D3148
(109,49,72)
#7D475C
(125,71,92)
#8D5D70
(141,93,112)
#9D7384
(157,115,132)
#AD8998
(173,137,152)
#BD9FAC
(189,159,172)
#CDB5C0
(205,181,192)
#DDCBD4
(221,203,212)
#EDE1E8
(237,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0520; }

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

This text font color is #4D0520.


Background Color

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

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

This div background color is #4D0520.


Border color

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

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

This div border color is #4D0520.


Opacity

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

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

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

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

This text has shadow with #4D0520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0520 on black background.


Color preview on white background

This text has color #4D0520 on white background.



Black color preview on #4D0520 background

This text has black color on #4D0520 background.


White color preview on #4D0520 background

This text has white color on #4D0520 background.