COLOR #97482D

HEX: #97482D
RGB: (151,72,45)

Color info

#97482D contains mainly red color. Web safe color of #97482D is #993333 (or #933).

RGB color model

#97482D color RGB value is (151,72,45).

  • red value is 151;
  • green value is 72;
  • blue value is 45.
RGB:
(151,72,45)
(59%,28%,18%)

RGB channels and saturation

R 151 of 255 = 59%
G 72 of 255 = 28%
B 45 of 255 = 18%

151
72
45

R + G + B ~ 35%. #97482D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 72 + 45 = 268 (100%)
R 151 of 268 ~ 56.34%
G 72 of 268 ~ 26.87%
B 45 of 268 ~ 16.79%

%56.34
%26.87
%16.79

CMYK color model

#97482D color CMYK value is (0,52,70,41).

  • cyan value is 0.00%
  • magenta value is 52.32%
  • yellow value is 70.20%
  • key color value is 40.78%
CMYK:
(0,52,70,41)
C0M52Y70K41 
(0%,52%,70%,41%)
(0.00/0.52/0.70/0.41)	

CMYK percentages

%0
%52.32
%70.2
%40.78

Codes

Color #97482D in popluar color models

97482D
RGB1517245
HSL15°54.08%38.43%
HSB/HSV15°70.20%59.22%
CMYK0.00%52.32%70.20%
40.78%

Color #97482D in popluar number systems.

HEX97482D
Decimal1517245
Binary100101111001000101101
Octal22711055

Shades and tints

Shades of #97482D

#97482D
(151,72,45)
#8A4229
(138,66,41)
#7D3C25
(125,60,37)
#703621
(112,54,33)
#63301D
(99,48,29)
#562A19
(86,42,25)
#492415
(73,36,21)
#3C1E11
(60,30,17)
#2F180D
(47,24,13)
#221209
(34,18,9)
#150C05
(21,12,5)
#000000
(0,0,0)

Tints of #97482D

#97482D
(151,72,45)
#A05840
(160,88,64)
#A96853
(169,104,83)
#B27866
(178,120,102)
#BB8879
(187,136,121)
#C4988C
(196,152,140)
#CDA89F
(205,168,159)
#D6B8B2
(214,184,178)
#DFC8C5
(223,200,197)
#E8D8D8
(232,216,216)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97482D color. Also use rgb(151,72,45) instead hex code.

Text Font Color

.myTextColor { color: #97482D; }

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

This text font color is #97482D.


Background Color

.myBgColor { background-color: #97482D; }

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

This div background color is #97482D.


Border color

.myBorderColor { border: 1px solid #97482D; }

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

This div border color is #97482D.


Opacity

.myOpacity80 { color: #97482D; opacity: 0.8; }

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

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

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

This text has shadow with #97482D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97482D on black background.


Color preview on white background

This text has color #97482D on white background.



Black color preview on #97482D background

This text has black color on #97482D background.


White color preview on #97482D background

This text has white color on #97482D background.