COLOR #975A54

HEX: #975A54
RGB: (151,90,84)

Color info

#975A54 contains mainly red color. Web safe color of #975A54 is #996666 (or #966).

RGB color model

#975A54 color RGB value is (151,90,84).

  • red value is 151;
  • green value is 90;
  • blue value is 84.
RGB:
(151,90,84)
(59%,35%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 84 of 255 = 33%

151
90
84

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

Portions of RGB colors in percentages

R + G + B =
151 + 90 + 84 = 325 (100%)
R 151 of 325 ~ 46.46%
G 90 of 325 ~ 27.69%
B 84 of 325 ~ 25.85%

%46.46
%27.69
%25.85

CMYK color model

#975A54 color CMYK value is (0,40,44,41).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 44.37%
  • key color value is 40.78%
CMYK:
(0,40,44,41)
C0M40Y44K41 
(0%,40%,44%,41%)
(0.00/0.40/0.44/0.41)	

CMYK percentages

%0
%40.4
%44.37
%40.78

Codes

Color #975A54 in popluar color models

975A54
RGB1519084
HSL28.51%46.08%
HSB/HSV44.37%59.22%
CMYK0.00%40.40%44.37%
40.78%

Color #975A54 in popluar number systems.

HEX975A54
Decimal1519084
Binary1001011110110101010100
Octal227132124

Shades and tints

Shades of #975A54

#975A54
(151,90,84)
#8A524D
(138,82,77)
#7D4A46
(125,74,70)
#70423F
(112,66,63)
#633A38
(99,58,56)
#563231
(86,50,49)
#492A2A
(73,42,42)
#3C2223
(60,34,35)
#2F1A1C
(47,26,28)
#221215
(34,18,21)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #975A54

#975A54
(151,90,84)
#A06963
(160,105,99)
#A97872
(169,120,114)
#B28781
(178,135,129)
#BB9690
(187,150,144)
#C4A59F
(196,165,159)
#CDB4AE
(205,180,174)
#D6C3BD
(214,195,189)
#DFD2CC
(223,210,204)
#E8E1DB
(232,225,219)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975A54 color. Also use rgb(151,90,84) instead hex code.

Text Font Color

.myTextColor { color: #975A54; }

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

This text font color is #975A54.


Background Color

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

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

This div background color is #975A54.


Border color

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

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

This div border color is #975A54.


Opacity

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

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

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

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

This text has shadow with #975A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975A54 on black background.


Color preview on white background

This text has color #975A54 on white background.



Black color preview on #975A54 background

This text has black color on #975A54 background.


White color preview on #975A54 background

This text has white color on #975A54 background.