COLOR #974D5C

HEX: #974D5C
RGB: (151,77,92)

Color info

#974D5C contains mainly red and blue colors. Web safe color of #974D5C is #993366 (or #936).

RGB color model

#974D5C color RGB value is (151,77,92).

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

RGB channels and saturation

R 151 of 255 = 59%
G 77 of 255 = 30%
B 92 of 255 = 36%

151
77
92

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

Portions of RGB colors in percentages

R + G + B =
151 + 77 + 92 = 320 (100%)
R 151 of 320 ~ 47.19%
G 77 of 320 ~ 24.06%
B 92 of 320 ~ 28.75%

%47.19
%24.06
%28.75

CMYK color model

#974D5C color CMYK value is (0,49,39,41).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 39.07%
  • key color value is 40.78%
CMYK:
(0,49,39,41)
C0M49Y39K41 
(0%,49%,39%,41%)
(0.00/0.49/0.39/0.41)	

CMYK percentages

%0
%49.01
%39.07
%40.78

Codes

Color #974D5C in popluar color models

974D5C
RGB1517792
HSL348°32.46%44.71%
HSB/HSV348°49.01%59.22%
CMYK0.00%49.01%39.07%
40.78%

Color #974D5C in popluar number systems.

HEX974D5C
Decimal1517792
Binary1001011110011011011100
Octal227115134

Shades and tints

Shades of #974D5C

#974D5C
(151,77,92)
#8A4654
(138,70,84)
#7D3F4C
(125,63,76)
#703844
(112,56,68)
#63313C
(99,49,60)
#562A34
(86,42,52)
#49232C
(73,35,44)
#3C1C24
(60,28,36)
#2F151C
(47,21,28)
#220E14
(34,14,20)
#15070C
(21,7,12)
#000000
(0,0,0)

Tints of #974D5C

#974D5C
(151,77,92)
#A05D6A
(160,93,106)
#A96D78
(169,109,120)
#B27D86
(178,125,134)
#BB8D94
(187,141,148)
#C49DA2
(196,157,162)
#CDADB0
(205,173,176)
#D6BDBE
(214,189,190)
#DFCDCC
(223,205,204)
#E8DDDA
(232,221,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974D5C color. Also use rgb(151,77,92) instead hex code.

Text Font Color

.myTextColor { color: #974D5C; }

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

This text font color is #974D5C.


Background Color

.myBgColor { background-color: #974D5C; }

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

This div background color is #974D5C.


Border color

.myBorderColor { border: 1px solid #974D5C; }

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

This div border color is #974D5C.


Opacity

.myOpacity80 { color: #974D5C; opacity: 0.8; }

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

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

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

This text has shadow with #974D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974D5C on black background.


Color preview on white background

This text has color #974D5C on white background.



Black color preview on #974D5C background

This text has black color on #974D5C background.


White color preview on #974D5C background

This text has white color on #974D5C background.