COLOR #4D0318

HEX: #4D0318
RGB: (77,3,24)

Color info

#4D0318 contains mainly red and blue colors. Web safe color of #4D0318 is #330000 (or #300).

RGB color model

#4D0318 color RGB value is (77,3,24).

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

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 24 of 255 = 9%

77
3
24

R + G + B ~ 13%. #4D0318 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 3 + 24 = 104 (100%)
R 77 of 104 ~ 74.04%
G 3 of 104 ~ 2.88%
B 24 of 104 ~ 23.08%

%74.04
%23.08

CMYK color model

#4D0318 color CMYK value is (0,96,69,70).

  • cyan value is 0.00%
  • magenta value is 96.10%
  • yellow value is 68.83%
  • key color value is 69.80%
CMYK:
(0,96,69,70)
C0M96Y69K70 
(0%,96%,69%,70%)
(0.00/0.96/0.69/0.70)	

CMYK percentages

%0
%96.1
%68.83
%69.8

Codes

Color #4D0318 in popluar color models

4D0318
RGB77324
HSL343°92.50%15.69%
HSB/HSV343°96.10%30.20%
CMYK0.00%96.10%68.83%
69.80%

Color #4D0318 in popluar number systems.

HEX4D0318
Decimal77324
Binary10011011111000
Octal115330

Shades and tints

Shades of #4D0318

#4D0318
(77,3,24)
#460316
(70,3,22)
#3F0314
(63,3,20)
#380312
(56,3,18)
#310310
(49,3,16)
#2A030E
(42,3,14)
#23030C
(35,3,12)
#1C030A
(28,3,10)
#150308
(21,3,8)
#0E0306
(14,3,6)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #4D0318

#4D0318
(77,3,24)
#5D192D
(93,25,45)
#6D2F42
(109,47,66)
#7D4557
(125,69,87)
#8D5B6C
(141,91,108)
#9D7181
(157,113,129)
#AD8796
(173,135,150)
#BD9DAB
(189,157,171)
#CDB3C0
(205,179,192)
#DDC9D5
(221,201,213)
#EDDFEA
(237,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0318; }

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

This text font color is #4D0318.


Background Color

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

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

This div background color is #4D0318.


Border color

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

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

This div border color is #4D0318.


Opacity

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

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

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

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

This text has shadow with #4D0318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0318 on black background.


Color preview on white background

This text has color #4D0318 on white background.



Black color preview on #4D0318 background

This text has black color on #4D0318 background.


White color preview on #4D0318 background

This text has white color on #4D0318 background.