COLOR #951C6B

HEX: #951C6B
RGB: (149,28,107)

Color info

#951C6B contains mainly red and blue colors. Web safe color of #951C6B is #993366 (or #936).

RGB color model

#951C6B color RGB value is (149,28,107).

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

RGB channels and saturation

R 149 of 255 = 58%
G 28 of 255 = 11%
B 107 of 255 = 42%

149
28
107

R + G + B ~ 37%. #951C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 28 + 107 = 284 (100%)
R 149 of 284 ~ 52.46%
G 28 of 284 ~ 9.86%
B 107 of 284 ~ 37.68%

%52.46
%9.86
%37.68

CMYK color model

#951C6B color CMYK value is (0,81,28,42).

  • cyan value is 0.00%
  • magenta value is 81.21%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(0,81,28,42)
C0M81Y28K42 
(0%,81%,28%,42%)
(0.00/0.81/0.28/0.42)	

CMYK percentages

%0
%81.21
%28.19
%41.57

Codes

Color #951C6B in popluar color models

951C6B
RGB14928107
HSL321°68.36%34.71%
HSB/HSV321°81.21%58.43%
CMYK0.00%81.21%28.19%
41.57%

Color #951C6B in popluar number systems.

HEX951C6B
Decimal14928107
Binary10010101111001101011
Octal22534153

Shades and tints

Shades of #951C6B

#951C6B
(149,28,107)
#881A62
(136,26,98)
#7B1859
(123,24,89)
#6E1650
(110,22,80)
#611447
(97,20,71)
#54123E
(84,18,62)
#471035
(71,16,53)
#3A0E2C
(58,14,44)
#2D0C23
(45,12,35)
#200A1A
(32,10,26)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #951C6B

#951C6B
(149,28,107)
#9E3078
(158,48,120)
#A74485
(167,68,133)
#B05892
(176,88,146)
#B96C9F
(185,108,159)
#C280AC
(194,128,172)
#CB94B9
(203,148,185)
#D4A8C6
(212,168,198)
#DDBCD3
(221,188,211)
#E6D0E0
(230,208,224)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #951C6B; }

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

This text font color is #951C6B.


Background Color

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

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

This div background color is #951C6B.


Border color

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

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

This div border color is #951C6B.


Opacity

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

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

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

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

This text has shadow with #951C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #951C6B on black background.


Color preview on white background

This text has color #951C6B on white background.



Black color preview on #951C6B background

This text has black color on #951C6B background.


White color preview on #951C6B background

This text has white color on #951C6B background.