COLOR #985A17

HEX: #985A17
RGB: (152,90,23)

Color info

#985A17 contains mainly red color. Web safe color of #985A17 is #996600 (or #960).

RGB color model

#985A17 color RGB value is (152,90,23).

  • red value is 152;
  • green value is 90;
  • blue value is 23.
RGB:
(152,90,23)
(60%,35%,9%)

RGB channels and saturation

R 152 of 255 = 60%
G 90 of 255 = 35%
B 23 of 255 = 9%

152
90
23

R + G + B ~ 35%. #985A17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 90 + 23 = 265 (100%)
R 152 of 265 ~ 57.36%
G 90 of 265 ~ 33.96%
B 23 of 265 ~ 8.68%

%57.36
%33.96

CMYK color model

#985A17 color CMYK value is (0,41,85,40).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 84.87%
  • key color value is 40.39%
CMYK:
(0,41,85,40)
C0M41Y85K40 
(0%,41%,85%,40%)
(0.00/0.41/0.85/0.40)	

CMYK percentages

%0
%40.79
%84.87
%40.39

Codes

Color #985A17 in popluar color models

985A17
RGB1529023
HSL31°73.71%34.31%
HSB/HSV31°84.87%59.61%
CMYK0.00%40.79%84.87%
40.39%

Color #985A17 in popluar number systems.

HEX985A17
Decimal1529023
Binary10011000101101010111
Octal23013227

Shades and tints

Shades of #985A17

#985A17
(152,90,23)
#8B5215
(139,82,21)
#7E4A13
(126,74,19)
#714211
(113,66,17)
#643A0F
(100,58,15)
#57320D
(87,50,13)
#4A2A0B
(74,42,11)
#3D2209
(61,34,9)
#301A07
(48,26,7)
#231205
(35,18,5)
#160A03
(22,10,3)
#000000
(0,0,0)

Tints of #985A17

#985A17
(152,90,23)
#A1692C
(161,105,44)
#AA7841
(170,120,65)
#B38756
(179,135,86)
#BC966B
(188,150,107)
#C5A580
(197,165,128)
#CEB495
(206,180,149)
#D7C3AA
(215,195,170)
#E0D2BF
(224,210,191)
#E9E1D4
(233,225,212)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985A17 color. Also use rgb(152,90,23) instead hex code.

Text Font Color

.myTextColor { color: #985A17; }

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

This text font color is #985A17.


Background Color

.myBgColor { background-color: #985A17; }

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

This div background color is #985A17.


Border color

.myBorderColor { border: 1px solid #985A17; }

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

This div border color is #985A17.


Opacity

.myOpacity80 { color: #985A17; opacity: 0.8; }

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

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

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

This text has shadow with #985A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985A17 on black background.


Color preview on white background

This text has color #985A17 on white background.



Black color preview on #985A17 background

This text has black color on #985A17 background.


White color preview on #985A17 background

This text has white color on #985A17 background.