COLOR #975C56

HEX: #975C56
RGB: (151,92,86)

Color info

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

RGB color model

#975C56 color RGB value is (151,92,86).

  • red value is 151;
  • green value is 92;
  • blue value is 86.
RGB:
(151,92,86)
(59%,36%,34%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 86 of 255 = 34%

151
92
86

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

Portions of RGB colors in percentages

R + G + B =
151 + 92 + 86 = 329 (100%)
R 151 of 329 ~ 45.9%
G 92 of 329 ~ 27.96%
B 86 of 329 ~ 26.14%

%45.9
%27.96
%26.14

CMYK color model

#975C56 color CMYK value is (0,39,43,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 43.05%
  • key color value is 40.78%
CMYK:
(0,39,43,41)
C0M39Y43K41 
(0%,39%,43%,41%)
(0.00/0.39/0.43/0.41)	

CMYK percentages

%0
%39.07
%43.05
%40.78

Codes

Color #975C56 in popluar color models

975C56
RGB1519286
HSL27.43%46.47%
HSB/HSV43.05%59.22%
CMYK0.00%39.07%43.05%
40.78%

Color #975C56 in popluar number systems.

HEX975C56
Decimal1519286
Binary1001011110111001010110
Octal227134126

Shades and tints

Shades of #975C56

#975C56
(151,92,86)
#8A544F
(138,84,79)
#7D4C48
(125,76,72)
#704441
(112,68,65)
#633C3A
(99,60,58)
#563433
(86,52,51)
#492C2C
(73,44,44)
#3C2425
(60,36,37)
#2F1C1E
(47,28,30)
#221417
(34,20,23)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #975C56

#975C56
(151,92,86)
#A06A65
(160,106,101)
#A97874
(169,120,116)
#B28683
(178,134,131)
#BB9492
(187,148,146)
#C4A2A1
(196,162,161)
#CDB0B0
(205,176,176)
#D6BEBF
(214,190,191)
#DFCCCE
(223,204,206)
#E8DADD
(232,218,221)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975C56 color. Also use rgb(151,92,86) instead hex code.

Text Font Color

.myTextColor { color: #975C56; }

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

This text font color is #975C56.


Background Color

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

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

This div background color is #975C56.


Border color

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

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

This div border color is #975C56.


Opacity

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

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

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

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

This text has shadow with #975C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975C56 on black background.


Color preview on white background

This text has color #975C56 on white background.



Black color preview on #975C56 background

This text has black color on #975C56 background.


White color preview on #975C56 background

This text has white color on #975C56 background.