COLOR #D58E63

HEX: #D58E63
RGB: (213,142,99)

Renk bilgisi

#D58E63 contains mainly red color. #D58E63 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D58E63 color RGB value is (213,142,99).

  • kırmız ton 213;
  • yeşil ton 142;
  • mavi ton 99.
RGB:
(213,142,99)
(84%,56%,39%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 142 of 255 = 56%
B 99 of 255 = 39%

213
142
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 142 + 99 = 454 (100%)
R 213 of 454 ~ 46.92%
G 142 of 454 ~ 31.28%
B 99 of 454 ~ 21.81%

%46.92
%31.28
%21.81

CMYK RENK MODELİ

#D58E63 rengi CMYK tonu (0,33,54,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 53.52%
  • ana renk tonu 16.47%
CMYK:
(0,33,54,16)
C0M33Y54K16 
(0%,33%,54%,16%)
(0.00/0.33/0.54/0.16)	

CMYK yüzdeleri

%0
%33.33
%53.52
%16.47

Codes

Color #D58E63 in popluar color models

D58E63
RGB21314299
HSL23°57.58%61.18%
HSB/HSV23°53.52%83.53%
CMYK0.00%33.33%53.52%
16.47%

Color #D58E63 in popluar number systems.

HEXD58E63
Decimal21314299
Binary11010101100011101100011
Octal325216143

Shades and tints

Shades of #D58E63

#D58E63
(213,142,99)
#C2825A
(194,130,90)
#AF7651
(175,118,81)
#9C6A48
(156,106,72)
#895E3F
(137,94,63)
#765236
(118,82,54)
#63462D
(99,70,45)
#503A24
(80,58,36)
#3D2E1B
(61,46,27)
#2A2212
(42,34,18)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #D58E63

#D58E63
(213,142,99)
#D89871
(216,152,113)
#DBA27F
(219,162,127)
#DEAC8D
(222,172,141)
#E1B69B
(225,182,155)
#E4C0A9
(228,192,169)
#E7CAB7
(231,202,183)
#EAD4C5
(234,212,197)
#EDDED3
(237,222,211)
#F0E8E1
(240,232,225)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58E63 color. Also use rgb(213,142,99) instead hex code.

Text Font Color

.myTextColor { color: #D58E63; }

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

This text font color is #D58E63.


Background Color

.myBgColor { background-color: #D58E63; }

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

This div background color is #D58E63.


Border color

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

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

This div border color is #D58E63.


Opacity

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

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

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

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

This text has shadow with #D58E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58E63 on black background.


Color preview on white background

This text has color #D58E63 on white background.



Black color preview on #D58E63 background

This text has black color on #D58E63 background.


White color preview on #D58E63 background

This text has white color on #D58E63 background.