COLOR #970C28

HEX: #970C28
RGB: (151,12,40)

Color info

#970C28 contains mainly red color. Web safe color of #970C28 is #990033 (or #903).

RGB color model

#970C28 color RGB value is (151,12,40).

  • red value is 151;
  • green value is 12;
  • blue value is 40.
RGB:
(151,12,40)
(59%,5%,16%)

RGB channels and saturation

R 151 of 255 = 59%
G 12 of 255 = 5%
B 40 of 255 = 16%

151
12
40

R + G + B ~ 27%. #970C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 12 + 40 = 203 (100%)
R 151 of 203 ~ 74.38%
G 12 of 203 ~ 5.91%
B 40 of 203 ~ 19.7%

%74.38
%19.7

CMYK color model

#970C28 color CMYK value is (0,92,74,41).

  • cyan value is 0.00%
  • magenta value is 92.05%
  • yellow value is 73.51%
  • key color value is 40.78%
CMYK:
(0,92,74,41)
C0M92Y74K41 
(0%,92%,74%,41%)
(0.00/0.92/0.74/0.41)	

CMYK percentages

%0
%92.05
%73.51
%40.78

Codes

Color #970C28 in popluar color models

970C28
RGB1511240
HSL348°85.28%31.96%
HSB/HSV348°92.05%59.22%
CMYK0.00%92.05%73.51%
40.78%

Color #970C28 in popluar number systems.

HEX970C28
Decimal1511240
Binary100101111100101000
Octal2271450

Shades and tints

Shades of #970C28

#970C28
(151,12,40)
#8A0B25
(138,11,37)
#7D0A22
(125,10,34)
#70091F
(112,9,31)
#63081C
(99,8,28)
#560719
(86,7,25)
#490616
(73,6,22)
#3C0513
(60,5,19)
#2F0410
(47,4,16)
#22030D
(34,3,13)
#15020A
(21,2,10)
#000000
(0,0,0)

Tints of #970C28

#970C28
(151,12,40)
#A0223B
(160,34,59)
#A9384E
(169,56,78)
#B24E61
(178,78,97)
#BB6474
(187,100,116)
#C47A87
(196,122,135)
#CD909A
(205,144,154)
#D6A6AD
(214,166,173)
#DFBCC0
(223,188,192)
#E8D2D3
(232,210,211)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #970C28 color. Also use rgb(151,12,40) instead hex code.

Text Font Color

.myTextColor { color: #970C28; }

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

This text font color is #970C28.


Background Color

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

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

This div background color is #970C28.


Border color

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

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

This div border color is #970C28.


Opacity

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

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

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

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

This text has shadow with #970C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #970C28 on black background.


Color preview on white background

This text has color #970C28 on white background.



Black color preview on #970C28 background

This text has black color on #970C28 background.


White color preview on #970C28 background

This text has white color on #970C28 background.