COLOR #97454B

HEX: #97454B
RGB: (151,69,75)

Color info

#97454B contains mainly red color. Web safe color of #97454B is #993333 (or #933).

RGB color model

#97454B color RGB value is (151,69,75).

  • red value is 151;
  • green value is 69;
  • blue value is 75.
RGB:
(151,69,75)
(59%,27%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 69 of 255 = 27%
B 75 of 255 = 29%

151
69
75

R + G + B ~ 38%. #97454B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 69 + 75 = 295 (100%)
R 151 of 295 ~ 51.19%
G 69 of 295 ~ 23.39%
B 75 of 295 ~ 25.42%

%51.19
%23.39
%25.42

CMYK color model

#97454B color CMYK value is (0,54,50,41).

  • cyan value is 0.00%
  • magenta value is 54.30%
  • yellow value is 50.33%
  • key color value is 40.78%
CMYK:
(0,54,50,41)
C0M54Y50K41 
(0%,54%,50%,41%)
(0.00/0.54/0.50/0.41)	

CMYK percentages

%0
%54.3
%50.33
%40.78

Codes

Color #97454B in popluar color models

97454B
RGB1516975
HSL356°37.27%43.14%
HSB/HSV356°54.30%59.22%
CMYK0.00%54.30%50.33%
40.78%

Color #97454B in popluar number systems.

HEX97454B
Decimal1516975
Binary1001011110001011001011
Octal227105113

Shades and tints

Shades of #97454B

#97454B
(151,69,75)
#8A3F45
(138,63,69)
#7D393F
(125,57,63)
#703339
(112,51,57)
#632D33
(99,45,51)
#56272D
(86,39,45)
#492127
(73,33,39)
#3C1B21
(60,27,33)
#2F151B
(47,21,27)
#220F15
(34,15,21)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #97454B

#97454B
(151,69,75)
#A0555B
(160,85,91)
#A9656B
(169,101,107)
#B2757B
(178,117,123)
#BB858B
(187,133,139)
#C4959B
(196,149,155)
#CDA5AB
(205,165,171)
#D6B5BB
(214,181,187)
#DFC5CB
(223,197,203)
#E8D5DB
(232,213,219)
#F1E5EB
(241,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97454B color. Also use rgb(151,69,75) instead hex code.

Text Font Color

.myTextColor { color: #97454B; }

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

This text font color is #97454B.


Background Color

.myBgColor { background-color: #97454B; }

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

This div background color is #97454B.


Border color

.myBorderColor { border: 1px solid #97454B; }

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

This div border color is #97454B.


Opacity

.myOpacity80 { color: #97454B; opacity: 0.8; }

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

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

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

This text has shadow with #97454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97454B on black background.


Color preview on white background

This text has color #97454B on white background.



Black color preview on #97454B background

This text has black color on #97454B background.


White color preview on #97454B background

This text has white color on #97454B background.