COLOR #D4593E

HEX: #D4593E
RGB: (212,89,62)

Renk bilgisi

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

RGB renk modeli

#D4593E color RGB value is (212,89,62).

  • kırmız ton 212;
  • yeşil ton 89;
  • mavi ton 62.
RGB:
(212,89,62)
(83%,35%,24%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 89 of 255 = 35%
B 62 of 255 = 24%

212
89
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 89 + 62 = 363 (100%)
R 212 of 363 ~ 58.4%
G 89 of 363 ~ 24.52%
B 62 of 363 ~ 17.08%

%58.4
%24.52
%17.08

CMYK RENK MODELİ

#D4593E rengi CMYK tonu (0,58,71,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.02%
  • sarı tonu 70.75%
  • ana renk tonu 16.86%
CMYK:
(0,58,71,17)
C0M58Y71K17 
(0%,58%,71%,17%)
(0.00/0.58/0.71/0.17)	

CMYK yüzdeleri

%0
%58.02
%70.75
%16.86

Codes

Color #D4593E in popluar color models

D4593E
RGB2128962
HSL11°63.56%53.73%
HSB/HSV11°70.75%83.14%
CMYK0.00%58.02%70.75%
16.86%

Color #D4593E in popluar number systems.

HEXD4593E
Decimal2128962
Binary110101001011001111110
Octal32413176

Shades and tints

Shades of #D4593E

#D4593E
(212,89,62)
#C15139
(193,81,57)
#AE4934
(174,73,52)
#9B412F
(155,65,47)
#88392A
(136,57,42)
#753125
(117,49,37)
#622920
(98,41,32)
#4F211B
(79,33,27)
#3C1916
(60,25,22)
#291111
(41,17,17)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #D4593E

#D4593E
(212,89,62)
#D7684F
(215,104,79)
#DA7760
(218,119,96)
#DD8671
(221,134,113)
#E09582
(224,149,130)
#E3A493
(227,164,147)
#E6B3A4
(230,179,164)
#E9C2B5
(233,194,181)
#ECD1C6
(236,209,198)
#EFE0D7
(239,224,215)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4593E color. Also use rgb(212,89,62) instead hex code.

Text Font Color

.myTextColor { color: #D4593E; }

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

This text font color is #D4593E.


Background Color

.myBgColor { background-color: #D4593E; }

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

This div background color is #D4593E.


Border color

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

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

This div border color is #D4593E.


Opacity

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

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

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

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

This text has shadow with #D4593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4593E on black background.


Color preview on white background

This text has color #D4593E on white background.



Black color preview on #D4593E background

This text has black color on #D4593E background.


White color preview on #D4593E background

This text has white color on #D4593E background.