COLOR #5F1519

HEX: #5F1519
RGB: (95,21,25)

Color info

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

RGB color model

#5F1519 color RGB value is (95,21,25).

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

RGB channels and saturation

R 95 of 255 = 37%
G 21 of 255 = 8%
B 25 of 255 = 10%

95
21
25

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

Portions of RGB colors in percentages

R + G + B =
95 + 21 + 25 = 141 (100%)
R 95 of 141 ~ 67.38%
G 21 of 141 ~ 14.89%
B 25 of 141 ~ 17.73%

%67.38
%14.89
%17.73

CMYK color model

#5F1519 color CMYK value is (0,78,74,63).

  • cyan value is 0.00%
  • magenta value is 77.89%
  • yellow value is 73.68%
  • key color value is 62.75%
CMYK:
(0,78,74,63)
C0M78Y74K63 
(0%,78%,74%,63%)
(0.00/0.78/0.74/0.63)	

CMYK percentages

%0
%77.89
%73.68
%62.75

Codes

Color #5F1519 in popluar color models

5F1519
RGB952125
HSL357°63.79%22.75%
HSB/HSV357°77.89%37.25%
CMYK0.00%77.89%73.68%
62.75%

Color #5F1519 in popluar number systems.

HEX5F1519
Decimal952125
Binary10111111010111001
Octal1372531

Shades and tints

Shades of #5F1519

#5F1519
(95,21,25)
#571417
(87,20,23)
#4F1315
(79,19,21)
#471213
(71,18,19)
#3F1111
(63,17,17)
#37100F
(55,16,15)
#2F0F0D
(47,15,13)
#270E0B
(39,14,11)
#1F0D09
(31,13,9)
#170C07
(23,12,7)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #5F1519

#5F1519
(95,21,25)
#6D2A2D
(109,42,45)
#7B3F41
(123,63,65)
#895455
(137,84,85)
#976969
(151,105,105)
#A57E7D
(165,126,125)
#B39391
(179,147,145)
#C1A8A5
(193,168,165)
#CFBDB9
(207,189,185)
#DDD2CD
(221,210,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F1519; }

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

This text font color is #5F1519.


Background Color

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

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

This div background color is #5F1519.


Border color

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

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

This div border color is #5F1519.


Opacity

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

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

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

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

This text has shadow with #5F1519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F1519 on black background.


Color preview on white background

This text has color #5F1519 on white background.



Black color preview on #5F1519 background

This text has black color on #5F1519 background.


White color preview on #5F1519 background

This text has white color on #5F1519 background.