COLOR #985225

HEX: #985225
RGB: (152,82,37)

Color info

#985225 contains mainly red color. Web safe color of #985225 is #996633 (or #963).

RGB color model

#985225 color RGB value is (152,82,37).

  • red value is 152;
  • green value is 82;
  • blue value is 37.
RGB:
(152,82,37)
(60%,32%,15%)

RGB channels and saturation

R 152 of 255 = 60%
G 82 of 255 = 32%
B 37 of 255 = 15%

152
82
37

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

Portions of RGB colors in percentages

R + G + B =
152 + 82 + 37 = 271 (100%)
R 152 of 271 ~ 56.09%
G 82 of 271 ~ 30.26%
B 37 of 271 ~ 13.65%

%56.09
%30.26
%13.65

CMYK color model

#985225 color CMYK value is (0,46,76,40).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 75.66%
  • key color value is 40.39%
CMYK:
(0,46,76,40)
C0M46Y76K40 
(0%,46%,76%,40%)
(0.00/0.46/0.76/0.40)	

CMYK percentages

%0
%46.05
%75.66
%40.39

Codes

Color #985225 in popluar color models

985225
RGB1528237
HSL23°60.85%37.06%
HSB/HSV23°75.66%59.61%
CMYK0.00%46.05%75.66%
40.39%

Color #985225 in popluar number systems.

HEX985225
Decimal1528237
Binary100110001010010100101
Octal23012245

Shades and tints

Shades of #985225

#985225
(152,82,37)
#8B4B22
(139,75,34)
#7E441F
(126,68,31)
#713D1C
(113,61,28)
#643619
(100,54,25)
#572F16
(87,47,22)
#4A2813
(74,40,19)
#3D2110
(61,33,16)
#301A0D
(48,26,13)
#23130A
(35,19,10)
#160C07
(22,12,7)
#000000
(0,0,0)

Tints of #985225

#985225
(152,82,37)
#A16138
(161,97,56)
#AA704B
(170,112,75)
#B37F5E
(179,127,94)
#BC8E71
(188,142,113)
#C59D84
(197,157,132)
#CEAC97
(206,172,151)
#D7BBAA
(215,187,170)
#E0CABD
(224,202,189)
#E9D9D0
(233,217,208)
#F2E8E3
(242,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985225 color. Also use rgb(152,82,37) instead hex code.

Text Font Color

.myTextColor { color: #985225; }

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

This text font color is #985225.


Background Color

.myBgColor { background-color: #985225; }

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

This div background color is #985225.


Border color

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

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

This div border color is #985225.


Opacity

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

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

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

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

This text has shadow with #985225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985225 on black background.


Color preview on white background

This text has color #985225 on white background.



Black color preview on #985225 background

This text has black color on #985225 background.


White color preview on #985225 background

This text has white color on #985225 background.