COLOR #5F1319

HEX: #5F1319
RGB: (95,19,25)

Color info

#5F1319 contains mainly red color. Web safe color of #5F1319 is #660000 (or #600).

RGB color model

#5F1319 color RGB value is (95,19,25).

  • red value is 95;
  • green value is 19;
  • blue value is 25.
RGB:
(95,19,25)
(37%,7%,10%)

RGB channels and saturation

R 95 of 255 = 37%
G 19 of 255 = 7%
B 25 of 255 = 10%

95
19
25

R + G + B ~ 18%. #5F1319 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 19 + 25 = 139 (100%)
R 95 of 139 ~ 68.35%
G 19 of 139 ~ 13.67%
B 25 of 139 ~ 17.99%

%68.35
%13.67
%17.99

CMYK color model

#5F1319 color CMYK value is (0,80,74,63).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 73.68%
  • key color value is 62.75%
CMYK:
(0,80,74,63)
C0M80Y74K63 
(0%,80%,74%,63%)
(0.00/0.80/0.74/0.63)	

CMYK percentages

%0
%80
%73.68
%62.75

Codes

Color #5F1319 in popluar color models

5F1319
RGB951925
HSL355°66.67%22.35%
HSB/HSV355°80.00%37.25%
CMYK0.00%80.00%73.68%
62.75%

Color #5F1319 in popluar number systems.

HEX5F1319
Decimal951925
Binary10111111001111001
Octal1372331

Shades and tints

Shades of #5F1319

#5F1319
(95,19,25)
#571217
(87,18,23)
#4F1115
(79,17,21)
#471013
(71,16,19)
#3F0F11
(63,15,17)
#370E0F
(55,14,15)
#2F0D0D
(47,13,13)
#270C0B
(39,12,11)
#1F0B09
(31,11,9)
#170A07
(23,10,7)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #5F1319

#5F1319
(95,19,25)
#6D282D
(109,40,45)
#7B3D41
(123,61,65)
#895255
(137,82,85)
#976769
(151,103,105)
#A57C7D
(165,124,125)
#B39191
(179,145,145)
#C1A6A5
(193,166,165)
#CFBBB9
(207,187,185)
#DDD0CD
(221,208,205)
#EBE5E1
(235,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F1319 color. Also use rgb(95,19,25) instead hex code.

Text Font Color

.myTextColor { color: #5F1319; }

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

This text font color is #5F1319.


Background Color

.myBgColor { background-color: #5F1319; }

<div style="background-color:#5F1319">Inner text</div>

This div background color is #5F1319.


Border color

.myBorderColor { border: 1px solid #5F1319; }

<div style="border:3px solid #5F1319">Div</div>

This div border color is #5F1319.


Opacity

.myOpacity80 { color: #5F1319; opacity: 0.8; }

<p style="color:#5F1319;opacity:0.8;">80%</p>

Text with #5F1319 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 #5F1319;}

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

This text has shadow with #5F1319 color.

.textShadow {text-shadow: 3px 3px 1px #5F1319, 3px 3px 1px red;}

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

This text has shadow with #5F1319 primary color and red secondary color.


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

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

This text has shadow with #5F1319 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F1319 on black background.


Color preview on white background

This text has color #5F1319 on white background.



Black color preview on #5F1319 background

This text has black color on #5F1319 background.


White color preview on #5F1319 background

This text has white color on #5F1319 background.