COLOR #4D0929

HEX: #4D0929
RGB: (77,9,41)

Color info

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

RGB color model

#4D0929 color RGB value is (77,9,41).

  • red value is 77;
  • green value is 9;
  • blue value is 41.
RGB:
(77,9,41)
(30%,4%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 9 of 255 = 4%
B 41 of 255 = 16%

77
9
41

R + G + B ~ 17%. #4D0929 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 9 + 41 = 127 (100%)
R 77 of 127 ~ 60.63%
G 9 of 127 ~ 7.09%
B 41 of 127 ~ 32.28%

%60.63
%32.28

CMYK color model

#4D0929 color CMYK value is (0,88,47,70).

  • cyan value is 0.00%
  • magenta value is 88.31%
  • yellow value is 46.75%
  • key color value is 69.80%
CMYK:
(0,88,47,70)
C0M88Y47K70 
(0%,88%,47%,70%)
(0.00/0.88/0.47/0.70)	

CMYK percentages

%0
%88.31
%46.75
%69.8

Codes

Color #4D0929 in popluar color models

4D0929
RGB77941
HSL332°79.07%16.86%
HSB/HSV332°88.31%30.20%
CMYK0.00%88.31%46.75%
69.80%

Color #4D0929 in popluar number systems.

HEX4D0929
Decimal77941
Binary10011011001101001
Octal1151151

Shades and tints

Shades of #4D0929

#4D0929
(77,9,41)
#460926
(70,9,38)
#3F0923
(63,9,35)
#380920
(56,9,32)
#31091D
(49,9,29)
#2A091A
(42,9,26)
#230917
(35,9,23)
#1C0914
(28,9,20)
#150911
(21,9,17)
#0E090E
(14,9,14)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D0929

#4D0929
(77,9,41)
#5D1F3C
(93,31,60)
#6D354F
(109,53,79)
#7D4B62
(125,75,98)
#8D6175
(141,97,117)
#9D7788
(157,119,136)
#AD8D9B
(173,141,155)
#BDA3AE
(189,163,174)
#CDB9C1
(205,185,193)
#DDCFD4
(221,207,212)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0929; }

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

This text font color is #4D0929.


Background Color

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

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

This div background color is #4D0929.


Border color

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

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

This div border color is #4D0929.


Opacity

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

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

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

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

This text has shadow with #4D0929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0929 on black background.


Color preview on white background

This text has color #4D0929 on white background.



Black color preview on #4D0929 background

This text has black color on #4D0929 background.


White color preview on #4D0929 background

This text has white color on #4D0929 background.