COLOR #4D0736

HEX: #4D0736 RGB: (77,7,54)

Color info

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

RGB color model

#4D0736 color RGB value is (77,7,54).

RGB: (77,7,54) (30%, 3%, 21%)

RGB channels and saturation

R 77 of 255 = 30%
G 7 of 255 = 3%
B 54 of 255 = 21%

77
7
54

R + G + B ~ 18%. #4D0736 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 7 + 54 = 138 (100%)
R 77 of 138 ~ 55.8%
G 7 of 138 ~ 5.07%
B 54 of 138 ~ 39.13'%

%55.8
%39.13

CMYK color model

#4D0736 color CMYK value is (0,91,30,70).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 29.87%
  • key color value is 69.80%

CMYK: (0,91,30,70)
C0M91Y30K70 (0%, 91%, 30%, 70%)
(0.00 / 0.91 / 0.30 / 0.70)

CMYK percentages

%0
%90.91
%29.87
%69.8

Codes

Color #4D0736 in popluar color models

4D 07 36
RGB 77 7 54
HSL 320° 83.33% 16.47%
HSB/HSV 320° 90.91% 30.20%
CMYK 0.00% 90.91% 29.87%
69.80%

Color #4D0736 in popluar number systems.

HEX 4D 07 36
Decimal 77 7 54
Binary 1001101 111 110110
Octal 115 7 66

Shades and tints

Shades of #4D0736

#4D0736
(77,7,54)
#460732
(70,7,50)
#3F072E
(63,7,46)
#38072A
(56,7,42)
#310726
(49,7,38)
#2A0722
(42,7,34)
#23071E
(35,7,30)
#1C071A
(28,7,26)
#150716
(21,7,22)
#0E0712
(14,7,18)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #4D0736

#4D0736
(77,7,54)
#5D1D48
(93,29,72)
#6D335A
(109,51,90)
#7D496C
(125,73,108)
#8D5F7E
(141,95,126)
#9D7590
(157,117,144)
#AD8BA2
(173,139,162)
#BDA1B4
(189,161,180)
#CDB7C6
(205,183,198)
#DDCDD8
(221,205,216)
#EDE3EA
(237,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0736; }

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

This text font color is #4D0736.

Background Color

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

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

This div background color is #4D0736.

Border color

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

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

This div border color is #4D0736.

Opacity

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

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

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

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

This text has shadow with #4D0736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D0736.

Preview

Color preview on black background

This text has color #4D0736 on black background.


Color preview on white background

This text has color #4D0736 on white background.


Black color preview on #4D0736 background

This text has black color on #4D0736 background.


White color preview on #4D0736 background

This text has white color on #4D0736 background.


Related colors

Complementary color

Complementary color for #hex is #B2F8C9.


I love getcolorcode.com

Triadic colors

1 #364D07 and #07364D with #4D0736 are triadic colors.

2 #36074D and #074D36 with #4D0736 are triadic colors.