COLOR #970F0D

HEX: #970F0D
RGB: (151,15,13)

Color info

#970F0D contains mainly red color. Web safe color of #970F0D is #990000 (or #900).

RGB color model

#970F0D color RGB value is (151,15,13).

  • red value is 151;
  • green value is 15;
  • blue value is 13.
RGB:
(151,15,13)
(59%,6%,5%)

RGB channels and saturation

R 151 of 255 = 59%
G 15 of 255 = 6%
B 13 of 255 = 5%

151
15
13

R + G + B ~ 23%. #970F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 15 + 13 = 179 (100%)
R 151 of 179 ~ 84.36%
G 15 of 179 ~ 8.38%
B 13 of 179 ~ 7.26%

%84.36

CMYK color model

#970F0D color CMYK value is (0,90,91,41).

  • cyan value is 0.00%
  • magenta value is 90.07%
  • yellow value is 91.39%
  • key color value is 40.78%
CMYK:
(0,90,91,41)
C0M90Y91K41 
(0%,90%,91%,41%)
(0.00/0.90/0.91/0.41)	

CMYK percentages

%0
%90.07
%91.39
%40.78

Codes

Color #970F0D in popluar color models

970F0D
RGB1511513
HSL84.15%32.16%
HSB/HSV91.39%59.22%
CMYK0.00%90.07%91.39%
40.78%

Color #970F0D in popluar number systems.

HEX970F0D
Decimal1511513
Binary1001011111111101
Octal2271715

Shades and tints

Shades of #970F0D

#970F0D
(151,15,13)
#8A0E0C
(138,14,12)
#7D0D0B
(125,13,11)
#700C0A
(112,12,10)
#630B09
(99,11,9)
#560A08
(86,10,8)
#490907
(73,9,7)
#3C0806
(60,8,6)
#2F0705
(47,7,5)
#220604
(34,6,4)
#150503
(21,5,3)
#000000
(0,0,0)

Tints of #970F0D

#970F0D
(151,15,13)
#A02423
(160,36,35)
#A93939
(169,57,57)
#B24E4F
(178,78,79)
#BB6365
(187,99,101)
#C4787B
(196,120,123)
#CD8D91
(205,141,145)
#D6A2A7
(214,162,167)
#DFB7BD
(223,183,189)
#E8CCD3
(232,204,211)
#F1E1E9
(241,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #970F0D color. Also use rgb(151,15,13) instead hex code.

Text Font Color

.myTextColor { color: #970F0D; }

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

This text font color is #970F0D.


Background Color

.myBgColor { background-color: #970F0D; }

<div style="background-color:#970F0D">Inner text</div>

This div background color is #970F0D.


Border color

.myBorderColor { border: 1px solid #970F0D; }

<div style="border:3px solid #970F0D">Div</div>

This div border color is #970F0D.


Opacity

.myOpacity80 { color: #970F0D; opacity: 0.8; }

<p style="color:#970F0D;opacity:0.8;">80%</p>

Text with #970F0D 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 #970F0D;}

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

This text has shadow with #970F0D color.

.textShadow {text-shadow: 3px 3px 1px #970F0D, 3px 3px 1px red;}

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

This text has shadow with #970F0D primary color and red secondary color.


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

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

This text has shadow with #970F0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #970F0D on black background.


Color preview on white background

This text has color #970F0D on white background.



Black color preview on #970F0D background

This text has black color on #970F0D background.


White color preview on #970F0D background

This text has white color on #970F0D background.