COLOR #974958

HEX: #974958
RGB: (151,73,88)

Color info

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

RGB color model

#974958 color RGB value is (151,73,88).

  • red value is 151;
  • green value is 73;
  • blue value is 88.
RGB:
(151,73,88)
(59%,29%,35%)

RGB channels and saturation

R 151 of 255 = 59%
G 73 of 255 = 29%
B 88 of 255 = 35%

151
73
88

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

Portions of RGB colors in percentages

R + G + B =
151 + 73 + 88 = 312 (100%)
R 151 of 312 ~ 48.4%
G 73 of 312 ~ 23.4%
B 88 of 312 ~ 28.21%

%48.4
%23.4
%28.21

CMYK color model

#974958 color CMYK value is (0,52,42,41).

  • cyan value is 0.00%
  • magenta value is 51.66%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(0,52,42,41)
C0M52Y42K41 
(0%,52%,42%,41%)
(0.00/0.52/0.42/0.41)	

CMYK percentages

%0
%51.66
%41.72
%40.78

Codes

Color #974958 in popluar color models

974958
RGB1517388
HSL348°34.82%43.92%
HSB/HSV348°51.66%59.22%
CMYK0.00%51.66%41.72%
40.78%

Color #974958 in popluar number systems.

HEX974958
Decimal1517388
Binary1001011110010011011000
Octal227111130

Shades and tints

Shades of #974958

#974958
(151,73,88)
#8A4350
(138,67,80)
#7D3D48
(125,61,72)
#703740
(112,55,64)
#633138
(99,49,56)
#562B30
(86,43,48)
#492528
(73,37,40)
#3C1F20
(60,31,32)
#2F1918
(47,25,24)
#221310
(34,19,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #974958

#974958
(151,73,88)
#A05967
(160,89,103)
#A96976
(169,105,118)
#B27985
(178,121,133)
#BB8994
(187,137,148)
#C499A3
(196,153,163)
#CDA9B2
(205,169,178)
#D6B9C1
(214,185,193)
#DFC9D0
(223,201,208)
#E8D9DF
(232,217,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974958 color. Also use rgb(151,73,88) instead hex code.

Text Font Color

.myTextColor { color: #974958; }

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

This text font color is #974958.


Background Color

.myBgColor { background-color: #974958; }

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

This div background color is #974958.


Border color

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

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

This div border color is #974958.


Opacity

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

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

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

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

This text has shadow with #974958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974958 on black background.


Color preview on white background

This text has color #974958 on white background.



Black color preview on #974958 background

This text has black color on #974958 background.


White color preview on #974958 background

This text has white color on #974958 background.