COLOR #D87F59

HEX: #D87F59
RGB: (216,127,89)

Renk bilgisi

#D87F59 contains mainly red color. #D87F59 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D87F59 color RGB value is (216,127,89).

  • kırmız ton 216;
  • yeşil ton 127;
  • mavi ton 89.
RGB:
(216,127,89)
(85%,50%,35%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 127 of 255 = 50%
B 89 of 255 = 35%

216
127
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 127 + 89 = 432 (100%)
R 216 of 432 ~ 50%
G 127 of 432 ~ 29.4%
B 89 of 432 ~ 20.6%

%50
%29.4
%20.6

CMYK RENK MODELİ

#D87F59 rengi CMYK tonu (0,41,59,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.20%
  • sarı tonu 58.80%
  • ana renk tonu 15.29%
CMYK:
(0,41,59,15)
C0M41Y59K15 
(0%,41%,59%,15%)
(0.00/0.41/0.59/0.15)	

CMYK yüzdeleri

%0
%41.2
%58.8
%15.29

Codes

Color #D87F59 in popluar color models

D87F59
RGB21612789
HSL18°61.95%59.80%
HSB/HSV18°58.80%84.71%
CMYK0.00%41.20%58.80%
15.29%

Color #D87F59 in popluar number systems.

HEXD87F59
Decimal21612789
Binary1101100011111111011001
Octal330177131

Shades and tints

Shades of #D87F59

#D87F59
(216,127,89)
#C57451
(197,116,81)
#B26949
(178,105,73)
#9F5E41
(159,94,65)
#8C5339
(140,83,57)
#794831
(121,72,49)
#663D29
(102,61,41)
#533221
(83,50,33)
#402719
(64,39,25)
#2D1C11
(45,28,17)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #D87F59

#D87F59
(216,127,89)
#DB8A68
(219,138,104)
#DE9577
(222,149,119)
#E1A086
(225,160,134)
#E4AB95
(228,171,149)
#E7B6A4
(231,182,164)
#EAC1B3
(234,193,179)
#EDCCC2
(237,204,194)
#F0D7D1
(240,215,209)
#F3E2E0
(243,226,224)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87F59 color. Also use rgb(216,127,89) instead hex code.

Text Font Color

.myTextColor { color: #D87F59; }

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

This text font color is #D87F59.


Background Color

.myBgColor { background-color: #D87F59; }

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

This div background color is #D87F59.


Border color

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

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

This div border color is #D87F59.


Opacity

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

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

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

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

This text has shadow with #D87F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87F59 on black background.


Color preview on white background

This text has color #D87F59 on white background.



Black color preview on #D87F59 background

This text has black color on #D87F59 background.


White color preview on #D87F59 background

This text has white color on #D87F59 background.