COLOR #4F1439

HEX: #4F1439
RGB: (79,20,57)

Color info

#4F1439 contains red, green and blue colors in about the same proportion. Web safe color of #4F1439 is #660033 (or #603).

RGB color model

#4F1439 color RGB value is (79,20,57).

  • red value is 79;
  • green value is 20;
  • blue value is 57.
RGB:
(79,20,57)
(31%,8%,22%)

RGB channels and saturation

R 79 of 255 = 31%
G 20 of 255 = 8%
B 57 of 255 = 22%

79
20
57

R + G + B ~ 20%. #4F1439 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 20 + 57 = 156 (100%)
R 79 of 156 ~ 50.64%
G 20 of 156 ~ 12.82%
B 57 of 156 ~ 36.54%

%50.64
%12.82
%36.54

CMYK color model

#4F1439 color CMYK value is (0,75,28,69).

  • cyan value is 0.00%
  • magenta value is 74.68%
  • yellow value is 27.85%
  • key color value is 69.02%
CMYK:
(0,75,28,69)
C0M75Y28K69 
(0%,75%,28%,69%)
(0.00/0.75/0.28/0.69)	

CMYK percentages

%0
%74.68
%27.85
%69.02

Codes

Color #4F1439 in popluar color models

4F1439
RGB792057
HSL322°59.60%19.41%
HSB/HSV322°74.68%30.98%
CMYK0.00%74.68%27.85%
69.02%

Color #4F1439 in popluar number systems.

HEX4F1439
Decimal792057
Binary100111110100111001
Octal1172471

Shades and tints

Shades of #4F1439

#4F1439
(79,20,57)
#481334
(72,19,52)
#41122F
(65,18,47)
#3A112A
(58,17,42)
#331025
(51,16,37)
#2C0F20
(44,15,32)
#250E1B
(37,14,27)
#1E0D16
(30,13,22)
#170C11
(23,12,17)
#100B0C
(16,11,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F1439

#4F1439
(79,20,57)
#5F294B
(95,41,75)
#6F3E5D
(111,62,93)
#7F536F
(127,83,111)
#8F6881
(143,104,129)
#9F7D93
(159,125,147)
#AF92A5
(175,146,165)
#BFA7B7
(191,167,183)
#CFBCC9
(207,188,201)
#DFD1DB
(223,209,219)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1439 color. Also use rgb(79,20,57) instead hex code.

Text Font Color

.myTextColor { color: #4F1439; }

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

This text font color is #4F1439.


Background Color

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

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

This div background color is #4F1439.


Border color

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

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

This div border color is #4F1439.


Opacity

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

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

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

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

This text has shadow with #4F1439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1439 on black background.


Color preview on white background

This text has color #4F1439 on white background.



Black color preview on #4F1439 background

This text has black color on #4F1439 background.


White color preview on #4F1439 background

This text has white color on #4F1439 background.