COLOR #4D0326

HEX: #4D0326
RGB: (77,3,38)

Color info

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

RGB color model

#4D0326 color RGB value is (77,3,38).

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

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 38 of 255 = 15%

77
3
38

R + G + B ~ 15%. #4D0326 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 3 + 38 = 118 (100%)
R 77 of 118 ~ 65.25%
G 3 of 118 ~ 2.54%
B 38 of 118 ~ 32.2%

%65.25
%32.2

CMYK color model

#4D0326 color CMYK value is (0,96,51,70).

  • cyan value is 0.00%
  • magenta value is 96.10%
  • yellow value is 50.65%
  • key color value is 69.80%
CMYK:
(0,96,51,70)
C0M96Y51K70 
(0%,96%,51%,70%)
(0.00/0.96/0.51/0.70)	

CMYK percentages

%0
%96.1
%50.65
%69.8

Codes

Color #4D0326 in popluar color models

4D0326
RGB77338
HSL332°92.50%15.69%
HSB/HSV332°96.10%30.20%
CMYK0.00%96.10%50.65%
69.80%

Color #4D0326 in popluar number systems.

HEX4D0326
Decimal77338
Binary100110111100110
Octal115346

Shades and tints

Shades of #4D0326

#4D0326
(77,3,38)
#460323
(70,3,35)
#3F0320
(63,3,32)
#38031D
(56,3,29)
#31031A
(49,3,26)
#2A0317
(42,3,23)
#230314
(35,3,20)
#1C0311
(28,3,17)
#15030E
(21,3,14)
#0E030B
(14,3,11)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #4D0326

#4D0326
(77,3,38)
#5D1939
(93,25,57)
#6D2F4C
(109,47,76)
#7D455F
(125,69,95)
#8D5B72
(141,91,114)
#9D7185
(157,113,133)
#AD8798
(173,135,152)
#BD9DAB
(189,157,171)
#CDB3BE
(205,179,190)
#DDC9D1
(221,201,209)
#EDDFE4
(237,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0326; }

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

This text font color is #4D0326.


Background Color

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

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

This div background color is #4D0326.


Border color

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

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

This div border color is #4D0326.


Opacity

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

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

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

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

This text has shadow with #4D0326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0326 on black background.


Color preview on white background

This text has color #4D0326 on white background.



Black color preview on #4D0326 background

This text has black color on #4D0326 background.


White color preview on #4D0326 background

This text has white color on #4D0326 background.