COLOR #915476

HEX: #915476
RGB: (145,84,118)

Color info

#915476 contains mainly red and blue colors. Web safe color of #915476 is #996666 (or #966).

RGB color model

#915476 color RGB value is (145,84,118).

  • red value is 145;
  • green value is 84;
  • blue value is 118.
RGB:
(145,84,118)
(57%,33%,46%)

RGB channels and saturation

R 145 of 255 = 57%
G 84 of 255 = 33%
B 118 of 255 = 46%

145
84
118

R + G + B ~ 45%. #915476 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 84 + 118 = 347 (100%)
R 145 of 347 ~ 41.79%
G 84 of 347 ~ 24.21%
B 118 of 347 ~ 34.01%

%41.79
%24.21
%34.01

CMYK color model

#915476 color CMYK value is (0,42,19,43).

  • cyan value is 0.00%
  • magenta value is 42.07%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,42,19,43)
C0M42Y19K43 
(0%,42%,19%,43%)
(0.00/0.42/0.19/0.43)	

CMYK percentages

%0
%42.07
%18.62
%43.14

Codes

Color #915476 in popluar color models

915476
RGB14584118
HSL327°26.64%44.90%
HSB/HSV327°42.07%56.86%
CMYK0.00%42.07%18.62%
43.14%

Color #915476 in popluar number systems.

HEX915476
Decimal14584118
Binary1001000110101001110110
Octal221124166

Shades and tints

Shades of #915476

#915476
(145,84,118)
#844D6C
(132,77,108)
#774662
(119,70,98)
#6A3F58
(106,63,88)
#5D384E
(93,56,78)
#503144
(80,49,68)
#432A3A
(67,42,58)
#362330
(54,35,48)
#291C26
(41,28,38)
#1C151C
(28,21,28)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #915476

#915476
(145,84,118)
#9B6382
(155,99,130)
#A5728E
(165,114,142)
#AF819A
(175,129,154)
#B990A6
(185,144,166)
#C39FB2
(195,159,178)
#CDAEBE
(205,174,190)
#D7BDCA
(215,189,202)
#E1CCD6
(225,204,214)
#EBDBE2
(235,219,226)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915476 color. Also use rgb(145,84,118) instead hex code.

Text Font Color

.myTextColor { color: #915476; }

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

This text font color is #915476.


Background Color

.myBgColor { background-color: #915476; }

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

This div background color is #915476.


Border color

.myBorderColor { border: 1px solid #915476; }

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

This div border color is #915476.


Opacity

.myOpacity80 { color: #915476; opacity: 0.8; }

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

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

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

This text has shadow with #915476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915476 on black background.


Color preview on white background

This text has color #915476 on white background.



Black color preview on #915476 background

This text has black color on #915476 background.


White color preview on #915476 background

This text has white color on #915476 background.