COLOR #5F000D

HEX: #5F000D
RGB: (95,0,13)

Color info

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

RGB color model

#5F000D color RGB value is (95,0,13).

  • red value is 95;
  • green value is 0;
  • blue value is 13.
RGB:
(95,0,13)
(37%,0%,5%)

RGB channels and saturation

R 95 of 255 = 37%
G 0 of 255 = 0%
B 13 of 255 = 5%

95
0
13

R + G + B ~ 14%. #5F000D is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 0 + 13 = 108 (100%)
R 95 of 108 ~ 87.96%
G 0 of 108 ~ 0%
B 13 of 108 ~ 12.04%

%87.96
%12.04

CMYK color model

#5F000D color CMYK value is (0,100,86,63).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 86.32%
  • key color value is 62.75%
CMYK:
(0,100,86,63)
C0M100Y86K63 
(0%,100%,86%,63%)
(0.00/1.00/0.86/0.63)	

CMYK percentages

%0
%100
%86.32
%62.75

Codes

Color #5F000D in popluar color models

5F000D
RGB95013
HSL352°100.00%18.63%
HSB/HSV352°100.00%37.25%
CMYK0.00%100.00%86.32%
62.75%

Color #5F000D in popluar number systems.

HEX5F000D
Decimal95013
Binary101111101101
Octal137015

Shades and tints

Shades of #5F000D

#5F000D
(95,0,13)
#57000C
(87,0,12)
#4F000B
(79,0,11)
#47000A
(71,0,10)
#3F0009
(63,0,9)
#370008
(55,0,8)
#2F0007
(47,0,7)
#270006
(39,0,6)
#1F0005
(31,0,5)
#170004
(23,0,4)
#0F0003
(15,0,3)
#000000
(0,0,0)

Tints of #5F000D

#5F000D
(95,0,13)
#6D1723
(109,23,35)
#7B2E39
(123,46,57)
#89454F
(137,69,79)
#975C65
(151,92,101)
#A5737B
(165,115,123)
#B38A91
(179,138,145)
#C1A1A7
(193,161,167)
#CFB8BD
(207,184,189)
#DDCFD3
(221,207,211)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F000D color. Also use rgb(95,0,13) instead hex code.

Text Font Color

.myTextColor { color: #5F000D; }

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

This text font color is #5F000D.


Background Color

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

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

This div background color is #5F000D.


Border color

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

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

This div border color is #5F000D.


Opacity

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

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

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

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

This text has shadow with #5F000D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F000D on black background.


Color preview on white background

This text has color #5F000D on white background.



Black color preview on #5F000D background

This text has black color on #5F000D background.


White color preview on #5F000D background

This text has white color on #5F000D background.