COLOR #4F1510

HEX: #4F1510
RGB: (79,21,16)

Color info

#4F1510 contains mainly red and green colors. Web safe color of #4F1510 is #660000 (or #600).

RGB color model

#4F1510 color RGB value is (79,21,16).

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

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 16 of 255 = 6%

79
21
16

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

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 16 = 116 (100%)
R 79 of 116 ~ 68.1%
G 21 of 116 ~ 18.1%
B 16 of 116 ~ 13.79%

%68.1
%18.1
%13.79

CMYK color model

#4F1510 color CMYK value is (0,73,80,69).

  • cyan value is 0.00%
  • magenta value is 73.42%
  • yellow value is 79.75%
  • key color value is 69.02%
CMYK:
(0,73,80,69)
C0M73Y80K69 
(0%,73%,80%,69%)
(0.00/0.73/0.80/0.69)	

CMYK percentages

%0
%73.42
%79.75
%69.02

Codes

Color #4F1510 in popluar color models

4F1510
RGB792116
HSL66.32%18.63%
HSB/HSV79.75%30.98%
CMYK0.00%73.42%79.75%
69.02%

Color #4F1510 in popluar number systems.

HEX4F1510
Decimal792116
Binary10011111010110000
Octal1172520

Shades and tints

Shades of #4F1510

#4F1510
(79,21,16)
#48140F
(72,20,15)
#41130E
(65,19,14)
#3A120D
(58,18,13)
#33110C
(51,17,12)
#2C100B
(44,16,11)
#250F0A
(37,15,10)
#1E0E09
(30,14,9)
#170D08
(23,13,8)
#100C07
(16,12,7)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #4F1510

#4F1510
(79,21,16)
#5F2A25
(95,42,37)
#6F3F3A
(111,63,58)
#7F544F
(127,84,79)
#8F6964
(143,105,100)
#9F7E79
(159,126,121)
#AF938E
(175,147,142)
#BFA8A3
(191,168,163)
#CFBDB8
(207,189,184)
#DFD2CD
(223,210,205)
#EFE7E2
(239,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1510; }

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

This text font color is #4F1510.


Background Color

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

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

This div background color is #4F1510.


Border color

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

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

This div border color is #4F1510.


Opacity

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

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

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

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

This text has shadow with #4F1510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1510 on black background.


Color preview on white background

This text has color #4F1510 on white background.



Black color preview on #4F1510 background

This text has black color on #4F1510 background.


White color preview on #4F1510 background

This text has white color on #4F1510 background.