COLOR #950C34

HEX: #950C34
RGB: (149,12,52)

Color info

#950C34 contains mainly red color. Web safe color of #950C34 is #990033 (or #903).

RGB color model

#950C34 color RGB value is (149,12,52).

  • red value is 149;
  • green value is 12;
  • blue value is 52.
RGB:
(149,12,52)
(58%,5%,20%)

RGB channels and saturation

R 149 of 255 = 58%
G 12 of 255 = 5%
B 52 of 255 = 20%

149
12
52

R + G + B ~ 28%. #950C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 12 + 52 = 213 (100%)
R 149 of 213 ~ 69.95%
G 12 of 213 ~ 5.63%
B 52 of 213 ~ 24.41%

%69.95
%24.41

CMYK color model

#950C34 color CMYK value is (0,92,65,42).

  • cyan value is 0.00%
  • magenta value is 91.95%
  • yellow value is 65.10%
  • key color value is 41.57%
CMYK:
(0,92,65,42)
C0M92Y65K42 
(0%,92%,65%,42%)
(0.00/0.92/0.65/0.42)	

CMYK percentages

%0
%91.95
%65.1
%41.57

Codes

Color #950C34 in popluar color models

950C34
RGB1491252
HSL342°85.09%31.57%
HSB/HSV342°91.95%58.43%
CMYK0.00%91.95%65.10%
41.57%

Color #950C34 in popluar number systems.

HEX950C34
Decimal1491252
Binary100101011100110100
Octal2251464

Shades and tints

Shades of #950C34

#950C34
(149,12,52)
#880B30
(136,11,48)
#7B0A2C
(123,10,44)
#6E0928
(110,9,40)
#610824
(97,8,36)
#540720
(84,7,32)
#47061C
(71,6,28)
#3A0518
(58,5,24)
#2D0414
(45,4,20)
#200310
(32,3,16)
#13020C
(19,2,12)
#000000
(0,0,0)

Tints of #950C34

#950C34
(149,12,52)
#9E2246
(158,34,70)
#A73858
(167,56,88)
#B04E6A
(176,78,106)
#B9647C
(185,100,124)
#C27A8E
(194,122,142)
#CB90A0
(203,144,160)
#D4A6B2
(212,166,178)
#DDBCC4
(221,188,196)
#E6D2D6
(230,210,214)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950C34 color. Also use rgb(149,12,52) instead hex code.

Text Font Color

.myTextColor { color: #950C34; }

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

This text font color is #950C34.


Background Color

.myBgColor { background-color: #950C34; }

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

This div background color is #950C34.


Border color

.myBorderColor { border: 1px solid #950C34; }

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

This div border color is #950C34.


Opacity

.myOpacity80 { color: #950C34; opacity: 0.8; }

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

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

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

This text has shadow with #950C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950C34 on black background.


Color preview on white background

This text has color #950C34 on white background.



Black color preview on #950C34 background

This text has black color on #950C34 background.


White color preview on #950C34 background

This text has white color on #950C34 background.