COLOR #4F1B0D

HEX: #4F1B0D
RGB: (79,27,13)

Color info

#4F1B0D contains mainly red and green colors. Web safe color of #4F1B0D is #663300 (or #630).

RGB color model

#4F1B0D color RGB value is (79,27,13).

  • red value is 79;
  • green value is 27;
  • blue value is 13.
RGB:
(79,27,13)
(31%,11%,5%)

RGB channels and saturation

R 79 of 255 = 31%
G 27 of 255 = 11%
B 13 of 255 = 5%

79
27
13

R + G + B ~ 16%. #4F1B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 27 + 13 = 119 (100%)
R 79 of 119 ~ 66.39%
G 27 of 119 ~ 22.69%
B 13 of 119 ~ 10.92%

%66.39
%22.69
%10.92

CMYK color model

#4F1B0D color CMYK value is (0,66,84,69).

  • cyan value is 0.00%
  • magenta value is 65.82%
  • yellow value is 83.54%
  • key color value is 69.02%
CMYK:
(0,66,84,69)
C0M66Y84K69 
(0%,66%,84%,69%)
(0.00/0.66/0.84/0.69)	

CMYK percentages

%0
%65.82
%83.54
%69.02

Codes

Color #4F1B0D in popluar color models

4F1B0D
RGB792713
HSL13°71.74%18.04%
HSB/HSV13°83.54%30.98%
CMYK0.00%65.82%83.54%
69.02%

Color #4F1B0D in popluar number systems.

HEX4F1B0D
Decimal792713
Binary1001111110111101
Octal1173315

Shades and tints

Shades of #4F1B0D

#4F1B0D
(79,27,13)
#48190C
(72,25,12)
#41170B
(65,23,11)
#3A150A
(58,21,10)
#331309
(51,19,9)
#2C1108
(44,17,8)
#250F07
(37,15,7)
#1E0D06
(30,13,6)
#170B05
(23,11,5)
#100904
(16,9,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #4F1B0D

#4F1B0D
(79,27,13)
#5F2F23
(95,47,35)
#6F4339
(111,67,57)
#7F574F
(127,87,79)
#8F6B65
(143,107,101)
#9F7F7B
(159,127,123)
#AF9391
(175,147,145)
#BFA7A7
(191,167,167)
#CFBBBD
(207,187,189)
#DFCFD3
(223,207,211)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1B0D color. Also use rgb(79,27,13) instead hex code.

Text Font Color

.myTextColor { color: #4F1B0D; }

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

This text font color is #4F1B0D.


Background Color

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

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

This div background color is #4F1B0D.


Border color

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

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

This div border color is #4F1B0D.


Opacity

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

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

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

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

This text has shadow with #4F1B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1B0D on black background.


Color preview on white background

This text has color #4F1B0D on white background.



Black color preview on #4F1B0D background

This text has black color on #4F1B0D background.


White color preview on #4F1B0D background

This text has white color on #4F1B0D background.