COLOR #4D150A

HEX: #4D150A
RGB: (77,21,10)

Color info

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

RGB color model

#4D150A color RGB value is (77,21,10).

  • red value is 77;
  • green value is 21;
  • blue value is 10.
RGB:
(77,21,10)
(30%,8%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 21 of 255 = 8%
B 10 of 255 = 4%

77
21
10

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

Portions of RGB colors in percentages

R + G + B =
77 + 21 + 10 = 108 (100%)
R 77 of 108 ~ 71.3%
G 21 of 108 ~ 19.44%
B 10 of 108 ~ 9.26%

%71.3
%19.44

CMYK color model

#4D150A color CMYK value is (0,73,87,70).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 87.01%
  • key color value is 69.80%
CMYK:
(0,73,87,70)
C0M73Y87K70 
(0%,73%,87%,70%)
(0.00/0.73/0.87/0.70)	

CMYK percentages

%0
%72.73
%87.01
%69.8

Codes

Color #4D150A in popluar color models

4D150A
RGB772110
HSL10°77.01%17.06%
HSB/HSV10°87.01%30.20%
CMYK0.00%72.73%87.01%
69.80%

Color #4D150A in popluar number systems.

HEX4D150A
Decimal772110
Binary1001101101011010
Octal1152512

Shades and tints

Shades of #4D150A

#4D150A
(77,21,10)
#46140A
(70,20,10)
#3F130A
(63,19,10)
#38120A
(56,18,10)
#31110A
(49,17,10)
#2A100A
(42,16,10)
#230F0A
(35,15,10)
#1C0E0A
(28,14,10)
#150D0A
(21,13,10)
#0E0C0A
(14,12,10)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D150A

#4D150A
(77,21,10)
#5D2A20
(93,42,32)
#6D3F36
(109,63,54)
#7D544C
(125,84,76)
#8D6962
(141,105,98)
#9D7E78
(157,126,120)
#AD938E
(173,147,142)
#BDA8A4
(189,168,164)
#CDBDBA
(205,189,186)
#DDD2D0
(221,210,208)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D150A color. Also use rgb(77,21,10) instead hex code.

Text Font Color

.myTextColor { color: #4D150A; }

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

This text font color is #4D150A.


Background Color

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

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

This div background color is #4D150A.


Border color

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

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

This div border color is #4D150A.


Opacity

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

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

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

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

This text has shadow with #4D150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D150A on black background.


Color preview on white background

This text has color #4D150A on white background.



Black color preview on #4D150A background

This text has black color on #4D150A background.


White color preview on #4D150A background

This text has white color on #4D150A background.