COLOR #4D031E

HEX: #4D031E
RGB: (77,3,30)

Color info

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

RGB color model

#4D031E color RGB value is (77,3,30).

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

RGB channels and saturation

R 77 of 255 = 30%
G 3 of 255 = 1%
B 30 of 255 = 12%

77
3
30

R + G + B ~ 14%. #4D031E is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 3 + 30 = 110 (100%)
R 77 of 110 ~ 70%
G 3 of 110 ~ 2.73%
B 30 of 110 ~ 27.27%

%70
%27.27

CMYK color model

#4D031E color CMYK value is (0,96,61,70).

  • cyan value is 0.00%
  • magenta value is 96.10%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(0,96,61,70)
C0M96Y61K70 
(0%,96%,61%,70%)
(0.00/0.96/0.61/0.70)	

CMYK percentages

%0
%96.1
%61.04
%69.8

Codes

Color #4D031E in popluar color models

4D031E
RGB77330
HSL338°92.50%15.69%
HSB/HSV338°96.10%30.20%
CMYK0.00%96.10%61.04%
69.80%

Color #4D031E in popluar number systems.

HEX4D031E
Decimal77330
Binary10011011111110
Octal115336

Shades and tints

Shades of #4D031E

#4D031E
(77,3,30)
#46031C
(70,3,28)
#3F031A
(63,3,26)
#380318
(56,3,24)
#310316
(49,3,22)
#2A0314
(42,3,20)
#230312
(35,3,18)
#1C0310
(28,3,16)
#15030E
(21,3,14)
#0E030C
(14,3,12)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #4D031E

#4D031E
(77,3,30)
#5D1932
(93,25,50)
#6D2F46
(109,47,70)
#7D455A
(125,69,90)
#8D5B6E
(141,91,110)
#9D7182
(157,113,130)
#AD8796
(173,135,150)
#BD9DAA
(189,157,170)
#CDB3BE
(205,179,190)
#DDC9D2
(221,201,210)
#EDDFE6
(237,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D031E; }

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

This text font color is #4D031E.


Background Color

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

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

This div background color is #4D031E.


Border color

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

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

This div border color is #4D031E.


Opacity

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

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

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

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

This text has shadow with #4D031E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D031E on black background.


Color preview on white background

This text has color #4D031E on white background.



Black color preview on #4D031E background

This text has black color on #4D031E background.


White color preview on #4D031E background

This text has white color on #4D031E background.