COLOR #950A53

HEX: #950A53
RGB: (149,10,83)

Color info

#950A53 contains mainly red color. Web safe color of #950A53 is #990066 (or #906).

RGB color model

#950A53 color RGB value is (149,10,83).

  • red value is 149;
  • green value is 10;
  • blue value is 83.
RGB:
(149,10,83)
(58%,4%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 10 of 255 = 4%
B 83 of 255 = 33%

149
10
83

R + G + B ~ 32%. #950A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 10 + 83 = 242 (100%)
R 149 of 242 ~ 61.57%
G 10 of 242 ~ 4.13%
B 83 of 242 ~ 34.3%

%61.57
%34.3

CMYK color model

#950A53 color CMYK value is (0,93,44,42).

  • cyan value is 0.00%
  • magenta value is 93.29%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(0,93,44,42)
C0M93Y44K42 
(0%,93%,44%,42%)
(0.00/0.93/0.44/0.42)	

CMYK percentages

%0
%93.29
%44.3
%41.57

Codes

Color #950A53 in popluar color models

950A53
RGB1491083
HSL328°87.42%31.18%
HSB/HSV328°93.29%58.43%
CMYK0.00%93.29%44.30%
41.57%

Color #950A53 in popluar number systems.

HEX950A53
Decimal1491083
Binary1001010110101010011
Octal22512123

Shades and tints

Shades of #950A53

#950A53
(149,10,83)
#880A4C
(136,10,76)
#7B0A45
(123,10,69)
#6E0A3E
(110,10,62)
#610A37
(97,10,55)
#540A30
(84,10,48)
#470A29
(71,10,41)
#3A0A22
(58,10,34)
#2D0A1B
(45,10,27)
#200A14
(32,10,20)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #950A53

#950A53
(149,10,83)
#9E2062
(158,32,98)
#A73671
(167,54,113)
#B04C80
(176,76,128)
#B9628F
(185,98,143)
#C2789E
(194,120,158)
#CB8EAD
(203,142,173)
#D4A4BC
(212,164,188)
#DDBACB
(221,186,203)
#E6D0DA
(230,208,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950A53 color. Also use rgb(149,10,83) instead hex code.

Text Font Color

.myTextColor { color: #950A53; }

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

This text font color is #950A53.


Background Color

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

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

This div background color is #950A53.


Border color

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

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

This div border color is #950A53.


Opacity

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

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

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

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

This text has shadow with #950A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950A53 on black background.


Color preview on white background

This text has color #950A53 on white background.



Black color preview on #950A53 background

This text has black color on #950A53 background.


White color preview on #950A53 background

This text has white color on #950A53 background.