COLOR #915F59

HEX: #915F59 RGB: (145,95,89)

Color info

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

RGB color model

#915F59 color RGB value is (145,95,89).

RGB: (145,95,89) (57%, 37%, 35%)

RGB channels and saturation

R 145 of 255 = 57%
G 95 of 255 = 37%
B 89 of 255 = 35%

145
95
89

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

Portions of RGB colors in percentages

R + G + B = 145 + 95 + 89 = 329 (100%)
R 145 of 329 ~ 44.07%
G 95 of 329 ~ 28.88%
B 89 of 329 ~ 27.05'%

%44.07
%28.88
%27.05

CMYK color model

#915F59 color CMYK value is (0,34,39,43).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 38.62%
  • key color value is 43.14%

CMYK: (0,34,39,43)
C0M34Y39K43 (0%, 34%, 39%, 43%)
(0.00 / 0.34 / 0.39 / 0.43)

CMYK percentages

%0
%34.48
%38.62
%43.14

Codes

Color #915F59 in popluar color models

91 5F 59
RGB 145 95 89
HSL 23.93% 45.88%
HSB/HSV 38.62% 56.86%
CMYK 0.00% 34.48% 38.62%
43.14%

Color #915F59 in popluar number systems.

HEX 91 5F 59
Decimal 145 95 89
Binary 10010001 1011111 1011001
Octal 221 137 131

Shades and tints

Shades of #915F59

#915F59
(145,95,89)
#845751
(132,87,81)
#774F49
(119,79,73)
#6A4741
(106,71,65)
#5D3F39
(93,63,57)
#503731
(80,55,49)
#432F29
(67,47,41)
#362721
(54,39,33)
#291F19
(41,31,25)
#1C1711
(28,23,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #915F59

#915F59
(145,95,89)
#9B6D68
(155,109,104)
#A57B77
(165,123,119)
#AF8986
(175,137,134)
#B99795
(185,151,149)
#C3A5A4
(195,165,164)
#CDB3B3
(205,179,179)
#D7C1C2
(215,193,194)
#E1CFD1
(225,207,209)
#EBDDE0
(235,221,224)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915F59 color. Also use rgb(145,95,89) instead hex code.

Text Font Color

.myTextColor { color: #915F59; }

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

This text font color is #915F59.

Background Color

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

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

This div background color is #915F59.

Border color

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

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

This div border color is #915F59.

Opacity

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

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

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

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

This text has shadow with #915F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #915F59.

Preview

Color preview on black background

This text has color #915F59 on black background.


Color preview on white background

This text has color #915F59 on white background.


Black color preview on #915F59 background

This text has black color on #915F59 background.


White color preview on #915F59 background

This text has white color on #915F59 background.


Related colors

Complementary color

Complementary color for #hex is #6EA0A6.


I love getcolorcode.com

Triadic colors

1 #59915F and #5F5991 with #915F59 are triadic colors.

2 #595F91 and #5F9159 with #915F59 are triadic colors.