COLOR #951C31

HEX: #951C31
RGB: (149,28,49)

Color info

#951C31 contains mainly red color. Web safe color of #951C31 is #993333 (or #933).

RGB color model

#951C31 color RGB value is (149,28,49).

  • red value is 149;
  • green value is 28;
  • blue value is 49.
RGB:
(149,28,49)
(58%,11%,19%)

RGB channels and saturation

R 149 of 255 = 58%
G 28 of 255 = 11%
B 49 of 255 = 19%

149
28
49

R + G + B ~ 29%. #951C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 28 + 49 = 226 (100%)
R 149 of 226 ~ 65.93%
G 28 of 226 ~ 12.39%
B 49 of 226 ~ 21.68%

%65.93
%12.39
%21.68

CMYK color model

#951C31 color CMYK value is (0,81,67,42).

  • cyan value is 0.00%
  • magenta value is 81.21%
  • yellow value is 67.11%
  • key color value is 41.57%
CMYK:
(0,81,67,42)
C0M81Y67K42 
(0%,81%,67%,42%)
(0.00/0.81/0.67/0.42)	

CMYK percentages

%0
%81.21
%67.11
%41.57

Codes

Color #951C31 in popluar color models

951C31
RGB1492849
HSL350°68.36%34.71%
HSB/HSV350°81.21%58.43%
CMYK0.00%81.21%67.11%
41.57%

Color #951C31 in popluar number systems.

HEX951C31
Decimal1492849
Binary1001010111100110001
Octal2253461

Shades and tints

Shades of #951C31

#951C31
(149,28,49)
#881A2D
(136,26,45)
#7B1829
(123,24,41)
#6E1625
(110,22,37)
#611421
(97,20,33)
#54121D
(84,18,29)
#471019
(71,16,25)
#3A0E15
(58,14,21)
#2D0C11
(45,12,17)
#200A0D
(32,10,13)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #951C31

#951C31
(149,28,49)
#9E3043
(158,48,67)
#A74455
(167,68,85)
#B05867
(176,88,103)
#B96C79
(185,108,121)
#C2808B
(194,128,139)
#CB949D
(203,148,157)
#D4A8AF
(212,168,175)
#DDBCC1
(221,188,193)
#E6D0D3
(230,208,211)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951C31 color. Also use rgb(149,28,49) instead hex code.

Text Font Color

.myTextColor { color: #951C31; }

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

This text font color is #951C31.


Background Color

.myBgColor { background-color: #951C31; }

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

This div background color is #951C31.


Border color

.myBorderColor { border: 1px solid #951C31; }

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

This div border color is #951C31.


Opacity

.myOpacity80 { color: #951C31; opacity: 0.8; }

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

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

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

This text has shadow with #951C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951C31 on black background.


Color preview on white background

This text has color #951C31 on white background.



Black color preview on #951C31 background

This text has black color on #951C31 background.


White color preview on #951C31 background

This text has white color on #951C31 background.