COLOR #5F130C

HEX: #5F130C
RGB: (95,19,12)

Color info

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

RGB color model

#5F130C color RGB value is (95,19,12).

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

RGB channels and saturation

R 95 of 255 = 37%
G 19 of 255 = 7%
B 12 of 255 = 5%

95
19
12

R + G + B ~ 16%. #5F130C is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 19 + 12 = 126 (100%)
R 95 of 126 ~ 75.4%
G 19 of 126 ~ 15.08%
B 12 of 126 ~ 9.52%

%75.4
%15.08
%9.52

CMYK color model

#5F130C color CMYK value is (0,80,87,63).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 87.37%
  • key color value is 62.75%
CMYK:
(0,80,87,63)
C0M80Y87K63 
(0%,80%,87%,63%)
(0.00/0.80/0.87/0.63)	

CMYK percentages

%0
%80
%87.37
%62.75

Codes

Color #5F130C in popluar color models

5F130C
RGB951912
HSL77.57%20.98%
HSB/HSV87.37%37.25%
CMYK0.00%80.00%87.37%
62.75%

Color #5F130C in popluar number systems.

HEX5F130C
Decimal951912
Binary1011111100111100
Octal1372314

Shades and tints

Shades of #5F130C

#5F130C
(95,19,12)
#57120B
(87,18,11)
#4F110A
(79,17,10)
#471009
(71,16,9)
#3F0F08
(63,15,8)
#370E07
(55,14,7)
#2F0D06
(47,13,6)
#270C05
(39,12,5)
#1F0B04
(31,11,4)
#170A03
(23,10,3)
#0F0902
(15,9,2)
#000000
(0,0,0)

Tints of #5F130C

#5F130C
(95,19,12)
#6D2822
(109,40,34)
#7B3D38
(123,61,56)
#89524E
(137,82,78)
#976764
(151,103,100)
#A57C7A
(165,124,122)
#B39190
(179,145,144)
#C1A6A6
(193,166,166)
#CFBBBC
(207,187,188)
#DDD0D2
(221,208,210)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F130C; }

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

This text font color is #5F130C.


Background Color

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

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

This div background color is #5F130C.


Border color

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

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

This div border color is #5F130C.


Opacity

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

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

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

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

This text has shadow with #5F130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F130C on black background.


Color preview on white background

This text has color #5F130C on white background.



Black color preview on #5F130C background

This text has black color on #5F130C background.


White color preview on #5F130C background

This text has white color on #5F130C background.