COLOR #4F1F15

HEX: #4F1F15 RGB: (79,31,21)

Color info

#4F1F15 contains red, green and blue colors in about the same proportion. Web safe color of #4F1F15 is #663300 (or #630).

RGB color model

#4F1F15 color RGB value is (79,31,21).

RGB: (79,31,21) (31%, 12%, 8%)

RGB channels and saturation

R 79 of 255 = 31%
G 31 of 255 = 12%
B 21 of 255 = 8%

79
31
21

R + G + B ~ 17%. #4F1F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 31 + 21 = 131 (100%)
R 79 of 131 ~ 60.31%
G 31 of 131 ~ 23.66%
B 21 of 131 ~ 16.03'%

%60.31
%23.66
%16.03

CMYK color model

#4F1F15 color CMYK value is (0,61,73,69).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 73.42%
  • key color value is 69.02%
CMYK: (0,61,73,69) C0M61Y73K69 (0%,61%,73%,69%) (0.00/0.61/0.73/0.69) 

CMYK percentages

%0
%60.76
%73.42
%69.02

Codes

Color #4F1F15 in popluar color models

4F 1F 15
RGB 79 31 21
HSL 10° 58.00% 19.61%
HSB/HSV 10° 73.42% 30.98%
CMYK 0.00% 60.76% 73.42%
69.02%

Color #4F1F15 in popluar number systems.

HEX 4F 1F 15
Decimal 79 31 21
Binary 1001111 11111 10101
Octal 117 37 25

Shades and tints

Shades of #4F1F15

#4F1F15
(79,31,21)
#481D14
(72,29,20)
#411B13
(65,27,19)
#3A1912
(58,25,18)
#331711
(51,23,17)
#2C1510
(44,21,16)
#25130F
(37,19,15)
#1E110E
(30,17,14)
#170F0D
(23,15,13)
#100D0C
(16,13,12)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #4F1F15

#4F1F15
(79,31,21)
#5F332A
(95,51,42)
#6F473F
(111,71,63)
#7F5B54
(127,91,84)
#8F6F69
(143,111,105)
#9F837E
(159,131,126)
#AF9793
(175,151,147)
#BFABA8
(191,171,168)
#CFBFBD
(207,191,189)
#DFD3D2
(223,211,210)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1F15; }

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

This text font color is #4F1F15.

Background Color

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

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

This div background color is #4F1F15.

Border color

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

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

This div border color is #4F1F15.

Opacity

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

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

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

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

This text has shadow with #4F1F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F1F15.

Preview

Color preview on black background

This text has color #4F1F15 on black background.


Color preview on white background

This text has color #4F1F15 on white background.


Black color preview on #4F1F15 background

This text has black color on #4F1F15 background.


White color preview on #4F1F15 background

This text has white color on #4F1F15 background.


Related colors

Complementary color

Complementary color for #hex is #B0E0EA.


I love getcolorcode.com

Triadic colors

1 #154F1F and #1F154F with #4F1F15 are triadic colors.

2 #151F4F and #1F4F15 with #4F1F15 are triadic colors.