COLOR #915E82

HEX: #915E82
RGB: (145,94,130)

Color info

#915E82 contains red, green and blue colors in about the same proportion. Web safe color of #915E82 is #996699 (or #969).

RGB color model

#915E82 color RGB value is (145,94,130).

  • red value is 145;
  • green value is 94;
  • blue value is 130.
RGB:
(145,94,130)
(57%,37%,51%)

RGB channels and saturation

R 145 of 255 = 57%
G 94 of 255 = 37%
B 130 of 255 = 51%

145
94
130

R + G + B ~ 48%. #915E82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 94 + 130 = 369 (100%)
R 145 of 369 ~ 39.3%
G 94 of 369 ~ 25.47%
B 130 of 369 ~ 35.23%

%39.3
%25.47
%35.23

CMYK color model

#915E82 color CMYK value is (0,35,10,43).

  • cyan value is 0.00%
  • magenta value is 35.17%
  • yellow value is 10.34%
  • key color value is 43.14%
CMYK:
(0,35,10,43)
C0M35Y10K43 
(0%,35%,10%,43%)
(0.00/0.35/0.10/0.43)	

CMYK percentages

%0
%35.17
%10.34
%43.14

Codes

Color #915E82 in popluar color models

915E82
RGB14594130
HSL318°21.34%46.86%
HSB/HSV318°35.17%56.86%
CMYK0.00%35.17%10.34%
43.14%

Color #915E82 in popluar number systems.

HEX915E82
Decimal14594130
Binary10010001101111010000010
Octal221136202

Shades and tints

Shades of #915E82

#915E82
(145,94,130)
#845677
(132,86,119)
#774E6C
(119,78,108)
#6A4661
(106,70,97)
#5D3E56
(93,62,86)
#50364B
(80,54,75)
#432E40
(67,46,64)
#362635
(54,38,53)
#291E2A
(41,30,42)
#1C161F
(28,22,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #915E82

#915E82
(145,94,130)
#9B6C8D
(155,108,141)
#A57A98
(165,122,152)
#AF88A3
(175,136,163)
#B996AE
(185,150,174)
#C3A4B9
(195,164,185)
#CDB2C4
(205,178,196)
#D7C0CF
(215,192,207)
#E1CEDA
(225,206,218)
#EBDCE5
(235,220,229)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915E82 color. Also use rgb(145,94,130) instead hex code.

Text Font Color

.myTextColor { color: #915E82; }

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

This text font color is #915E82.


Background Color

.myBgColor { background-color: #915E82; }

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

This div background color is #915E82.


Border color

.myBorderColor { border: 1px solid #915E82; }

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

This div border color is #915E82.


Opacity

.myOpacity80 { color: #915E82; opacity: 0.8; }

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

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

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

This text has shadow with #915E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915E82 on black background.


Color preview on white background

This text has color #915E82 on white background.



Black color preview on #915E82 background

This text has black color on #915E82 background.


White color preview on #915E82 background

This text has white color on #915E82 background.