COLOR #987E73

HEX: #987E73
RGB: (152,126,115)

Renk bilgisi

#987E73 contains red, green and blue colors in about the same proportion. #987E73 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#987E73 color RGB value is (152,126,115).

  • kırmız ton 152;
  • yeşil ton 126;
  • mavi ton 115.
RGB:
(152,126,115)
(60%,49%,45%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 126 of 255 = 49%
B 115 of 255 = 45%

152
126
115

R + G + B ~ 51%. #987E73 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 126 + 115 = 393 (100%)
R 152 of 393 ~ 38.68%
G 126 of 393 ~ 32.06%
B 115 of 393 ~ 29.26%

%38.68
%32.06
%29.26

CMYK RENK MODELİ

#987E73 rengi CMYK tonu (0,17,24,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.11%
  • sarı tonu 24.34%
  • ana renk tonu 40.39%
CMYK:
(0,17,24,40)
C0M17Y24K40 
(0%,17%,24%,40%)
(0.00/0.17/0.24/0.40)	

CMYK yüzdeleri

%0
%17.11
%24.34
%40.39

Codes

Color #987E73 in popluar color models

987E73
RGB152126115
HSL18°15.23%52.35%
HSB/HSV18°24.34%59.61%
CMYK0.00%17.11%24.34%
40.39%

Color #987E73 in popluar number systems.

HEX987E73
Decimal152126115
Binary1001100011111101110011
Octal230176163

Shades and tints

Shades of #987E73

#987E73
(152,126,115)
#8B7369
(139,115,105)
#7E685F
(126,104,95)
#715D55
(113,93,85)
#64524B
(100,82,75)
#574741
(87,71,65)
#4A3C37
(74,60,55)
#3D312D
(61,49,45)
#302623
(48,38,35)
#231B19
(35,27,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #987E73

#987E73
(152,126,115)
#A1897F
(161,137,127)
#AA948B
(170,148,139)
#B39F97
(179,159,151)
#BCAAA3
(188,170,163)
#C5B5AF
(197,181,175)
#CEC0BB
(206,192,187)
#D7CBC7
(215,203,199)
#E0D6D3
(224,214,211)
#E9E1DF
(233,225,223)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987E73 color. Also use rgb(152,126,115) instead hex code.

Text Font Color

.myTextColor { color: #987E73; }

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

This text font color is #987E73.


Background Color

.myBgColor { background-color: #987E73; }

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

This div background color is #987E73.


Border color

.myBorderColor { border: 1px solid #987E73; }

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

This div border color is #987E73.


Opacity

.myOpacity80 { color: #987E73; opacity: 0.8; }

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

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

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

This text has shadow with #987E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987E73 on black background.


Color preview on white background

This text has color #987E73 on white background.



Black color preview on #987E73 background

This text has black color on #987E73 background.


White color preview on #987E73 background

This text has white color on #987E73 background.