COLOR #4D0938

HEX: #4D0938 RGB: (77,9,56)

Color info

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

RGB color model

#4D0938 color RGB value is (77,9,56).

RGB: (77,9,56) (30%, 4%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 9 of 255 = 4%
B 56 of 255 = 22%

77
9
56

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

Portions of RGB colors in percentages

R + G + B = 77 + 9 + 56 = 142 (100%)
R 77 of 142 ~ 54.23%
G 9 of 142 ~ 6.34%
B 56 of 142 ~ 39.44'%

%54.23
%39.44

CMYK color model

#4D0938 color CMYK value is (0,88,27,70).

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

CMYK: (0,88,27,70)
C0M88Y27K70 (0%, 88%, 27%, 70%)
(0.00 / 0.88 / 0.27 / 0.70)

CMYK percentages

%0
%88.31
%27.27
%69.8

Codes

Color #4D0938 in popluar color models

4D 09 38
RGB 77 9 56
HSL 319° 79.07% 16.86%
HSB/HSV 319° 88.31% 30.20%
CMYK 0.00% 88.31% 27.27%
69.80%

Color #4D0938 in popluar number systems.

HEX 4D 09 38
Decimal 77 9 56
Binary 1001101 1001 111000
Octal 115 11 70

Shades and tints

Shades of #4D0938

#4D0938
(77,9,56)
#460933
(70,9,51)
#3F092E
(63,9,46)
#380929
(56,9,41)
#310924
(49,9,36)
#2A091F
(42,9,31)
#23091A
(35,9,26)
#1C0915
(28,9,21)
#150910
(21,9,16)
#0E090B
(14,9,11)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #4D0938

#4D0938
(77,9,56)
#5D1F4A
(93,31,74)
#6D355C
(109,53,92)
#7D4B6E
(125,75,110)
#8D6180
(141,97,128)
#9D7792
(157,119,146)
#AD8DA4
(173,141,164)
#BDA3B6
(189,163,182)
#CDB9C8
(205,185,200)
#DDCFDA
(221,207,218)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0938; }

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

This text font color is #4D0938.

Background Color

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

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

This div background color is #4D0938.

Border color

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

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

This div border color is #4D0938.

Opacity

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

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

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

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

This text has shadow with #4D0938 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D0938.

Preview

Color preview on black background

This text has color #4D0938 on black background.


Color preview on white background

This text has color #4D0938 on white background.


Black color preview on #4D0938 background

This text has black color on #4D0938 background.


White color preview on #4D0938 background

This text has white color on #4D0938 background.


Related colors

Complementary color

Complementary color for #hex is #B2F6C7.


I love getcolorcode.com

Triadic colors

1 #384D09 and #09384D with #4D0938 are triadic colors.

2 #38094D and #094D38 with #4D0938 are triadic colors.