COLOR #4F1D3D

HEX: #4F1D3D
RGB: (79,29,61)

Color info

#4F1D3D contains red, green and blue colors in about the same proportion. Web safe color of #4F1D3D is #663333 (or #633).

RGB color model

#4F1D3D color RGB value is (79,29,61).

  • red value is 79;
  • green value is 29;
  • blue value is 61.
RGB:
(79,29,61)
(31%,11%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 29 of 255 = 11%
B 61 of 255 = 24%

79
29
61

R + G + B ~ 22%. #4F1D3D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 29 + 61 = 169 (100%)
R 79 of 169 ~ 46.75%
G 29 of 169 ~ 17.16%
B 61 of 169 ~ 36.09%

%46.75
%17.16
%36.09

CMYK color model

#4F1D3D color CMYK value is (0,63,23,69).

  • cyan value is 0.00%
  • magenta value is 63.29%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,63,23,69)
C0M63Y23K69 
(0%,63%,23%,69%)
(0.00/0.63/0.23/0.69)	

CMYK percentages

%0
%63.29
%22.78
%69.02

Codes

Color #4F1D3D in popluar color models

4F1D3D
RGB792961
HSL322°46.30%21.18%
HSB/HSV322°63.29%30.98%
CMYK0.00%63.29%22.78%
69.02%

Color #4F1D3D in popluar number systems.

HEX4F1D3D
Decimal792961
Binary100111111101111101
Octal1173575

Shades and tints

Shades of #4F1D3D

#4F1D3D
(79,29,61)
#481B38
(72,27,56)
#411933
(65,25,51)
#3A172E
(58,23,46)
#331529
(51,21,41)
#2C1324
(44,19,36)
#25111F
(37,17,31)
#1E0F1A
(30,15,26)
#170D15
(23,13,21)
#100B10
(16,11,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F1D3D

#4F1D3D
(79,29,61)
#5F314E
(95,49,78)
#6F455F
(111,69,95)
#7F5970
(127,89,112)
#8F6D81
(143,109,129)
#9F8192
(159,129,146)
#AF95A3
(175,149,163)
#BFA9B4
(191,169,180)
#CFBDC5
(207,189,197)
#DFD1D6
(223,209,214)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1D3D color. Also use rgb(79,29,61) instead hex code.

Text Font Color

.myTextColor { color: #4F1D3D; }

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

This text font color is #4F1D3D.


Background Color

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

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

This div background color is #4F1D3D.


Border color

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

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

This div border color is #4F1D3D.


Opacity

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

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

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

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

This text has shadow with #4F1D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1D3D on black background.


Color preview on white background

This text has color #4F1D3D on white background.



Black color preview on #4F1D3D background

This text has black color on #4F1D3D background.


White color preview on #4F1D3D background

This text has white color on #4F1D3D background.