COLOR #975B64

HEX: #975B64
RGB: (151,91,100)

Color info

#975B64 contains mainly red and blue colors. Web safe color of #975B64 is #996666 (or #966).

RGB color model

#975B64 color RGB value is (151,91,100).

  • red value is 151;
  • green value is 91;
  • blue value is 100.
RGB:
(151,91,100)
(59%,36%,39%)

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 100 of 255 = 39%

151
91
100

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

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 100 = 342 (100%)
R 151 of 342 ~ 44.15%
G 91 of 342 ~ 26.61%
B 100 of 342 ~ 29.24%

%44.15
%26.61
%29.24

CMYK color model

#975B64 color CMYK value is (0,40,34,41).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 33.77%
  • key color value is 40.78%
CMYK:
(0,40,34,41)
C0M40Y34K41 
(0%,40%,34%,41%)
(0.00/0.40/0.34/0.41)	

CMYK percentages

%0
%39.74
%33.77
%40.78

Codes

Color #975B64 in popluar color models

975B64
RGB15191100
HSL351°24.79%47.45%
HSB/HSV351°39.74%59.22%
CMYK0.00%39.74%33.77%
40.78%

Color #975B64 in popluar number systems.

HEX975B64
Decimal15191100
Binary1001011110110111100100
Octal227133144

Shades and tints

Shades of #975B64

#975B64
(151,91,100)
#8A535B
(138,83,91)
#7D4B52
(125,75,82)
#704349
(112,67,73)
#633B40
(99,59,64)
#563337
(86,51,55)
#492B2E
(73,43,46)
#3C2325
(60,35,37)
#2F1B1C
(47,27,28)
#221313
(34,19,19)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #975B64

#975B64
(151,91,100)
#A06972
(160,105,114)
#A97780
(169,119,128)
#B2858E
(178,133,142)
#BB939C
(187,147,156)
#C4A1AA
(196,161,170)
#CDAFB8
(205,175,184)
#D6BDC6
(214,189,198)
#DFCBD4
(223,203,212)
#E8D9E2
(232,217,226)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975B64 color. Also use rgb(151,91,100) instead hex code.

Text Font Color

.myTextColor { color: #975B64; }

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

This text font color is #975B64.


Background Color

.myBgColor { background-color: #975B64; }

<div style="background-color:#975B64">Inner text</div>

This div background color is #975B64.


Border color

.myBorderColor { border: 1px solid #975B64; }

<div style="border:3px solid #975B64">Div</div>

This div border color is #975B64.


Opacity

.myOpacity80 { color: #975B64; opacity: 0.8; }

<p style="color:#975B64;opacity:0.8;">80%</p>

Text with #975B64 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 #975B64;}

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

This text has shadow with #975B64 color.

.textShadow {text-shadow: 3px 3px 1px #975B64, 3px 3px 1px red;}

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

This text has shadow with #975B64 primary color and red secondary color.


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

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

This text has shadow with #975B64 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975B64 on black background.


Color preview on white background

This text has color #975B64 on white background.



Black color preview on #975B64 background

This text has black color on #975B64 background.


White color preview on #975B64 background

This text has white color on #975B64 background.