COLOR #915B6E

HEX: #915B6E
RGB: (145,91,110)

Color info

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

RGB color model

#915B6E color RGB value is (145,91,110).

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

RGB channels and saturation

R 145 of 255 = 57%
G 91 of 255 = 36%
B 110 of 255 = 43%

145
91
110

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

Portions of RGB colors in percentages

R + G + B =
145 + 91 + 110 = 346 (100%)
R 145 of 346 ~ 41.91%
G 91 of 346 ~ 26.3%
B 110 of 346 ~ 31.79%

%41.91
%26.3
%31.79

CMYK color model

#915B6E color CMYK value is (0,37,24,43).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 24.14%
  • key color value is 43.14%
CMYK:
(0,37,24,43)
C0M37Y24K43 
(0%,37%,24%,43%)
(0.00/0.37/0.24/0.43)	

CMYK percentages

%0
%37.24
%24.14
%43.14

Codes

Color #915B6E in popluar color models

915B6E
RGB14591110
HSL339°22.88%46.27%
HSB/HSV339°37.24%56.86%
CMYK0.00%37.24%24.14%
43.14%

Color #915B6E in popluar number systems.

HEX915B6E
Decimal14591110
Binary1001000110110111101110
Octal221133156

Shades and tints

Shades of #915B6E

#915B6E
(145,91,110)
#845364
(132,83,100)
#774B5A
(119,75,90)
#6A4350
(106,67,80)
#5D3B46
(93,59,70)
#50333C
(80,51,60)
#432B32
(67,43,50)
#362328
(54,35,40)
#291B1E
(41,27,30)
#1C1314
(28,19,20)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #915B6E

#915B6E
(145,91,110)
#9B697B
(155,105,123)
#A57788
(165,119,136)
#AF8595
(175,133,149)
#B993A2
(185,147,162)
#C3A1AF
(195,161,175)
#CDAFBC
(205,175,188)
#D7BDC9
(215,189,201)
#E1CBD6
(225,203,214)
#EBD9E3
(235,217,227)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915B6E; }

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

This text font color is #915B6E.


Background Color

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

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

This div background color is #915B6E.


Border color

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

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

This div border color is #915B6E.


Opacity

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

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

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

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

This text has shadow with #915B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915B6E on black background.


Color preview on white background

This text has color #915B6E on white background.



Black color preview on #915B6E background

This text has black color on #915B6E background.


White color preview on #915B6E background

This text has white color on #915B6E background.