COLOR #985A33

HEX: #985A33
RGB: (152,90,51)

Color info

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

RGB color model

#985A33 color RGB value is (152,90,51).

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

RGB channels and saturation

R 152 of 255 = 60%
G 90 of 255 = 35%
B 51 of 255 = 20%

152
90
51

R + G + B ~ 38%. #985A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 90 + 51 = 293 (100%)
R 152 of 293 ~ 51.88%
G 90 of 293 ~ 30.72%
B 51 of 293 ~ 17.41%

%51.88
%30.72
%17.41

CMYK color model

#985A33 color CMYK value is (0,41,66,40).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 66.45%
  • key color value is 40.39%
CMYK:
(0,41,66,40)
C0M41Y66K40 
(0%,41%,66%,40%)
(0.00/0.41/0.66/0.40)	

CMYK percentages

%0
%40.79
%66.45
%40.39

Codes

Color #985A33 in popluar color models

985A33
RGB1529051
HSL23°49.75%39.80%
HSB/HSV23°66.45%59.61%
CMYK0.00%40.79%66.45%
40.39%

Color #985A33 in popluar number systems.

HEX985A33
Decimal1529051
Binary100110001011010110011
Octal23013263

Shades and tints

Shades of #985A33

#985A33
(152,90,51)
#8B522F
(139,82,47)
#7E4A2B
(126,74,43)
#714227
(113,66,39)
#643A23
(100,58,35)
#57321F
(87,50,31)
#4A2A1B
(74,42,27)
#3D2217
(61,34,23)
#301A13
(48,26,19)
#23120F
(35,18,15)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #985A33

#985A33
(152,90,51)
#A16945
(161,105,69)
#AA7857
(170,120,87)
#B38769
(179,135,105)
#BC967B
(188,150,123)
#C5A58D
(197,165,141)
#CEB49F
(206,180,159)
#D7C3B1
(215,195,177)
#E0D2C3
(224,210,195)
#E9E1D5
(233,225,213)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985A33; }

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

This text font color is #985A33.


Background Color

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

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

This div background color is #985A33.


Border color

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

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

This div border color is #985A33.


Opacity

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

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

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

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

This text has shadow with #985A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985A33 on black background.


Color preview on white background

This text has color #985A33 on white background.



Black color preview on #985A33 background

This text has black color on #985A33 background.


White color preview on #985A33 background

This text has white color on #985A33 background.