COLOR #D76B40

HEX: #D76B40
RGB: (215,107,64)

Renk bilgisi

#D76B40 contains mainly red color. #D76B40 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#D76B40 color RGB value is (215,107,64).

  • kırmız ton 215;
  • yeşil ton 107;
  • mavi ton 64.
RGB:
(215,107,64)
(84%,42%,25%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 107 of 255 = 42%
B 64 of 255 = 25%

215
107
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 107 + 64 = 386 (100%)
R 215 of 386 ~ 55.7%
G 107 of 386 ~ 27.72%
B 64 of 386 ~ 16.58%

%55.7
%27.72
%16.58

CMYK RENK MODELİ

#D76B40 rengi CMYK tonu (0,50,70,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.23%
  • sarı tonu 70.23%
  • ana renk tonu 15.69%
CMYK:
(0,50,70,16)
C0M50Y70K16 
(0%,50%,70%,16%)
(0.00/0.50/0.70/0.16)	

CMYK yüzdeleri

%0
%50.23
%70.23
%15.69

Codes

Color #D76B40 in popluar color models

D76B40
RGB21510764
HSL17°65.37%54.71%
HSB/HSV17°70.23%84.31%
CMYK0.00%50.23%70.23%
15.69%

Color #D76B40 in popluar number systems.

HEXD76B40
Decimal21510764
Binary1101011111010111000000
Octal327153100

Shades and tints

Shades of #D76B40

#D76B40
(215,107,64)
#C4623B
(196,98,59)
#B15936
(177,89,54)
#9E5031
(158,80,49)
#8B472C
(139,71,44)
#783E27
(120,62,39)
#653522
(101,53,34)
#522C1D
(82,44,29)
#3F2318
(63,35,24)
#2C1A13
(44,26,19)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #D76B40

#D76B40
(215,107,64)
#DA7851
(218,120,81)
#DD8562
(221,133,98)
#E09273
(224,146,115)
#E39F84
(227,159,132)
#E6AC95
(230,172,149)
#E9B9A6
(233,185,166)
#ECC6B7
(236,198,183)
#EFD3C8
(239,211,200)
#F2E0D9
(242,224,217)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76B40 color. Also use rgb(215,107,64) instead hex code.

Text Font Color

.myTextColor { color: #D76B40; }

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

This text font color is #D76B40.


Background Color

.myBgColor { background-color: #D76B40; }

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

This div background color is #D76B40.


Border color

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

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

This div border color is #D76B40.


Opacity

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

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

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

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

This text has shadow with #D76B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76B40 on black background.


Color preview on white background

This text has color #D76B40 on white background.



Black color preview on #D76B40 background

This text has black color on #D76B40 background.


White color preview on #D76B40 background

This text has white color on #D76B40 background.