COLOR #915E6D

HEX: #915E6D
RGB: (145,94,109)

Color info

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

RGB color model

#915E6D color RGB value is (145,94,109).

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

RGB channels and saturation

R 145 of 255 = 57%
G 94 of 255 = 37%
B 109 of 255 = 43%

145
94
109

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

Portions of RGB colors in percentages

R + G + B =
145 + 94 + 109 = 348 (100%)
R 145 of 348 ~ 41.67%
G 94 of 348 ~ 27.01%
B 109 of 348 ~ 31.32%

%41.67
%27.01
%31.32

CMYK color model

#915E6D color CMYK value is (0,35,25,43).

  • cyan value is 0.00%
  • magenta value is 35.17%
  • yellow value is 24.83%
  • key color value is 43.14%
CMYK:
(0,35,25,43)
C0M35Y25K43 
(0%,35%,25%,43%)
(0.00/0.35/0.25/0.43)	

CMYK percentages

%0
%35.17
%24.83
%43.14

Codes

Color #915E6D in popluar color models

915E6D
RGB14594109
HSL342°21.34%46.86%
HSB/HSV342°35.17%56.86%
CMYK0.00%35.17%24.83%
43.14%

Color #915E6D in popluar number systems.

HEX915E6D
Decimal14594109
Binary1001000110111101101101
Octal221136155

Shades and tints

Shades of #915E6D

#915E6D
(145,94,109)
#845664
(132,86,100)
#774E5B
(119,78,91)
#6A4652
(106,70,82)
#5D3E49
(93,62,73)
#503640
(80,54,64)
#432E37
(67,46,55)
#36262E
(54,38,46)
#291E25
(41,30,37)
#1C161C
(28,22,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #915E6D

#915E6D
(145,94,109)
#9B6C7A
(155,108,122)
#A57A87
(165,122,135)
#AF8894
(175,136,148)
#B996A1
(185,150,161)
#C3A4AE
(195,164,174)
#CDB2BB
(205,178,187)
#D7C0C8
(215,192,200)
#E1CED5
(225,206,213)
#EBDCE2
(235,220,226)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915E6D; }

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

This text font color is #915E6D.


Background Color

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

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

This div background color is #915E6D.


Border color

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

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

This div border color is #915E6D.


Opacity

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

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

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

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

This text has shadow with #915E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915E6D on black background.


Color preview on white background

This text has color #915E6D on white background.



Black color preview on #915E6D background

This text has black color on #915E6D background.


White color preview on #915E6D background

This text has white color on #915E6D background.