COLOR #95295F

HEX: #95295F
RGB: (149,41,95)

Color info

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

RGB color model

#95295F color RGB value is (149,41,95).

  • red value is 149;
  • green value is 41;
  • blue value is 95.
RGB:
(149,41,95)
(58%,16%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 41 of 255 = 16%
B 95 of 255 = 37%

149
41
95

R + G + B ~ 37%. #95295F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 41 + 95 = 285 (100%)
R 149 of 285 ~ 52.28%
G 41 of 285 ~ 14.39%
B 95 of 285 ~ 33.33%

%52.28
%14.39
%33.33

CMYK color model

#95295F color CMYK value is (0,72,36,42).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,72,36,42)
C0M72Y36K42 
(0%,72%,36%,42%)
(0.00/0.72/0.36/0.42)	

CMYK percentages

%0
%72.48
%36.24
%41.57

Codes

Color #95295F in popluar color models

95295F
RGB1494195
HSL330°56.84%37.25%
HSB/HSV330°72.48%58.43%
CMYK0.00%72.48%36.24%
41.57%

Color #95295F in popluar number systems.

HEX95295F
Decimal1494195
Binary100101011010011011111
Octal22551137

Shades and tints

Shades of #95295F

#95295F
(149,41,95)
#882657
(136,38,87)
#7B234F
(123,35,79)
#6E2047
(110,32,71)
#611D3F
(97,29,63)
#541A37
(84,26,55)
#47172F
(71,23,47)
#3A1427
(58,20,39)
#2D111F
(45,17,31)
#200E17
(32,14,23)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #95295F

#95295F
(149,41,95)
#9E3C6D
(158,60,109)
#A74F7B
(167,79,123)
#B06289
(176,98,137)
#B97597
(185,117,151)
#C288A5
(194,136,165)
#CB9BB3
(203,155,179)
#D4AEC1
(212,174,193)
#DDC1CF
(221,193,207)
#E6D4DD
(230,212,221)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95295F color. Also use rgb(149,41,95) instead hex code.

Text Font Color

.myTextColor { color: #95295F; }

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

This text font color is #95295F.


Background Color

.myBgColor { background-color: #95295F; }

<div style="background-color:#95295F">Inner text</div>

This div background color is #95295F.


Border color

.myBorderColor { border: 1px solid #95295F; }

<div style="border:3px solid #95295F">Div</div>

This div border color is #95295F.


Opacity

.myOpacity80 { color: #95295F; opacity: 0.8; }

<p style="color:#95295F;opacity:0.8;">80%</p>

Text with #95295F 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 #95295F;}

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

This text has shadow with #95295F color.

.textShadow {text-shadow: 3px 3px 1px #95295F, 3px 3px 1px red;}

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

This text has shadow with #95295F primary color and red secondary color.


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

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

This text has shadow with #95295F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95295F on black background.


Color preview on white background

This text has color #95295F on white background.



Black color preview on #95295F background

This text has black color on #95295F background.


White color preview on #95295F background

This text has white color on #95295F background.