COLOR #D47E24

HEX: #D47E24
RGB: (212,126,36)

Renk bilgisi

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

RGB renk modeli

#D47E24 color RGB value is (212,126,36).

  • kırmız ton 212;
  • yeşil ton 126;
  • mavi ton 36.
RGB:
(212,126,36)
(83%,49%,14%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 126 of 255 = 49%
B 36 of 255 = 14%

212
126
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 126 + 36 = 374 (100%)
R 212 of 374 ~ 56.68%
G 126 of 374 ~ 33.69%
B 36 of 374 ~ 9.63%

%56.68
%33.69
%9.63

CMYK RENK MODELİ

#D47E24 rengi CMYK tonu (0,41,83,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.57%
  • sarı tonu 83.02%
  • ana renk tonu 16.86%
CMYK:
(0,41,83,17)
C0M41Y83K17 
(0%,41%,83%,17%)
(0.00/0.41/0.83/0.17)	

CMYK yüzdeleri

%0
%40.57
%83.02
%16.86

Codes

Color #D47E24 in popluar color models

D47E24
RGB21212636
HSL31°70.97%48.63%
HSB/HSV31°83.02%83.14%
CMYK0.00%40.57%83.02%
16.86%

Color #D47E24 in popluar number systems.

HEXD47E24
Decimal21212636
Binary110101001111110100100
Octal32417644

Shades and tints

Shades of #D47E24

#D47E24
(212,126,36)
#C17321
(193,115,33)
#AE681E
(174,104,30)
#9B5D1B
(155,93,27)
#885218
(136,82,24)
#754715
(117,71,21)
#623C12
(98,60,18)
#4F310F
(79,49,15)
#3C260C
(60,38,12)
#291B09
(41,27,9)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #D47E24

#D47E24
(212,126,36)
#D78937
(215,137,55)
#DA944A
(218,148,74)
#DD9F5D
(221,159,93)
#E0AA70
(224,170,112)
#E3B583
(227,181,131)
#E6C096
(230,192,150)
#E9CBA9
(233,203,169)
#ECD6BC
(236,214,188)
#EFE1CF
(239,225,207)
#F2ECE2
(242,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47E24 color. Also use rgb(212,126,36) instead hex code.

Text Font Color

.myTextColor { color: #D47E24; }

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

This text font color is #D47E24.


Background Color

.myBgColor { background-color: #D47E24; }

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

This div background color is #D47E24.


Border color

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

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

This div border color is #D47E24.


Opacity

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

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

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

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

This text has shadow with #D47E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47E24 on black background.


Color preview on white background

This text has color #D47E24 on white background.



Black color preview on #D47E24 background

This text has black color on #D47E24 background.


White color preview on #D47E24 background

This text has white color on #D47E24 background.