COLOR #4D0329

HEX: #4D0329
RGB: (77,3,41)

Color info

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

RGB color model

#4D0329 color RGB value is (77,3,41).

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

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 41 of 255 = 16%

77
3
41

R + G + B ~ 16%. #4D0329 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 3 + 41 = 121 (100%)
R 77 of 121 ~ 63.64%
G 3 of 121 ~ 2.48%
B 41 of 121 ~ 33.88%

%63.64
%33.88

CMYK color model

#4D0329 color CMYK value is (0,96,47,70).

  • cyan value is 0.00%
  • magenta value is 96.10%
  • yellow value is 46.75%
  • key color value is 69.80%
CMYK:
(0,96,47,70)
C0M96Y47K70 
(0%,96%,47%,70%)
(0.00/0.96/0.47/0.70)	

CMYK percentages

%0
%96.1
%46.75
%69.8

Codes

Color #4D0329 in popluar color models

4D0329
RGB77341
HSL329°92.50%15.69%
HSB/HSV329°96.10%30.20%
CMYK0.00%96.10%46.75%
69.80%

Color #4D0329 in popluar number systems.

HEX4D0329
Decimal77341
Binary100110111101001
Octal115351

Shades and tints

Shades of #4D0329

#4D0329
(77,3,41)
#460326
(70,3,38)
#3F0323
(63,3,35)
#380320
(56,3,32)
#31031D
(49,3,29)
#2A031A
(42,3,26)
#230317
(35,3,23)
#1C0314
(28,3,20)
#150311
(21,3,17)
#0E030E
(14,3,14)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #4D0329

#4D0329
(77,3,41)
#5D193C
(93,25,60)
#6D2F4F
(109,47,79)
#7D4562
(125,69,98)
#8D5B75
(141,91,117)
#9D7188
(157,113,136)
#AD879B
(173,135,155)
#BD9DAE
(189,157,174)
#CDB3C1
(205,179,193)
#DDC9D4
(221,201,212)
#EDDFE7
(237,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0329; }

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

This text font color is #4D0329.


Background Color

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

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

This div background color is #4D0329.


Border color

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

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

This div border color is #4D0329.


Opacity

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

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

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

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

This text has shadow with #4D0329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0329 on black background.


Color preview on white background

This text has color #4D0329 on white background.



Black color preview on #4D0329 background

This text has black color on #4D0329 background.


White color preview on #4D0329 background

This text has white color on #4D0329 background.