COLOR #974E66

HEX: #974E66
RGB: (151,78,102)

Color info

#974E66 contains mainly red and blue colors. Web safe color of #974E66 is #996666 (or #966).

RGB color model

#974E66 color RGB value is (151,78,102).

  • red value is 151;
  • green value is 78;
  • blue value is 102.
RGB:
(151,78,102)
(59%,31%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 78 of 255 = 31%
B 102 of 255 = 40%

151
78
102

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

Portions of RGB colors in percentages

R + G + B =
151 + 78 + 102 = 331 (100%)
R 151 of 331 ~ 45.62%
G 78 of 331 ~ 23.56%
B 102 of 331 ~ 30.82%

%45.62
%23.56
%30.82

CMYK color model

#974E66 color CMYK value is (0,48,32,41).

  • cyan value is 0.00%
  • magenta value is 48.34%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(0,48,32,41)
C0M48Y32K41 
(0%,48%,32%,41%)
(0.00/0.48/0.32/0.41)	

CMYK percentages

%0
%48.34
%32.45
%40.78

Codes

Color #974E66 in popluar color models

974E66
RGB15178102
HSL340°31.88%44.90%
HSB/HSV340°48.34%59.22%
CMYK0.00%48.34%32.45%
40.78%

Color #974E66 in popluar number systems.

HEX974E66
Decimal15178102
Binary1001011110011101100110
Octal227116146

Shades and tints

Shades of #974E66

#974E66
(151,78,102)
#8A475D
(138,71,93)
#7D4054
(125,64,84)
#70394B
(112,57,75)
#633242
(99,50,66)
#562B39
(86,43,57)
#492430
(73,36,48)
#3C1D27
(60,29,39)
#2F161E
(47,22,30)
#220F15
(34,15,21)
#15080C
(21,8,12)
#000000
(0,0,0)

Tints of #974E66

#974E66
(151,78,102)
#A05E73
(160,94,115)
#A96E80
(169,110,128)
#B27E8D
(178,126,141)
#BB8E9A
(187,142,154)
#C49EA7
(196,158,167)
#CDAEB4
(205,174,180)
#D6BEC1
(214,190,193)
#DFCECE
(223,206,206)
#E8DEDB
(232,222,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974E66 color. Also use rgb(151,78,102) instead hex code.

Text Font Color

.myTextColor { color: #974E66; }

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

This text font color is #974E66.


Background Color

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

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

This div background color is #974E66.


Border color

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

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

This div border color is #974E66.


Opacity

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

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

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

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

This text has shadow with #974E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974E66 on black background.


Color preview on white background

This text has color #974E66 on white background.



Black color preview on #974E66 background

This text has black color on #974E66 background.


White color preview on #974E66 background

This text has white color on #974E66 background.