COLOR #D57420

HEX: #D57420
RGB: (213,116,32)

Renk bilgisi

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

RGB renk modeli

#D57420 color RGB value is (213,116,32).

  • kırmız ton 213;
  • yeşil ton 116;
  • mavi ton 32.
RGB:
(213,116,32)
(84%,45%,13%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 116 of 255 = 45%
B 32 of 255 = 13%

213
116
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 116 + 32 = 361 (100%)
R 213 of 361 ~ 59%
G 116 of 361 ~ 32.13%
B 32 of 361 ~ 8.86%

%59
%32.13

CMYK RENK MODELİ

#D57420 rengi CMYK tonu (0,46,85,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.54%
  • sarı tonu 84.98%
  • ana renk tonu 16.47%
CMYK:
(0,46,85,16)
C0M46Y85K16 
(0%,46%,85%,16%)
(0.00/0.46/0.85/0.16)	

CMYK yüzdeleri

%0
%45.54
%84.98
%16.47

Codes

Color #D57420 in popluar color models

D57420
RGB21311632
HSL28°73.88%48.04%
HSB/HSV28°84.98%83.53%
CMYK0.00%45.54%84.98%
16.47%

Color #D57420 in popluar number systems.

HEXD57420
Decimal21311632
Binary110101011110100100000
Octal32516440

Shades and tints

Shades of #D57420

#D57420
(213,116,32)
#C26A1E
(194,106,30)
#AF601C
(175,96,28)
#9C561A
(156,86,26)
#894C18
(137,76,24)
#764216
(118,66,22)
#633814
(99,56,20)
#502E12
(80,46,18)
#3D2410
(61,36,16)
#2A1A0E
(42,26,14)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #D57420

#D57420
(213,116,32)
#D88034
(216,128,52)
#DB8C48
(219,140,72)
#DE985C
(222,152,92)
#E1A470
(225,164,112)
#E4B084
(228,176,132)
#E7BC98
(231,188,152)
#EAC8AC
(234,200,172)
#EDD4C0
(237,212,192)
#F0E0D4
(240,224,212)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57420 color. Also use rgb(213,116,32) instead hex code.

Text Font Color

.myTextColor { color: #D57420; }

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

This text font color is #D57420.


Background Color

.myBgColor { background-color: #D57420; }

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

This div background color is #D57420.


Border color

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

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

This div border color is #D57420.


Opacity

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

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

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

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

This text has shadow with #D57420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57420 on black background.


Color preview on white background

This text has color #D57420 on white background.



Black color preview on #D57420 background

This text has black color on #D57420 background.


White color preview on #D57420 background

This text has white color on #D57420 background.