COLOR #4F1B3C

HEX: #4F1B3C
RGB: (79,27,60)

Color info

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

RGB color model

#4F1B3C color RGB value is (79,27,60).

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

RGB channels and saturation

R 79 of 255 = 31%
G 27 of 255 = 11%
B 60 of 255 = 24%

79
27
60

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

Portions of RGB colors in percentages

R + G + B =
79 + 27 + 60 = 166 (100%)
R 79 of 166 ~ 47.59%
G 27 of 166 ~ 16.27%
B 60 of 166 ~ 36.14%

%47.59
%16.27
%36.14

CMYK color model

#4F1B3C color CMYK value is (0,66,24,69).

  • cyan value is 0.00%
  • magenta value is 65.82%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(0,66,24,69)
C0M66Y24K69 
(0%,66%,24%,69%)
(0.00/0.66/0.24/0.69)	

CMYK percentages

%0
%65.82
%24.05
%69.02

Codes

Color #4F1B3C in popluar color models

4F1B3C
RGB792760
HSL322°49.06%20.78%
HSB/HSV322°65.82%30.98%
CMYK0.00%65.82%24.05%
69.02%

Color #4F1B3C in popluar number systems.

HEX4F1B3C
Decimal792760
Binary100111111011111100
Octal1173374

Shades and tints

Shades of #4F1B3C

#4F1B3C
(79,27,60)
#481937
(72,25,55)
#411732
(65,23,50)
#3A152D
(58,21,45)
#331328
(51,19,40)
#2C1123
(44,17,35)
#250F1E
(37,15,30)
#1E0D19
(30,13,25)
#170B14
(23,11,20)
#10090F
(16,9,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #4F1B3C

#4F1B3C
(79,27,60)
#5F2F4D
(95,47,77)
#6F435E
(111,67,94)
#7F576F
(127,87,111)
#8F6B80
(143,107,128)
#9F7F91
(159,127,145)
#AF93A2
(175,147,162)
#BFA7B3
(191,167,179)
#CFBBC4
(207,187,196)
#DFCFD5
(223,207,213)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1B3C; }

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

This text font color is #4F1B3C.


Background Color

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

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

This div background color is #4F1B3C.


Border color

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

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

This div border color is #4F1B3C.


Opacity

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

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

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

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

This text has shadow with #4F1B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1B3C on black background.


Color preview on white background

This text has color #4F1B3C on white background.



Black color preview on #4F1B3C background

This text has black color on #4F1B3C background.


White color preview on #4F1B3C background

This text has white color on #4F1B3C background.