COLOR #975B47

HEX: #975B47
RGB: (151,91,71)

Color info

#975B47 contains mainly red color. Web safe color of #975B47 is #996633 (or #963).

RGB color model

#975B47 color RGB value is (151,91,71).

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

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 71 of 255 = 28%

151
91
71

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

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 71 = 313 (100%)
R 151 of 313 ~ 48.24%
G 91 of 313 ~ 29.07%
B 71 of 313 ~ 22.68%

%48.24
%29.07
%22.68

CMYK color model

#975B47 color CMYK value is (0,40,53,41).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 52.98%
  • key color value is 40.78%
CMYK:
(0,40,53,41)
C0M40Y53K41 
(0%,40%,53%,41%)
(0.00/0.40/0.53/0.41)	

CMYK percentages

%0
%39.74
%52.98
%40.78

Codes

Color #975B47 in popluar color models

975B47
RGB1519171
HSL15°36.04%43.53%
HSB/HSV15°52.98%59.22%
CMYK0.00%39.74%52.98%
40.78%

Color #975B47 in popluar number systems.

HEX975B47
Decimal1519171
Binary1001011110110111000111
Octal227133107

Shades and tints

Shades of #975B47

#975B47
(151,91,71)
#8A5341
(138,83,65)
#7D4B3B
(125,75,59)
#704335
(112,67,53)
#633B2F
(99,59,47)
#563329
(86,51,41)
#492B23
(73,43,35)
#3C231D
(60,35,29)
#2F1B17
(47,27,23)
#221311
(34,19,17)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #975B47

#975B47
(151,91,71)
#A06957
(160,105,87)
#A97767
(169,119,103)
#B28577
(178,133,119)
#BB9387
(187,147,135)
#C4A197
(196,161,151)
#CDAFA7
(205,175,167)
#D6BDB7
(214,189,183)
#DFCBC7
(223,203,199)
#E8D9D7
(232,217,215)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975B47; }

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

This text font color is #975B47.


Background Color

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

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

This div background color is #975B47.


Border color

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

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

This div border color is #975B47.


Opacity

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

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

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

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

This text has shadow with #975B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975B47 on black background.


Color preview on white background

This text has color #975B47 on white background.



Black color preview on #975B47 background

This text has black color on #975B47 background.


White color preview on #975B47 background

This text has white color on #975B47 background.