COLOR #4D073E

HEX: #4D073E
RGB: (77,7,62)

Color info

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

RGB color model

#4D073E color RGB value is (77,7,62).

  • red value is 77;
  • green value is 7;
  • blue value is 62.
RGB:
(77,7,62)
(30%,3%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 7 of 255 = 3%
B 62 of 255 = 24%

77
7
62

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

Portions of RGB colors in percentages

R + G + B =
77 + 7 + 62 = 146 (100%)
R 77 of 146 ~ 52.74%
G 7 of 146 ~ 4.79%
B 62 of 146 ~ 42.47%

%52.74
%42.47

CMYK color model

#4D073E color CMYK value is (0,91,19,70).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(0,91,19,70)
C0M91Y19K70 
(0%,91%,19%,70%)
(0.00/0.91/0.19/0.70)	

CMYK percentages

%0
%90.91
%19.48
%69.8

Codes

Color #4D073E in popluar color models

4D073E
RGB77762
HSL313°83.33%16.47%
HSB/HSV313°90.91%30.20%
CMYK0.00%90.91%19.48%
69.80%

Color #4D073E in popluar number systems.

HEX4D073E
Decimal77762
Binary1001101111111110
Octal115776

Shades and tints

Shades of #4D073E

#4D073E
(77,7,62)
#460739
(70,7,57)
#3F0734
(63,7,52)
#38072F
(56,7,47)
#31072A
(49,7,42)
#2A0725
(42,7,37)
#230720
(35,7,32)
#1C071B
(28,7,27)
#150716
(21,7,22)
#0E0711
(14,7,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #4D073E

#4D073E
(77,7,62)
#5D1D4F
(93,29,79)
#6D3360
(109,51,96)
#7D4971
(125,73,113)
#8D5F82
(141,95,130)
#9D7593
(157,117,147)
#AD8BA4
(173,139,164)
#BDA1B5
(189,161,181)
#CDB7C6
(205,183,198)
#DDCDD7
(221,205,215)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D073E color. Also use rgb(77,7,62) instead hex code.

Text Font Color

.myTextColor { color: #4D073E; }

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

This text font color is #4D073E.


Background Color

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

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

This div background color is #4D073E.


Border color

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

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

This div border color is #4D073E.


Opacity

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

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

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

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

This text has shadow with #4D073E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D073E on black background.


Color preview on white background

This text has color #4D073E on white background.



Black color preview on #4D073E background

This text has black color on #4D073E background.


White color preview on #4D073E background

This text has white color on #4D073E background.