COLOR #4F1618

HEX: #4F1618
RGB: (79,22,24)

Color info

#4F1618 contains red, green and blue colors in about the same proportion. Web safe color of #4F1618 is #660000 (or #600).

RGB color model

#4F1618 color RGB value is (79,22,24).

  • red value is 79;
  • green value is 22;
  • blue value is 24.
RGB:
(79,22,24)
(31%,9%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 22 of 255 = 9%
B 24 of 255 = 9%

79
22
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 22 + 24 = 125 (100%)
R 79 of 125 ~ 63.2%
G 22 of 125 ~ 17.6%
B 24 of 125 ~ 19.2%

%63.2
%17.6
%19.2

CMYK color model

#4F1618 color CMYK value is (0,72,70,69).

  • cyan value is 0.00%
  • magenta value is 72.15%
  • yellow value is 69.62%
  • key color value is 69.02%
CMYK:
(0,72,70,69)
C0M72Y70K69 
(0%,72%,70%,69%)
(0.00/0.72/0.70/0.69)	

CMYK percentages

%0
%72.15
%69.62
%69.02

Codes

Color #4F1618 in popluar color models

4F1618
RGB792224
HSL358°56.44%19.80%
HSB/HSV358°72.15%30.98%
CMYK0.00%72.15%69.62%
69.02%

Color #4F1618 in popluar number systems.

HEX4F1618
Decimal792224
Binary10011111011011000
Octal1172630

Shades and tints

Shades of #4F1618

#4F1618
(79,22,24)
#481416
(72,20,22)
#411214
(65,18,20)
#3A1012
(58,16,18)
#330E10
(51,14,16)
#2C0C0E
(44,12,14)
#250A0C
(37,10,12)
#1E080A
(30,8,10)
#170608
(23,6,8)
#100406
(16,4,6)
#090204
(9,2,4)
#000000
(0,0,0)

Tints of #4F1618

#4F1618
(79,22,24)
#5F2B2D
(95,43,45)
#6F4042
(111,64,66)
#7F5557
(127,85,87)
#8F6A6C
(143,106,108)
#9F7F81
(159,127,129)
#AF9496
(175,148,150)
#BFA9AB
(191,169,171)
#CFBEC0
(207,190,192)
#DFD3D5
(223,211,213)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1618 color. Also use rgb(79,22,24) instead hex code.

Text Font Color

.myTextColor { color: #4F1618; }

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

This text font color is #4F1618.


Background Color

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

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

This div background color is #4F1618.


Border color

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

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

This div border color is #4F1618.


Opacity

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

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

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

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

This text has shadow with #4F1618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1618 on black background.


Color preview on white background

This text has color #4F1618 on white background.



Black color preview on #4F1618 background

This text has black color on #4F1618 background.


White color preview on #4F1618 background

This text has white color on #4F1618 background.