COLOR #D3470E

HEX: #D3470E
RGB: (211,71,14)

Renk bilgisi

#D3470E contains mainly red color. #D3470E ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D3470E color RGB value is (211,71,14).

  • kırmız ton 211;
  • yeşil ton 71;
  • mavi ton 14.
RGB:
(211,71,14)
(83%,28%,5%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 71 of 255 = 28%
B 14 of 255 = 5%

211
71
14

R + G + B ~ 39%. #D3470E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 71 + 14 = 296 (100%)
R 211 of 296 ~ 71.28%
G 71 of 296 ~ 23.99%
B 14 of 296 ~ 4.73%

%71.28
%23.99

CMYK RENK MODELİ

#D3470E rengi CMYK tonu (0,66,93,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.35%
  • sarı tonu 93.36%
  • ana renk tonu 17.25%
CMYK:
(0,66,93,17)
C0M66Y93K17 
(0%,66%,93%,17%)
(0.00/0.66/0.93/0.17)	

CMYK yüzdeleri

%0
%66.35
%93.36
%17.25

Codes

Color #D3470E in popluar color models

D3470E
RGB2117114
HSL17°87.56%44.12%
HSB/HSV17°93.36%82.75%
CMYK0.00%66.35%93.36%
17.25%

Color #D3470E in popluar number systems.

HEXD3470E
Decimal2117114
Binary1101001110001111110
Octal32310716

Shades and tints

Shades of #D3470E

#D3470E
(211,71,14)
#C0410D
(192,65,13)
#AD3B0C
(173,59,12)
#9A350B
(154,53,11)
#872F0A
(135,47,10)
#742909
(116,41,9)
#612308
(97,35,8)
#4E1D07
(78,29,7)
#3B1706
(59,23,6)
#281105
(40,17,5)
#150B04
(21,11,4)
#000000
(0,0,0)

Tints of #D3470E

#D3470E
(211,71,14)
#D75723
(215,87,35)
#DB6738
(219,103,56)
#DF774D
(223,119,77)
#E38762
(227,135,98)
#E79777
(231,151,119)
#EBA78C
(235,167,140)
#EFB7A1
(239,183,161)
#F3C7B6
(243,199,182)
#F7D7CB
(247,215,203)
#FBE7E0
(251,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3470E color. Also use rgb(211,71,14) instead hex code.

Text Font Color

.myTextColor { color: #D3470E; }

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

This text font color is #D3470E.


Background Color

.myBgColor { background-color: #D3470E; }

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

This div background color is #D3470E.


Border color

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

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

This div border color is #D3470E.


Opacity

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

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

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

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

This text has shadow with #D3470E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3470E on black background.


Color preview on white background

This text has color #D3470E on white background.



Black color preview on #D3470E background

This text has black color on #D3470E background.


White color preview on #D3470E background

This text has white color on #D3470E background.