COLOR #95336E

HEX: #95336E
RGB: (149,51,110)

Color info

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

RGB color model

#95336E color RGB value is (149,51,110).

  • red value is 149;
  • green value is 51;
  • blue value is 110.
RGB:
(149,51,110)
(58%,20%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 51 of 255 = 20%
B 110 of 255 = 43%

149
51
110

R + G + B ~ 40%. #95336E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 51 + 110 = 310 (100%)
R 149 of 310 ~ 48.06%
G 51 of 310 ~ 16.45%
B 110 of 310 ~ 35.48%

%48.06
%16.45
%35.48

CMYK color model

#95336E color CMYK value is (0,66,26,42).

  • cyan value is 0.00%
  • magenta value is 65.77%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(0,66,26,42)
C0M66Y26K42 
(0%,66%,26%,42%)
(0.00/0.66/0.26/0.42)	

CMYK percentages

%0
%65.77
%26.17
%41.57

Codes

Color #95336E in popluar color models

95336E
RGB14951110
HSL324°49.00%39.22%
HSB/HSV324°65.77%58.43%
CMYK0.00%65.77%26.17%
41.57%

Color #95336E in popluar number systems.

HEX95336E
Decimal14951110
Binary100101011100111101110
Octal22563156

Shades and tints

Shades of #95336E

#95336E
(149,51,110)
#882F64
(136,47,100)
#7B2B5A
(123,43,90)
#6E2750
(110,39,80)
#612346
(97,35,70)
#541F3C
(84,31,60)
#471B32
(71,27,50)
#3A1728
(58,23,40)
#2D131E
(45,19,30)
#200F14
(32,15,20)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #95336E

#95336E
(149,51,110)
#9E457B
(158,69,123)
#A75788
(167,87,136)
#B06995
(176,105,149)
#B97BA2
(185,123,162)
#C28DAF
(194,141,175)
#CB9FBC
(203,159,188)
#D4B1C9
(212,177,201)
#DDC3D6
(221,195,214)
#E6D5E3
(230,213,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95336E color. Also use rgb(149,51,110) instead hex code.

Text Font Color

.myTextColor { color: #95336E; }

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

This text font color is #95336E.


Background Color

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

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

This div background color is #95336E.


Border color

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

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

This div border color is #95336E.


Opacity

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

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

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

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

This text has shadow with #95336E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95336E on black background.


Color preview on white background

This text has color #95336E on white background.



Black color preview on #95336E background

This text has black color on #95336E background.


White color preview on #95336E background

This text has white color on #95336E background.