COLOR #974C5A

HEX: #974C5A RGB: (151,76,90)

Color info

#974C5A contains mainly red color. Web safe color of #974C5A is #993366 (or #936).

RGB color model

#974C5A color RGB value is (151,76,90).

RGB: (151,76,90) (59%, 30%, 35%)

RGB channels and saturation

R 151 of 255 = 59%
G 76 of 255 = 30%
B 90 of 255 = 35%

151
76
90

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

Portions of RGB colors in percentages

R + G + B = 151 + 76 + 90 = 317 (100%)
R 151 of 317 ~ 47.63%
G 76 of 317 ~ 23.97%
B 90 of 317 ~ 28.39'%

%47.63
%23.97
%28.39

CMYK color model

#974C5A color CMYK value is (0,50,40,41).

  • cyan value is 0.00%
  • magenta value is 49.67%
  • yellow value is 40.40%
  • key color value is 40.78%

CMYK: (0,50,40,41)
C0M50Y40K41 (0%, 50%, 40%, 41%)
(0.00 / 0.50 / 0.40 / 0.41)

CMYK percentages

%0
%49.67
%40.4
%40.78

Codes

Color #974C5A in popluar color models

97 4C 5A
RGB 151 76 90
HSL 349° 33.04% 44.51%
HSB/HSV 349° 49.67% 59.22%
CMYK 0.00% 49.67% 40.40%
40.78%

Color #974C5A in popluar number systems.

HEX 97 4C 5A
Decimal 151 76 90
Binary 10010111 1001100 1011010
Octal 227 114 132

Shades and tints

Shades of #974C5A

#974C5A
(151,76,90)
#8A4652
(138,70,82)
#7D404A
(125,64,74)
#703A42
(112,58,66)
#63343A
(99,52,58)
#562E32
(86,46,50)
#49282A
(73,40,42)
#3C2222
(60,34,34)
#2F1C1A
(47,28,26)
#221612
(34,22,18)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #974C5A

#974C5A
(151,76,90)
#A05C69
(160,92,105)
#A96C78
(169,108,120)
#B27C87
(178,124,135)
#BB8C96
(187,140,150)
#C49CA5
(196,156,165)
#CDACB4
(205,172,180)
#D6BCC3
(214,188,195)
#DFCCD2
(223,204,210)
#E8DCE1
(232,220,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974C5A color. Also use rgb(151,76,90) instead hex code.

Text Font Color

.myTextColor { color: #974C5A; }

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

This text font color is #974C5A.

Background Color

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

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

This div background color is #974C5A.

Border color

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

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

This div border color is #974C5A.

Opacity

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

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

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

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

This text has shadow with #974C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #974C5A.

Preview

Color preview on black background

This text has color #974C5A on black background.


Color preview on white background

This text has color #974C5A on white background.


Black color preview on #974C5A background

This text has black color on #974C5A background.


White color preview on #974C5A background

This text has white color on #974C5A background.


Related colors

Complementary color

Complementary color for #hex is #68B3A5.


I love getcolorcode.com

Triadic colors

1 #5A974C and #4C5A97 with #974C5A are triadic colors.

2 #5A4C97 and #4C975A with #974C5A are triadic colors.