COLOR #D76F50

HEX: #D76F50
RGB: (215,111,80)

Renk bilgisi

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

RGB renk modeli

#D76F50 color RGB value is (215,111,80).

  • kırmız ton 215;
  • yeşil ton 111;
  • mavi ton 80.
RGB:
(215,111,80)
(84%,44%,31%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 111 of 255 = 44%
B 80 of 255 = 31%

215
111
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 111 + 80 = 406 (100%)
R 215 of 406 ~ 52.96%
G 111 of 406 ~ 27.34%
B 80 of 406 ~ 19.7%

%52.96
%27.34
%19.7

CMYK RENK MODELİ

#D76F50 rengi CMYK tonu (0,48,63,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.37%
  • sarı tonu 62.79%
  • ana renk tonu 15.69%
CMYK:
(0,48,63,16)
C0M48Y63K16 
(0%,48%,63%,16%)
(0.00/0.48/0.63/0.16)	

CMYK yüzdeleri

%0
%48.37
%62.79
%15.69

Codes

Color #D76F50 in popluar color models

D76F50
RGB21511180
HSL14°62.79%57.84%
HSB/HSV14°62.79%84.31%
CMYK0.00%48.37%62.79%
15.69%

Color #D76F50 in popluar number systems.

HEXD76F50
Decimal21511180
Binary1101011111011111010000
Octal327157120

Shades and tints

Shades of #D76F50

#D76F50
(215,111,80)
#C46549
(196,101,73)
#B15B42
(177,91,66)
#9E513B
(158,81,59)
#8B4734
(139,71,52)
#783D2D
(120,61,45)
#653326
(101,51,38)
#52291F
(82,41,31)
#3F1F18
(63,31,24)
#2C1511
(44,21,17)
#190B0A
(25,11,10)
#000000
(0,0,0)

Tints of #D76F50

#D76F50
(215,111,80)
#DA7C5F
(218,124,95)
#DD896E
(221,137,110)
#E0967D
(224,150,125)
#E3A38C
(227,163,140)
#E6B09B
(230,176,155)
#E9BDAA
(233,189,170)
#ECCAB9
(236,202,185)
#EFD7C8
(239,215,200)
#F2E4D7
(242,228,215)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76F50 color. Also use rgb(215,111,80) instead hex code.

Text Font Color

.myTextColor { color: #D76F50; }

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

This text font color is #D76F50.


Background Color

.myBgColor { background-color: #D76F50; }

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

This div background color is #D76F50.


Border color

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

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

This div border color is #D76F50.


Opacity

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

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

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

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

This text has shadow with #D76F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76F50 on black background.


Color preview on white background

This text has color #D76F50 on white background.



Black color preview on #D76F50 background

This text has black color on #D76F50 background.


White color preview on #D76F50 background

This text has white color on #D76F50 background.