COLOR #975446

HEX: #975446
RGB: (151,84,70)

Color info

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

RGB color model

#975446 color RGB value is (151,84,70).

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

RGB channels and saturation

R 151 of 255 = 59%
G 84 of 255 = 33%
B 70 of 255 = 27%

151
84
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 84 + 70 = 305 (100%)
R 151 of 305 ~ 49.51%
G 84 of 305 ~ 27.54%
B 70 of 305 ~ 22.95%

%49.51
%27.54
%22.95

CMYK color model

#975446 color CMYK value is (0,44,54,41).

  • cyan value is 0.00%
  • magenta value is 44.37%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(0,44,54,41)
C0M44Y54K41 
(0%,44%,54%,41%)
(0.00/0.44/0.54/0.41)	

CMYK percentages

%0
%44.37
%53.64
%40.78

Codes

Color #975446 in popluar color models

975446
RGB1518470
HSL10°36.65%43.33%
HSB/HSV10°53.64%59.22%
CMYK0.00%44.37%53.64%
40.78%

Color #975446 in popluar number systems.

HEX975446
Decimal1518470
Binary1001011110101001000110
Octal227124106

Shades and tints

Shades of #975446

#975446
(151,84,70)
#8A4D40
(138,77,64)
#7D463A
(125,70,58)
#703F34
(112,63,52)
#63382E
(99,56,46)
#563128
(86,49,40)
#492A22
(73,42,34)
#3C231C
(60,35,28)
#2F1C16
(47,28,22)
#221510
(34,21,16)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #975446

#975446
(151,84,70)
#A06356
(160,99,86)
#A97266
(169,114,102)
#B28176
(178,129,118)
#BB9086
(187,144,134)
#C49F96
(196,159,150)
#CDAEA6
(205,174,166)
#D6BDB6
(214,189,182)
#DFCCC6
(223,204,198)
#E8DBD6
(232,219,214)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975446; }

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

This text font color is #975446.


Background Color

.myBgColor { background-color: #975446; }

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

This div background color is #975446.


Border color

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

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

This div border color is #975446.


Opacity

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

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

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

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

This text has shadow with #975446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975446 on black background.


Color preview on white background

This text has color #975446 on white background.



Black color preview on #975446 background

This text has black color on #975446 background.


White color preview on #975446 background

This text has white color on #975446 background.