COLOR #98492A

HEX: #98492A
RGB: (152,73,42)

Color info

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

RGB color model

#98492A color RGB value is (152,73,42).

  • red value is 152;
  • green value is 73;
  • blue value is 42.
RGB:
(152,73,42)
(60%,29%,16%)

RGB channels and saturation

R 152 of 255 = 60%
G 73 of 255 = 29%
B 42 of 255 = 16%

152
73
42

R + G + B ~ 35%. #98492A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 73 + 42 = 267 (100%)
R 152 of 267 ~ 56.93%
G 73 of 267 ~ 27.34%
B 42 of 267 ~ 15.73%

%56.93
%27.34
%15.73

CMYK color model

#98492A color CMYK value is (0,52,72,40).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 72.37%
  • key color value is 40.39%
CMYK:
(0,52,72,40)
C0M52Y72K40 
(0%,52%,72%,40%)
(0.00/0.52/0.72/0.40)	

CMYK percentages

%0
%51.97
%72.37
%40.39

Codes

Color #98492A in popluar color models

98492A
RGB1527342
HSL17°56.70%38.04%
HSB/HSV17°72.37%59.61%
CMYK0.00%51.97%72.37%
40.39%

Color #98492A in popluar number systems.

HEX98492A
Decimal1527342
Binary100110001001001101010
Octal23011152

Shades and tints

Shades of #98492A

#98492A
(152,73,42)
#8B4327
(139,67,39)
#7E3D24
(126,61,36)
#713721
(113,55,33)
#64311E
(100,49,30)
#572B1B
(87,43,27)
#4A2518
(74,37,24)
#3D1F15
(61,31,21)
#301912
(48,25,18)
#23130F
(35,19,15)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #98492A

#98492A
(152,73,42)
#A1593D
(161,89,61)
#AA6950
(170,105,80)
#B37963
(179,121,99)
#BC8976
(188,137,118)
#C59989
(197,153,137)
#CEA99C
(206,169,156)
#D7B9AF
(215,185,175)
#E0C9C2
(224,201,194)
#E9D9D5
(233,217,213)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98492A color. Also use rgb(152,73,42) instead hex code.

Text Font Color

.myTextColor { color: #98492A; }

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

This text font color is #98492A.


Background Color

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

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

This div background color is #98492A.


Border color

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

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

This div border color is #98492A.


Opacity

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

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

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

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

This text has shadow with #98492A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98492A on black background.


Color preview on white background

This text has color #98492A on white background.



Black color preview on #98492A background

This text has black color on #98492A background.


White color preview on #98492A background

This text has white color on #98492A background.