COLOR #97344A

HEX: #97344A
RGB: (151,52,74)

Color info

#97344A contains mainly red color. Web safe color of #97344A is #993333 (or #933).

RGB color model

#97344A color RGB value is (151,52,74).

  • red value is 151;
  • green value is 52;
  • blue value is 74.
RGB:
(151,52,74)
(59%,20%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 52 of 255 = 20%
B 74 of 255 = 29%

151
52
74

R + G + B ~ 36%. #97344A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 52 + 74 = 277 (100%)
R 151 of 277 ~ 54.51%
G 52 of 277 ~ 18.77%
B 74 of 277 ~ 26.71%

%54.51
%18.77
%26.71

CMYK color model

#97344A color CMYK value is (0,66,51,41).

  • cyan value is 0.00%
  • magenta value is 65.56%
  • yellow value is 50.99%
  • key color value is 40.78%
CMYK:
(0,66,51,41)
C0M66Y51K41 
(0%,66%,51%,41%)
(0.00/0.66/0.51/0.41)	

CMYK percentages

%0
%65.56
%50.99
%40.78

Codes

Color #97344A in popluar color models

97344A
RGB1515274
HSL347°48.77%39.80%
HSB/HSV347°65.56%59.22%
CMYK0.00%65.56%50.99%
40.78%

Color #97344A in popluar number systems.

HEX97344A
Decimal1515274
Binary100101111101001001010
Octal22764112

Shades and tints

Shades of #97344A

#97344A
(151,52,74)
#8A3044
(138,48,68)
#7D2C3E
(125,44,62)
#702838
(112,40,56)
#632432
(99,36,50)
#56202C
(86,32,44)
#491C26
(73,28,38)
#3C1820
(60,24,32)
#2F141A
(47,20,26)
#221014
(34,16,20)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #97344A

#97344A
(151,52,74)
#A0465A
(160,70,90)
#A9586A
(169,88,106)
#B26A7A
(178,106,122)
#BB7C8A
(187,124,138)
#C48E9A
(196,142,154)
#CDA0AA
(205,160,170)
#D6B2BA
(214,178,186)
#DFC4CA
(223,196,202)
#E8D6DA
(232,214,218)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97344A color. Also use rgb(151,52,74) instead hex code.

Text Font Color

.myTextColor { color: #97344A; }

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

This text font color is #97344A.


Background Color

.myBgColor { background-color: #97344A; }

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

This div background color is #97344A.


Border color

.myBorderColor { border: 1px solid #97344A; }

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

This div border color is #97344A.


Opacity

.myOpacity80 { color: #97344A; opacity: 0.8; }

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

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

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

This text has shadow with #97344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97344A on black background.


Color preview on white background

This text has color #97344A on white background.



Black color preview on #97344A background

This text has black color on #97344A background.


White color preview on #97344A background

This text has white color on #97344A background.