COLOR #95395E

HEX: #95395E
RGB: (149,57,94)

Color info

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

RGB color model

#95395E color RGB value is (149,57,94).

  • red value is 149;
  • green value is 57;
  • blue value is 94.
RGB:
(149,57,94)
(58%,22%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 57 of 255 = 22%
B 94 of 255 = 37%

149
57
94

R + G + B ~ 39%. #95395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 57 + 94 = 300 (100%)
R 149 of 300 ~ 49.67%
G 57 of 300 ~ 19%
B 94 of 300 ~ 31.33%

%49.67
%19
%31.33

CMYK color model

#95395E color CMYK value is (0,62,37,42).

  • cyan value is 0.00%
  • magenta value is 61.74%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(0,62,37,42)
C0M62Y37K42 
(0%,62%,37%,42%)
(0.00/0.62/0.37/0.42)	

CMYK percentages

%0
%61.74
%36.91
%41.57

Codes

Color #95395E in popluar color models

95395E
RGB1495794
HSL336°44.66%40.39%
HSB/HSV336°61.74%58.43%
CMYK0.00%61.74%36.91%
41.57%

Color #95395E in popluar number systems.

HEX95395E
Decimal1495794
Binary100101011110011011110
Octal22571136

Shades and tints

Shades of #95395E

#95395E
(149,57,94)
#883456
(136,52,86)
#7B2F4E
(123,47,78)
#6E2A46
(110,42,70)
#61253E
(97,37,62)
#542036
(84,32,54)
#471B2E
(71,27,46)
#3A1626
(58,22,38)
#2D111E
(45,17,30)
#200C16
(32,12,22)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #95395E

#95395E
(149,57,94)
#9E4B6C
(158,75,108)
#A75D7A
(167,93,122)
#B06F88
(176,111,136)
#B98196
(185,129,150)
#C293A4
(194,147,164)
#CBA5B2
(203,165,178)
#D4B7C0
(212,183,192)
#DDC9CE
(221,201,206)
#E6DBDC
(230,219,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95395E color. Also use rgb(149,57,94) instead hex code.

Text Font Color

.myTextColor { color: #95395E; }

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

This text font color is #95395E.


Background Color

.myBgColor { background-color: #95395E; }

<div style="background-color:#95395E">Inner text</div>

This div background color is #95395E.


Border color

.myBorderColor { border: 1px solid #95395E; }

<div style="border:3px solid #95395E">Div</div>

This div border color is #95395E.


Opacity

.myOpacity80 { color: #95395E; opacity: 0.8; }

<p style="color:#95395E;opacity:0.8;">80%</p>

Text with #95395E 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 #95395E;}

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

This text has shadow with #95395E color.

.textShadow {text-shadow: 3px 3px 1px #95395E, 3px 3px 1px red;}

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

This text has shadow with #95395E primary color and red secondary color.


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

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

This text has shadow with #95395E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95395E on black background.


Color preview on white background

This text has color #95395E on white background.



Black color preview on #95395E background

This text has black color on #95395E background.


White color preview on #95395E background

This text has white color on #95395E background.