COLOR #915B63

HEX: #915B63
RGB: (145,91,99)

Color info

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

RGB color model

#915B63 color RGB value is (145,91,99).

  • red value is 145;
  • green value is 91;
  • blue value is 99.
RGB:
(145,91,99)
(57%,36%,39%)

RGB channels and saturation

R 145 of 255 = 57%
G 91 of 255 = 36%
B 99 of 255 = 39%

145
91
99

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

Portions of RGB colors in percentages

R + G + B =
145 + 91 + 99 = 335 (100%)
R 145 of 335 ~ 43.28%
G 91 of 335 ~ 27.16%
B 99 of 335 ~ 29.55%

%43.28
%27.16
%29.55

CMYK color model

#915B63 color CMYK value is (0,37,32,43).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(0,37,32,43)
C0M37Y32K43 
(0%,37%,32%,43%)
(0.00/0.37/0.32/0.43)	

CMYK percentages

%0
%37.24
%31.72
%43.14

Codes

Color #915B63 in popluar color models

915B63
RGB1459199
HSL351°22.88%46.27%
HSB/HSV351°37.24%56.86%
CMYK0.00%37.24%31.72%
43.14%

Color #915B63 in popluar number systems.

HEX915B63
Decimal1459199
Binary1001000110110111100011
Octal221133143

Shades and tints

Shades of #915B63

#915B63
(145,91,99)
#84535A
(132,83,90)
#774B51
(119,75,81)
#6A4348
(106,67,72)
#5D3B3F
(93,59,63)
#503336
(80,51,54)
#432B2D
(67,43,45)
#362324
(54,35,36)
#291B1B
(41,27,27)
#1C1312
(28,19,18)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #915B63

#915B63
(145,91,99)
#9B6971
(155,105,113)
#A5777F
(165,119,127)
#AF858D
(175,133,141)
#B9939B
(185,147,155)
#C3A1A9
(195,161,169)
#CDAFB7
(205,175,183)
#D7BDC5
(215,189,197)
#E1CBD3
(225,203,211)
#EBD9E1
(235,217,225)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915B63 color. Also use rgb(145,91,99) instead hex code.

Text Font Color

.myTextColor { color: #915B63; }

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

This text font color is #915B63.


Background Color

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

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

This div background color is #915B63.


Border color

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

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

This div border color is #915B63.


Opacity

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

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

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

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

This text has shadow with #915B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915B63 on black background.


Color preview on white background

This text has color #915B63 on white background.



Black color preview on #915B63 background

This text has black color on #915B63 background.


White color preview on #915B63 background

This text has white color on #915B63 background.