COLOR #975A52

HEX: #975A52
RGB: (151,90,82)

Color info

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

RGB color model

#975A52 color RGB value is (151,90,82).

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

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 82 of 255 = 32%

151
90
82

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

Portions of RGB colors in percentages

R + G + B =
151 + 90 + 82 = 323 (100%)
R 151 of 323 ~ 46.75%
G 90 of 323 ~ 27.86%
B 82 of 323 ~ 25.39%

%46.75
%27.86
%25.39

CMYK color model

#975A52 color CMYK value is (0,40,46,41).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 45.70%
  • key color value is 40.78%
CMYK:
(0,40,46,41)
C0M40Y46K41 
(0%,40%,46%,41%)
(0.00/0.40/0.46/0.41)	

CMYK percentages

%0
%40.4
%45.7
%40.78

Codes

Color #975A52 in popluar color models

975A52
RGB1519082
HSL29.61%45.69%
HSB/HSV45.70%59.22%
CMYK0.00%40.40%45.70%
40.78%

Color #975A52 in popluar number systems.

HEX975A52
Decimal1519082
Binary1001011110110101010010
Octal227132122

Shades and tints

Shades of #975A52

#975A52
(151,90,82)
#8A524B
(138,82,75)
#7D4A44
(125,74,68)
#70423D
(112,66,61)
#633A36
(99,58,54)
#56322F
(86,50,47)
#492A28
(73,42,40)
#3C2221
(60,34,33)
#2F1A1A
(47,26,26)
#221213
(34,18,19)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #975A52

#975A52
(151,90,82)
#A06961
(160,105,97)
#A97870
(169,120,112)
#B2877F
(178,135,127)
#BB968E
(187,150,142)
#C4A59D
(196,165,157)
#CDB4AC
(205,180,172)
#D6C3BB
(214,195,187)
#DFD2CA
(223,210,202)
#E8E1D9
(232,225,217)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975A52; }

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

This text font color is #975A52.


Background Color

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

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

This div background color is #975A52.


Border color

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

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

This div border color is #975A52.


Opacity

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

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

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

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

This text has shadow with #975A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975A52 on black background.


Color preview on white background

This text has color #975A52 on white background.



Black color preview on #975A52 background

This text has black color on #975A52 background.


White color preview on #975A52 background

This text has white color on #975A52 background.