COLOR #D58A37

HEX: #D58A37
RGB: (213,138,55)

Renk bilgisi

#D58A37 contains mainly red color. #D58A37 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D58A37 color RGB value is (213,138,55).

  • kırmız ton 213;
  • yeşil ton 138;
  • mavi ton 55.
RGB:
(213,138,55)
(84%,54%,22%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 138 of 255 = 54%
B 55 of 255 = 22%

213
138
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 138 + 55 = 406 (100%)
R 213 of 406 ~ 52.46%
G 138 of 406 ~ 33.99%
B 55 of 406 ~ 13.55%

%52.46
%33.99
%13.55

CMYK RENK MODELİ

#D58A37 rengi CMYK tonu (0,35,74,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.21%
  • sarı tonu 74.18%
  • ana renk tonu 16.47%
CMYK:
(0,35,74,16)
C0M35Y74K16 
(0%,35%,74%,16%)
(0.00/0.35/0.74/0.16)	

CMYK yüzdeleri

%0
%35.21
%74.18
%16.47

Codes

Color #D58A37 in popluar color models

D58A37
RGB21313855
HSL32°65.29%52.55%
HSB/HSV32°74.18%83.53%
CMYK0.00%35.21%74.18%
16.47%

Color #D58A37 in popluar number systems.

HEXD58A37
Decimal21313855
Binary1101010110001010110111
Octal32521267

Shades and tints

Shades of #D58A37

#D58A37
(213,138,55)
#C27E32
(194,126,50)
#AF722D
(175,114,45)
#9C6628
(156,102,40)
#895A23
(137,90,35)
#764E1E
(118,78,30)
#634219
(99,66,25)
#503614
(80,54,20)
#3D2A0F
(61,42,15)
#2A1E0A
(42,30,10)
#171205
(23,18,5)
#000000
(0,0,0)

Tints of #D58A37

#D58A37
(213,138,55)
#D89449
(216,148,73)
#DB9E5B
(219,158,91)
#DEA86D
(222,168,109)
#E1B27F
(225,178,127)
#E4BC91
(228,188,145)
#E7C6A3
(231,198,163)
#EAD0B5
(234,208,181)
#EDDAC7
(237,218,199)
#F0E4D9
(240,228,217)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58A37 color. Also use rgb(213,138,55) instead hex code.

Text Font Color

.myTextColor { color: #D58A37; }

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

This text font color is #D58A37.


Background Color

.myBgColor { background-color: #D58A37; }

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

This div background color is #D58A37.


Border color

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

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

This div border color is #D58A37.


Opacity

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

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

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

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

This text has shadow with #D58A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58A37 on black background.


Color preview on white background

This text has color #D58A37 on white background.



Black color preview on #D58A37 background

This text has black color on #D58A37 background.


White color preview on #D58A37 background

This text has white color on #D58A37 background.