COLOR #4D093E

HEX: #4D093E RGB: (77,9,62)

Color info

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

RGB color model

#4D093E color RGB value is (77,9,62).

RGB: (77,9,62) (30%, 4%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 9 of 255 = 4%
B 62 of 255 = 24%

77
9
62

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

Portions of RGB colors in percentages

R + G + B = 77 + 9 + 62 = 148 (100%)
R 77 of 148 ~ 52.03%
G 9 of 148 ~ 6.08%
B 62 of 148 ~ 41.89'%

%52.03
%41.89

CMYK color model

#4D093E color CMYK value is (0,88,19,70).

  • cyan value is 0.00%
  • magenta value is 88.31%
  • yellow value is 19.48%
  • key color value is 69.80%

CMYK: (0,88,19,70)
C0M88Y19K70 (0%, 88%, 19%, 70%)
(0.00 / 0.88 / 0.19 / 0.70)

CMYK percentages

%0
%88.31
%19.48
%69.8

Codes

Color #4D093E in popluar color models

4D 09 3E
RGB 77 9 62
HSL 313° 79.07% 16.86%
HSB/HSV 313° 88.31% 30.20%
CMYK 0.00% 88.31% 19.48%
69.80%

Color #4D093E in popluar number systems.

HEX 4D 09 3E
Decimal 77 9 62
Binary 1001101 1001 111110
Octal 115 11 76

Shades and tints

Shades of #4D093E

#4D093E
(77,9,62)
#460939
(70,9,57)
#3F0934
(63,9,52)
#38092F
(56,9,47)
#31092A
(49,9,42)
#2A0925
(42,9,37)
#230920
(35,9,32)
#1C091B
(28,9,27)
#150916
(21,9,22)
#0E0911
(14,9,17)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D093E

#4D093E
(77,9,62)
#5D1F4F
(93,31,79)
#6D3560
(109,53,96)
#7D4B71
(125,75,113)
#8D6182
(141,97,130)
#9D7793
(157,119,147)
#AD8DA4
(173,141,164)
#BDA3B5
(189,163,181)
#CDB9C6
(205,185,198)
#DDCFD7
(221,207,215)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D093E; }

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

This text font color is #4D093E.

Background Color

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

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

This div background color is #4D093E.

Border color

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

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

This div border color is #4D093E.

Opacity

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

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

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

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

This text has shadow with #4D093E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D093E.

Preview

Color preview on black background

This text has color #4D093E on black background.


Color preview on white background

This text has color #4D093E on white background.


Black color preview on #4D093E background

This text has black color on #4D093E background.


White color preview on #4D093E background

This text has white color on #4D093E background.


Related colors

Complementary color

Complementary color for #hex is #B2F6C1.


I love getcolorcode.com

Triadic colors

1 #3E4D09 and #093E4D with #4D093E are triadic colors.

2 #3E094D and #094D3E with #4D093E are triadic colors.