COLOR #951716

HEX: #951716
RGB: (149,23,22)

Color info

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

RGB color model

#951716 color RGB value is (149,23,22).

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

RGB channels and saturation

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

149
23
22

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

Portions of RGB colors in percentages

R + G + B =
149 + 23 + 22 = 194 (100%)
R 149 of 194 ~ 76.8%
G 23 of 194 ~ 11.86%
B 22 of 194 ~ 11.34%

%76.8
%11.86
%11.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.56%
  • yellow value is 85.23%
  • 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
%85.23
%41.57

Codes

Color #951716 in popluar color models

951716
RGB1492322
HSL74.27%33.53%
HSB/HSV85.23%58.43%
CMYK0.00%84.56%85.23%
41.57%

Color #951716 in popluar number systems.

HEX951716
Decimal1492322
Binary100101011011110110
Octal2252726

Shades and tints

Shades of #951716

#951716
(149,23,22)
#881514
(136,21,20)
#7B1312
(123,19,18)
#6E1110
(110,17,16)
#610F0E
(97,15,14)
#540D0C
(84,13,12)
#470B0A
(71,11,10)
#3A0908
(58,9,8)
#2D0706
(45,7,6)
#200504
(32,5,4)
#130302
(19,3,2)
#000000
(0,0,0)

Tints of #951716

#951716
(149,23,22)
#9E2C2B
(158,44,43)
#A74140
(167,65,64)
#B05655
(176,86,85)
#B96B6A
(185,107,106)
#C2807F
(194,128,127)
#CB9594
(203,149,148)
#D4AAA9
(212,170,169)
#DDBFBE
(221,191,190)
#E6D4D3
(230,212,211)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #951716; }

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

This text font color is #951716.


Background Color

.myBgColor { background-color: #951716; }

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

This div background color is #951716.


Border color

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

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

This div border color is #951716.


Opacity

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

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

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

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

This text has shadow with #951716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951716 on black background.


Color preview on white background

This text has color #951716 on white background.



Black color preview on #951716 background

This text has black color on #951716 background.


White color preview on #951716 background

This text has white color on #951716 background.