COLOR #915D79

HEX: #915D79
RGB: (145,93,121)

Color info

#915D79 contains red, green and blue colors in about the same proportion. Web safe color of #915D79 is #996666 (or #966).

RGB color model

#915D79 color RGB value is (145,93,121).

  • red value is 145;
  • green value is 93;
  • blue value is 121.
RGB:
(145,93,121)
(57%,36%,47%)

RGB channels and saturation

R 145 of 255 = 57%
G 93 of 255 = 36%
B 121 of 255 = 47%

145
93
121

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

Portions of RGB colors in percentages

R + G + B =
145 + 93 + 121 = 359 (100%)
R 145 of 359 ~ 40.39%
G 93 of 359 ~ 25.91%
B 121 of 359 ~ 33.7%

%40.39
%25.91
%33.7

CMYK color model

#915D79 color CMYK value is (0,36,17,43).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(0,36,17,43)
C0M36Y17K43 
(0%,36%,17%,43%)
(0.00/0.36/0.17/0.43)	

CMYK percentages

%0
%35.86
%16.55
%43.14

Codes

Color #915D79 in popluar color models

915D79
RGB14593121
HSL328°21.85%46.67%
HSB/HSV328°35.86%56.86%
CMYK0.00%35.86%16.55%
43.14%

Color #915D79 in popluar number systems.

HEX915D79
Decimal14593121
Binary1001000110111011111001
Octal221135171

Shades and tints

Shades of #915D79

#915D79
(145,93,121)
#84556E
(132,85,110)
#774D63
(119,77,99)
#6A4558
(106,69,88)
#5D3D4D
(93,61,77)
#503542
(80,53,66)
#432D37
(67,45,55)
#36252C
(54,37,44)
#291D21
(41,29,33)
#1C1516
(28,21,22)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #915D79

#915D79
(145,93,121)
#9B6B85
(155,107,133)
#A57991
(165,121,145)
#AF879D
(175,135,157)
#B995A9
(185,149,169)
#C3A3B5
(195,163,181)
#CDB1C1
(205,177,193)
#D7BFCD
(215,191,205)
#E1CDD9
(225,205,217)
#EBDBE5
(235,219,229)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915D79 color. Also use rgb(145,93,121) instead hex code.

Text Font Color

.myTextColor { color: #915D79; }

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

This text font color is #915D79.


Background Color

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

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

This div background color is #915D79.


Border color

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

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

This div border color is #915D79.


Opacity

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

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

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

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

This text has shadow with #915D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915D79 on black background.


Color preview on white background

This text has color #915D79 on white background.



Black color preview on #915D79 background

This text has black color on #915D79 background.


White color preview on #915D79 background

This text has white color on #915D79 background.