COLOR #951B4B

HEX: #951B4B
RGB: (149,27,75)

Color info

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

RGB color model

#951B4B color RGB value is (149,27,75).

  • red value is 149;
  • green value is 27;
  • blue value is 75.
RGB:
(149,27,75)
(58%,11%,29%)

RGB channels and saturation

R 149 of 255 = 58%
G 27 of 255 = 11%
B 75 of 255 = 29%

149
27
75

R + G + B ~ 33%. #951B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 27 + 75 = 251 (100%)
R 149 of 251 ~ 59.36%
G 27 of 251 ~ 10.76%
B 75 of 251 ~ 29.88%

%59.36
%10.76
%29.88

CMYK color model

#951B4B color CMYK value is (0,82,50,42).

  • cyan value is 0.00%
  • magenta value is 81.88%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(0,82,50,42)
C0M82Y50K42 
(0%,82%,50%,42%)
(0.00/0.82/0.50/0.42)	

CMYK percentages

%0
%81.88
%49.66
%41.57

Codes

Color #951B4B in popluar color models

951B4B
RGB1492775
HSL336°69.32%34.51%
HSB/HSV336°81.88%58.43%
CMYK0.00%81.88%49.66%
41.57%

Color #951B4B in popluar number systems.

HEX951B4B
Decimal1492775
Binary10010101110111001011
Octal22533113

Shades and tints

Shades of #951B4B

#951B4B
(149,27,75)
#881945
(136,25,69)
#7B173F
(123,23,63)
#6E1539
(110,21,57)
#611333
(97,19,51)
#54112D
(84,17,45)
#470F27
(71,15,39)
#3A0D21
(58,13,33)
#2D0B1B
(45,11,27)
#200915
(32,9,21)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #951B4B

#951B4B
(149,27,75)
#9E2F5B
(158,47,91)
#A7436B
(167,67,107)
#B0577B
(176,87,123)
#B96B8B
(185,107,139)
#C27F9B
(194,127,155)
#CB93AB
(203,147,171)
#D4A7BB
(212,167,187)
#DDBBCB
(221,187,203)
#E6CFDB
(230,207,219)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951B4B color. Also use rgb(149,27,75) instead hex code.

Text Font Color

.myTextColor { color: #951B4B; }

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

This text font color is #951B4B.


Background Color

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

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

This div background color is #951B4B.


Border color

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

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

This div border color is #951B4B.


Opacity

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

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

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

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

This text has shadow with #951B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951B4B on black background.


Color preview on white background

This text has color #951B4B on white background.



Black color preview on #951B4B background

This text has black color on #951B4B background.


White color preview on #951B4B background

This text has white color on #951B4B background.