COLOR #975352

HEX: #975352
RGB: (151,83,82)

Color info

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

RGB color model

#975352 color RGB value is (151,83,82).

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

RGB channels and saturation

R 151 of 255 = 59%
G 83 of 255 = 33%
B 82 of 255 = 32%

151
83
82

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

Portions of RGB colors in percentages

R + G + B =
151 + 83 + 82 = 316 (100%)
R 151 of 316 ~ 47.78%
G 83 of 316 ~ 26.27%
B 82 of 316 ~ 25.95%

%47.78
%26.27
%25.95

CMYK color model

#975352 color CMYK value is (0,45,46,41).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 45.70%
  • key color value is 40.78%
CMYK:
(0,45,46,41)
C0M45Y46K41 
(0%,45%,46%,41%)
(0.00/0.45/0.46/0.41)	

CMYK percentages

%0
%45.03
%45.7
%40.78

Codes

Color #975352 in popluar color models

975352
RGB1518382
HSL29.61%45.69%
HSB/HSV45.70%59.22%
CMYK0.00%45.03%45.70%
40.78%

Color #975352 in popluar number systems.

HEX975352
Decimal1518382
Binary1001011110100111010010
Octal227123122

Shades and tints

Shades of #975352

#975352
(151,83,82)
#8A4C4B
(138,76,75)
#7D4544
(125,69,68)
#703E3D
(112,62,61)
#633736
(99,55,54)
#56302F
(86,48,47)
#492928
(73,41,40)
#3C2221
(60,34,33)
#2F1B1A
(47,27,26)
#221413
(34,20,19)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #975352

#975352
(151,83,82)
#A06261
(160,98,97)
#A97170
(169,113,112)
#B2807F
(178,128,127)
#BB8F8E
(187,143,142)
#C49E9D
(196,158,157)
#CDADAC
(205,173,172)
#D6BCBB
(214,188,187)
#DFCBCA
(223,203,202)
#E8DAD9
(232,218,217)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975352; }

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

This text font color is #975352.


Background Color

.myBgColor { background-color: #975352; }

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

This div background color is #975352.


Border color

.myBorderColor { border: 1px solid #975352; }

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

This div border color is #975352.


Opacity

.myOpacity80 { color: #975352; opacity: 0.8; }

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

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

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

This text has shadow with #975352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975352 on black background.


Color preview on white background

This text has color #975352 on white background.



Black color preview on #975352 background

This text has black color on #975352 background.


White color preview on #975352 background

This text has white color on #975352 background.