COLOR #915E6E

HEX: #915E6E RGB: (145,94,110)

Color info

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

RGB color model

#915E6E color RGB value is (145,94,110).

RGB: (145,94,110) (57%, 37%, 43%)

RGB channels and saturation

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

145
94
110

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

Portions of RGB colors in percentages

R + G + B = 145 + 94 + 110 = 349 (100%)
R 145 of 349 ~ 41.55%
G 94 of 349 ~ 26.93%
B 110 of 349 ~ 31.52'%

%41.55
%26.93
%31.52

CMYK color model

#915E6E color CMYK value is (0,35,24,43).

  • cyan value is 0.00%
  • magenta value is 35.17%
  • yellow value is 24.14%
  • key color value is 43.14%

CMYK: (0,35,24,43)
C0M35Y24K43 (0%, 35%, 24%, 43%)
(0.00 / 0.35 / 0.24 / 0.43)

CMYK percentages

%0
%35.17
%24.14
%43.14

Codes

Color #915E6E in popluar color models

91 5E 6E
RGB 145 94 110
HSL 341° 21.34% 46.86%
HSB/HSV 341° 35.17% 56.86%
CMYK 0.00% 35.17% 24.14%
43.14%

Color #915E6E in popluar number systems.

HEX 91 5E 6E
Decimal 145 94 110
Binary 10010001 1011110 1101110
Octal 221 136 156

Shades and tints

Shades of #915E6E

#915E6E
(145,94,110)
#845664
(132,86,100)
#774E5A
(119,78,90)
#6A4650
(106,70,80)
#5D3E46
(93,62,70)
#50363C
(80,54,60)
#432E32
(67,46,50)
#362628
(54,38,40)
#291E1E
(41,30,30)
#1C1614
(28,22,20)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #915E6E

#915E6E
(145,94,110)
#9B6C7B
(155,108,123)
#A57A88
(165,122,136)
#AF8895
(175,136,149)
#B996A2
(185,150,162)
#C3A4AF
(195,164,175)
#CDB2BC
(205,178,188)
#D7C0C9
(215,192,201)
#E1CED6
(225,206,214)
#EBDCE3
(235,220,227)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915E6E; }

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

This text font color is #915E6E.

Background Color

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

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

This div background color is #915E6E.

Border color

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

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

This div border color is #915E6E.

Opacity

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

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

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

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

This text has shadow with #915E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #915E6E.

Preview

Color preview on black background

This text has color #915E6E on black background.


Color preview on white background

This text has color #915E6E on white background.


Black color preview on #915E6E background

This text has black color on #915E6E background.


White color preview on #915E6E background

This text has white color on #915E6E background.


Related colors

Complementary color

Complementary color for #hex is #6EA191.


I love getcolorcode.com

Triadic colors

1 #6E915E and #5E6E91 with #915E6E are triadic colors.

2 #6E5E91 and #5E916E with #915E6E are triadic colors.