COLOR #985535

HEX: #985535
RGB: (152,85,53)

Color info

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

RGB color model

#985535 color RGB value is (152,85,53).

  • red value is 152;
  • green value is 85;
  • blue value is 53.
RGB:
(152,85,53)
(60%,33%,21%)

RGB channels and saturation

R 152 of 255 = 60%
G 85 of 255 = 33%
B 53 of 255 = 21%

152
85
53

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

Portions of RGB colors in percentages

R + G + B =
152 + 85 + 53 = 290 (100%)
R 152 of 290 ~ 52.41%
G 85 of 290 ~ 29.31%
B 53 of 290 ~ 18.28%

%52.41
%29.31
%18.28

CMYK color model

#985535 color CMYK value is (0,44,65,40).

  • cyan value is 0.00%
  • magenta value is 44.08%
  • yellow value is 65.13%
  • key color value is 40.39%
CMYK:
(0,44,65,40)
C0M44Y65K40 
(0%,44%,65%,40%)
(0.00/0.44/0.65/0.40)	

CMYK percentages

%0
%44.08
%65.13
%40.39

Codes

Color #985535 in popluar color models

985535
RGB1528553
HSL19°48.29%40.20%
HSB/HSV19°65.13%59.61%
CMYK0.00%44.08%65.13%
40.39%

Color #985535 in popluar number systems.

HEX985535
Decimal1528553
Binary100110001010101110101
Octal23012565

Shades and tints

Shades of #985535

#985535
(152,85,53)
#8B4E31
(139,78,49)
#7E472D
(126,71,45)
#714029
(113,64,41)
#643925
(100,57,37)
#573221
(87,50,33)
#4A2B1D
(74,43,29)
#3D2419
(61,36,25)
#301D15
(48,29,21)
#231611
(35,22,17)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #985535

#985535
(152,85,53)
#A16447
(161,100,71)
#AA7359
(170,115,89)
#B3826B
(179,130,107)
#BC917D
(188,145,125)
#C5A08F
(197,160,143)
#CEAFA1
(206,175,161)
#D7BEB3
(215,190,179)
#E0CDC5
(224,205,197)
#E9DCD7
(233,220,215)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985535 color. Also use rgb(152,85,53) instead hex code.

Text Font Color

.myTextColor { color: #985535; }

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

This text font color is #985535.


Background Color

.myBgColor { background-color: #985535; }

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

This div background color is #985535.


Border color

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

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

This div border color is #985535.


Opacity

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

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

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

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

This text has shadow with #985535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985535 on black background.


Color preview on white background

This text has color #985535 on white background.



Black color preview on #985535 background

This text has black color on #985535 background.


White color preview on #985535 background

This text has white color on #985535 background.