COLOR #951717

HEX: #951717
RGB: (149,23,23)

Color info

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

RGB color model

#951717 color RGB value is (149,23,23).

  • red value is 149;
  • green value is 23;
  • blue value is 23.
RGB:
(149,23,23)
(58%,9%,9%)

RGB channels and saturation

R 149 of 255 = 58%
G 23 of 255 = 9%
B 23 of 255 = 9%

149
23
23

R + G + B ~ 25%. #951717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 23 + 23 = 195 (100%)
R 149 of 195 ~ 76.41%
G 23 of 195 ~ 11.79%
B 23 of 195 ~ 11.79%

%76.41
%11.79
%11.79

CMYK color model

#951717 color CMYK value is (0,85,85,42).

  • cyan value is 0.00%
  • magenta value is 84.56%
  • yellow value is 84.56%
  • key color value is 41.57%
CMYK:
(0,85,85,42)
C0M85Y85K42 
(0%,85%,85%,42%)
(0.00/0.85/0.85/0.42)	

CMYK percentages

%0
%84.56
%84.56
%41.57

Codes

Color #951717 in popluar color models

951717
RGB1492323
HSL73.26%33.73%
HSB/HSV84.56%58.43%
CMYK0.00%84.56%84.56%
41.57%

Color #951717 in popluar number systems.

HEX951717
Decimal1492323
Binary100101011011110111
Octal2252727

Shades and tints

Shades of #951717

#951717
(149,23,23)
#881515
(136,21,21)
#7B1313
(123,19,19)
#6E1111
(110,17,17)
#610F0F
(97,15,15)
#540D0D
(84,13,13)
#470B0B
(71,11,11)
#3A0909
(58,9,9)
#2D0707
(45,7,7)
#200505
(32,5,5)
#130303
(19,3,3)
#000000
(0,0,0)

Tints of #951717

#951717
(149,23,23)
#9E2C2C
(158,44,44)
#A74141
(167,65,65)
#B05656
(176,86,86)
#B96B6B
(185,107,107)
#C28080
(194,128,128)
#CB9595
(203,149,149)
#D4AAAA
(212,170,170)
#DDBFBF
(221,191,191)
#E6D4D4
(230,212,212)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951717 color. Also use rgb(149,23,23) instead hex code.

Text Font Color

.myTextColor { color: #951717; }

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

This text font color is #951717.


Background Color

.myBgColor { background-color: #951717; }

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

This div background color is #951717.


Border color

.myBorderColor { border: 1px solid #951717; }

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

This div border color is #951717.


Opacity

.myOpacity80 { color: #951717; opacity: 0.8; }

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

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

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

This text has shadow with #951717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951717 on black background.


Color preview on white background

This text has color #951717 on white background.



Black color preview on #951717 background

This text has black color on #951717 background.


White color preview on #951717 background

This text has white color on #951717 background.