COLOR #4D1510

HEX: #4D1510
RGB: (77,21,16)

Color info

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

RGB color model

#4D1510 color RGB value is (77,21,16).

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

RGB channels and saturation

R 77 of 255 = 30%
G 21 of 255 = 8%
B 16 of 255 = 6%

77
21
16

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

Portions of RGB colors in percentages

R + G + B =
77 + 21 + 16 = 114 (100%)
R 77 of 114 ~ 67.54%
G 21 of 114 ~ 18.42%
B 16 of 114 ~ 14.04%

%67.54
%18.42
%14.04

CMYK color model

#4D1510 color CMYK value is (0,73,79,70).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(0,73,79,70)
C0M73Y79K70 
(0%,73%,79%,70%)
(0.00/0.73/0.79/0.70)	

CMYK percentages

%0
%72.73
%79.22
%69.8

Codes

Color #4D1510 in popluar color models

4D1510
RGB772116
HSL65.59%18.24%
HSB/HSV79.22%30.20%
CMYK0.00%72.73%79.22%
69.80%

Color #4D1510 in popluar number systems.

HEX4D1510
Decimal772116
Binary10011011010110000
Octal1152520

Shades and tints

Shades of #4D1510

#4D1510
(77,21,16)
#46140F
(70,20,15)
#3F130E
(63,19,14)
#38120D
(56,18,13)
#31110C
(49,17,12)
#2A100B
(42,16,11)
#230F0A
(35,15,10)
#1C0E09
(28,14,9)
#150D08
(21,13,8)
#0E0C07
(14,12,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #4D1510

#4D1510
(77,21,16)
#5D2A25
(93,42,37)
#6D3F3A
(109,63,58)
#7D544F
(125,84,79)
#8D6964
(141,105,100)
#9D7E79
(157,126,121)
#AD938E
(173,147,142)
#BDA8A3
(189,168,163)
#CDBDB8
(205,189,184)
#DDD2CD
(221,210,205)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1510; }

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

This text font color is #4D1510.


Background Color

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

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

This div background color is #4D1510.


Border color

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

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

This div border color is #4D1510.


Opacity

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

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

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

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

This text has shadow with #4D1510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1510 on black background.


Color preview on white background

This text has color #4D1510 on white background.



Black color preview on #4D1510 background

This text has black color on #4D1510 background.


White color preview on #4D1510 background

This text has white color on #4D1510 background.