COLOR #D48319

HEX: #D48319
RGB: (212,131,25)

Renk bilgisi

#D48319 contains mainly red color. #D48319 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D48319 color RGB value is (212,131,25).

  • kırmız ton 212;
  • yeşil ton 131;
  • mavi ton 25.
RGB:
(212,131,25)
(83%,51%,10%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 131 of 255 = 51%
B 25 of 255 = 10%

212
131
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 131 + 25 = 368 (100%)
R 212 of 368 ~ 57.61%
G 131 of 368 ~ 35.6%
B 25 of 368 ~ 6.79%

%57.61
%35.6

CMYK RENK MODELİ

#D48319 rengi CMYK tonu (0,38,88,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.21%
  • sarı tonu 88.21%
  • ana renk tonu 16.86%
CMYK:
(0,38,88,17)
C0M38Y88K17 
(0%,38%,88%,17%)
(0.00/0.38/0.88/0.17)	

CMYK yüzdeleri

%0
%38.21
%88.21
%16.86

Codes

Color #D48319 in popluar color models

D48319
RGB21213125
HSL34°78.90%46.47%
HSB/HSV34°88.21%83.14%
CMYK0.00%38.21%88.21%
16.86%

Color #D48319 in popluar number systems.

HEXD48319
Decimal21213125
Binary110101001000001111001
Octal32420331

Shades and tints

Shades of #D48319

#D48319
(212,131,25)
#C17817
(193,120,23)
#AE6D15
(174,109,21)
#9B6213
(155,98,19)
#885711
(136,87,17)
#754C0F
(117,76,15)
#62410D
(98,65,13)
#4F360B
(79,54,11)
#3C2B09
(60,43,9)
#292007
(41,32,7)
#161505
(22,21,5)
#000000
(0,0,0)

Tints of #D48319

#D48319
(212,131,25)
#D78E2D
(215,142,45)
#DA9941
(218,153,65)
#DDA455
(221,164,85)
#E0AF69
(224,175,105)
#E3BA7D
(227,186,125)
#E6C591
(230,197,145)
#E9D0A5
(233,208,165)
#ECDBB9
(236,219,185)
#EFE6CD
(239,230,205)
#F2F1E1
(242,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48319 color. Also use rgb(212,131,25) instead hex code.

Text Font Color

.myTextColor { color: #D48319; }

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

This text font color is #D48319.


Background Color

.myBgColor { background-color: #D48319; }

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

This div background color is #D48319.


Border color

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

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

This div border color is #D48319.


Opacity

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

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

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

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

This text has shadow with #D48319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48319 on black background.


Color preview on white background

This text has color #D48319 on white background.



Black color preview on #D48319 background

This text has black color on #D48319 background.


White color preview on #D48319 background

This text has white color on #D48319 background.