COLOR #D76B2A

HEX: #D76B2A
RGB: (215,107,42)

Renk bilgisi

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

RGB renk modeli

#D76B2A color RGB value is (215,107,42).

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

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 107 of 255 = 42%
B 42 of 255 = 16%

215
107
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 107 + 42 = 364 (100%)
R 215 of 364 ~ 59.07%
G 107 of 364 ~ 29.4%
B 42 of 364 ~ 11.54%

%59.07
%29.4
%11.54

CMYK RENK MODELİ

#D76B2A rengi CMYK tonu (0,50,80,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.23%
  • sarı tonu 80.47%
  • ana renk tonu 15.69%
CMYK:
(0,50,80,16)
C0M50Y80K16 
(0%,50%,80%,16%)
(0.00/0.50/0.80/0.16)	

CMYK yüzdeleri

%0
%50.23
%80.47
%15.69

Codes

Color #D76B2A in popluar color models

D76B2A
RGB21510742
HSL23°68.38%50.39%
HSB/HSV23°80.47%84.31%
CMYK0.00%50.23%80.47%
15.69%

Color #D76B2A in popluar number systems.

HEXD76B2A
Decimal21510742
Binary110101111101011101010
Octal32715352

Shades and tints

Shades of #D76B2A

#D76B2A
(215,107,42)
#C46227
(196,98,39)
#B15924
(177,89,36)
#9E5021
(158,80,33)
#8B471E
(139,71,30)
#783E1B
(120,62,27)
#653518
(101,53,24)
#522C15
(82,44,21)
#3F2312
(63,35,18)
#2C1A0F
(44,26,15)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #D76B2A

#D76B2A
(215,107,42)
#DA783D
(218,120,61)
#DD8550
(221,133,80)
#E09263
(224,146,99)
#E39F76
(227,159,118)
#E6AC89
(230,172,137)
#E9B99C
(233,185,156)
#ECC6AF
(236,198,175)
#EFD3C2
(239,211,194)
#F2E0D5
(242,224,213)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D76B2A; }

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

This text font color is #D76B2A.


Background Color

.myBgColor { background-color: #D76B2A; }

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

This div background color is #D76B2A.


Border color

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

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

This div border color is #D76B2A.


Opacity

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

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

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

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

This text has shadow with #D76B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76B2A on black background.


Color preview on white background

This text has color #D76B2A on white background.



Black color preview on #D76B2A background

This text has black color on #D76B2A background.


White color preview on #D76B2A background

This text has white color on #D76B2A background.