COLOR #987259

HEX: #987259
RGB: (152,114,89)

Color info

#987259 contains mainly red and green colors. Web safe color of #987259 is #996666 (or #966).

RGB color model

#987259 color RGB value is (152,114,89).

  • red value is 152;
  • green value is 114;
  • blue value is 89.
RGB:
(152,114,89)
(60%,45%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 114 of 255 = 45%
B 89 of 255 = 35%

152
114
89

R + G + B ~ 47%. #987259 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 114 + 89 = 355 (100%)
R 152 of 355 ~ 42.82%
G 114 of 355 ~ 32.11%
B 89 of 355 ~ 25.07%

%42.82
%32.11
%25.07

CMYK color model

#987259 color CMYK value is (0,25,41,40).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 41.45%
  • key color value is 40.39%
CMYK:
(0,25,41,40)
C0M25Y41K40 
(0%,25%,41%,40%)
(0.00/0.25/0.41/0.40)	

CMYK percentages

%0
%25
%41.45
%40.39

Codes

Color #987259 in popluar color models

987259
RGB15211489
HSL24°26.14%47.25%
HSB/HSV24°41.45%59.61%
CMYK0.00%25.00%41.45%
40.39%

Color #987259 in popluar number systems.

HEX987259
Decimal15211489
Binary1001100011100101011001
Octal230162131

Shades and tints

Shades of #987259

#987259
(152,114,89)
#8B6851
(139,104,81)
#7E5E49
(126,94,73)
#715441
(113,84,65)
#644A39
(100,74,57)
#574031
(87,64,49)
#4A3629
(74,54,41)
#3D2C21
(61,44,33)
#302219
(48,34,25)
#231811
(35,24,17)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #987259

#987259
(152,114,89)
#A17E68
(161,126,104)
#AA8A77
(170,138,119)
#B39686
(179,150,134)
#BCA295
(188,162,149)
#C5AEA4
(197,174,164)
#CEBAB3
(206,186,179)
#D7C6C2
(215,198,194)
#E0D2D1
(224,210,209)
#E9DEE0
(233,222,224)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987259 color. Also use rgb(152,114,89) instead hex code.

Text Font Color

.myTextColor { color: #987259; }

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

This text font color is #987259.


Background Color

.myBgColor { background-color: #987259; }

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

This div background color is #987259.


Border color

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

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

This div border color is #987259.


Opacity

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

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

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

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

This text has shadow with #987259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987259 on black background.


Color preview on white background

This text has color #987259 on white background.



Black color preview on #987259 background

This text has black color on #987259 background.


White color preview on #987259 background

This text has white color on #987259 background.