COLOR #987513

HEX: #987513
RGB: (152,117,19)

Renk bilgisi

#987513 contains mainly red and green colors. #987513 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#987513 color RGB value is (152,117,19).

  • kırmız ton 152;
  • yeşil ton 117;
  • mavi ton 19.
RGB:
(152,117,19)
(60%,46%,7%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 117 of 255 = 46%
B 19 of 255 = 7%

152
117
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 117 + 19 = 288 (100%)
R 152 of 288 ~ 52.78%
G 117 of 288 ~ 40.63%
B 19 of 288 ~ 6.6%

%52.78
%40.63

CMYK RENK MODELİ

#987513 rengi CMYK tonu (0,23,88,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.03%
  • sarı tonu 87.50%
  • ana renk tonu 40.39%
CMYK:
(0,23,88,40)
C0M23Y88K40 
(0%,23%,88%,40%)
(0.00/0.23/0.88/0.40)	

CMYK yüzdeleri

%0
%23.03
%87.5
%40.39

Codes

Color #987513 in popluar color models

987513
RGB15211719
HSL44°77.78%33.53%
HSB/HSV44°87.50%59.61%
CMYK0.00%23.03%87.50%
40.39%

Color #987513 in popluar number systems.

HEX987513
Decimal15211719
Binary10011000111010110011
Octal23016523

Shades and tints

Shades of #987513

#987513
(152,117,19)
#8B6B12
(139,107,18)
#7E6111
(126,97,17)
#715710
(113,87,16)
#644D0F
(100,77,15)
#57430E
(87,67,14)
#4A390D
(74,57,13)
#3D2F0C
(61,47,12)
#30250B
(48,37,11)
#231B0A
(35,27,10)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #987513

#987513
(152,117,19)
#A18128
(161,129,40)
#AA8D3D
(170,141,61)
#B39952
(179,153,82)
#BCA567
(188,165,103)
#C5B17C
(197,177,124)
#CEBD91
(206,189,145)
#D7C9A6
(215,201,166)
#E0D5BB
(224,213,187)
#E9E1D0
(233,225,208)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987513 color. Also use rgb(152,117,19) instead hex code.

Text Font Color

.myTextColor { color: #987513; }

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

This text font color is #987513.


Background Color

.myBgColor { background-color: #987513; }

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

This div background color is #987513.


Border color

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

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

This div border color is #987513.


Opacity

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

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

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

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

This text has shadow with #987513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987513 on black background.


Color preview on white background

This text has color #987513 on white background.



Black color preview on #987513 background

This text has black color on #987513 background.


White color preview on #987513 background

This text has white color on #987513 background.