COLOR #4D203C

HEX: #4D203C
RGB: (77,32,60)

Color info

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

RGB color model

#4D203C color RGB value is (77,32,60).

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

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 60 of 255 = 24%

77
32
60

R + G + B ~ 22%. #4D203C is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 60 = 169 (100%)
R 77 of 169 ~ 45.56%
G 32 of 169 ~ 18.93%
B 60 of 169 ~ 35.5%

%45.56
%18.93
%35.5

CMYK color model

#4D203C color CMYK value is (0,58,22,70).

  • cyan value is 0.00%
  • magenta value is 58.44%
  • yellow value is 22.08%
  • key color value is 69.80%
CMYK:
(0,58,22,70)
C0M58Y22K70 
(0%,58%,22%,70%)
(0.00/0.58/0.22/0.70)	

CMYK percentages

%0
%58.44
%22.08
%69.8

Codes

Color #4D203C in popluar color models

4D203C
RGB773260
HSL323°41.28%21.37%
HSB/HSV323°58.44%30.20%
CMYK0.00%58.44%22.08%
69.80%

Color #4D203C in popluar number systems.

HEX4D203C
Decimal773260
Binary1001101100000111100
Octal1154074

Shades and tints

Shades of #4D203C

#4D203C
(77,32,60)
#461E37
(70,30,55)
#3F1C32
(63,28,50)
#381A2D
(56,26,45)
#311828
(49,24,40)
#2A1623
(42,22,35)
#23141E
(35,20,30)
#1C1219
(28,18,25)
#151014
(21,16,20)
#0E0E0F
(14,14,15)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D203C

#4D203C
(77,32,60)
#5D344D
(93,52,77)
#6D485E
(109,72,94)
#7D5C6F
(125,92,111)
#8D7080
(141,112,128)
#9D8491
(157,132,145)
#AD98A2
(173,152,162)
#BDACB3
(189,172,179)
#CDC0C4
(205,192,196)
#DDD4D5
(221,212,213)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D203C; }

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

This text font color is #4D203C.


Background Color

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

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

This div background color is #4D203C.


Border color

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

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

This div border color is #4D203C.


Opacity

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

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

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

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

This text has shadow with #4D203C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D203C on black background.


Color preview on white background

This text has color #4D203C on white background.



Black color preview on #4D203C background

This text has black color on #4D203C background.


White color preview on #4D203C background

This text has white color on #4D203C background.