COLOR #915F57

HEX: #915F57 RGB: (145,95,87)

Color info

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

RGB color model

#915F57 color RGB value is (145,95,87).

RGB: (145,95,87) (57%, 37%, 34%)

RGB channels and saturation

R 145 of 255 = 57%
G 95 of 255 = 37%
B 87 of 255 = 34%

145
95
87

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

Portions of RGB colors in percentages

R + G + B = 145 + 95 + 87 = 327 (100%)
R 145 of 327 ~ 44.34%
G 95 of 327 ~ 29.05%
B 87 of 327 ~ 26.61'%

%44.34
%29.05
%26.61

CMYK color model

#915F57 color CMYK value is (0,34,40,43).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 40.00%
  • key color value is 43.14%
CMYK: (0,34,40,43) C0M34Y40K43 (0%,34%,40%,43%) (0.00/0.34/0.40/0.43) 

CMYK percentages

%0
%34.48
%40
%43.14

Codes

Color #915F57 in popluar color models

91 5F 57
RGB 145 95 87
HSL 25.00% 45.49%
HSB/HSV 40.00% 56.86%
CMYK 0.00% 34.48% 40.00%
43.14%

Color #915F57 in popluar number systems.

HEX 91 5F 57
Decimal 145 95 87
Binary 10010001 1011111 1010111
Octal 221 137 127

Shades and tints

Shades of #915F57

#915F57
(145,95,87)
#845750
(132,87,80)
#774F49
(119,79,73)
#6A4742
(106,71,66)
#5D3F3B
(93,63,59)
#503734
(80,55,52)
#432F2D
(67,47,45)
#362726
(54,39,38)
#291F1F
(41,31,31)
#1C1718
(28,23,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #915F57

#915F57
(145,95,87)
#9B6D66
(155,109,102)
#A57B75
(165,123,117)
#AF8984
(175,137,132)
#B99793
(185,151,147)
#C3A5A2
(195,165,162)
#CDB3B1
(205,179,177)
#D7C1C0
(215,193,192)
#E1CFCF
(225,207,207)
#EBDDDE
(235,221,222)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915F57; }

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

This text font color is #915F57.

Background Color

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

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

This div background color is #915F57.

Border color

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

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

This div border color is #915F57.

Opacity

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

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

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

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

This text has shadow with #915F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #915F57.

Preview

Color preview on black background

This text has color #915F57 on black background.


Color preview on white background

This text has color #915F57 on white background.


Black color preview on #915F57 background

This text has black color on #915F57 background.


White color preview on #915F57 background

This text has white color on #915F57 background.


Related colors

Complementary color

Complementary color for #hex is #6EA0A8.


I love getcolorcode.com

Triadic colors

1 #57915F and #5F5791 with #915F57 are triadic colors.

2 #575F91 and #5F9157 with #915F57 are triadic colors.