COLOR #D54B17

HEX: #D54B17
RGB: (213,75,23)

Renk bilgisi

#D54B17 contains mainly red color. #D54B17 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D54B17 color RGB value is (213,75,23).

  • kırmız ton 213;
  • yeşil ton 75;
  • mavi ton 23.
RGB:
(213,75,23)
(84%,29%,9%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 75 of 255 = 29%
B 23 of 255 = 9%

213
75
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 75 + 23 = 311 (100%)
R 213 of 311 ~ 68.49%
G 75 of 311 ~ 24.12%
B 23 of 311 ~ 7.4%

%68.49
%24.12

CMYK RENK MODELİ

#D54B17 rengi CMYK tonu (0,65,89,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.79%
  • sarı tonu 89.20%
  • ana renk tonu 16.47%
CMYK:
(0,65,89,16)
C0M65Y89K16 
(0%,65%,89%,16%)
(0.00/0.65/0.89/0.16)	

CMYK yüzdeleri

%0
%64.79
%89.2
%16.47

Codes

Color #D54B17 in popluar color models

D54B17
RGB2137523
HSL16°80.51%46.27%
HSB/HSV16°89.20%83.53%
CMYK0.00%64.79%89.20%
16.47%

Color #D54B17 in popluar number systems.

HEXD54B17
Decimal2137523
Binary11010101100101110111
Octal32511327

Shades and tints

Shades of #D54B17

#D54B17
(213,75,23)
#C24515
(194,69,21)
#AF3F13
(175,63,19)
#9C3911
(156,57,17)
#89330F
(137,51,15)
#762D0D
(118,45,13)
#63270B
(99,39,11)
#502109
(80,33,9)
#3D1B07
(61,27,7)
#2A1505
(42,21,5)
#170F03
(23,15,3)
#000000
(0,0,0)

Tints of #D54B17

#D54B17
(213,75,23)
#D85B2C
(216,91,44)
#DB6B41
(219,107,65)
#DE7B56
(222,123,86)
#E18B6B
(225,139,107)
#E49B80
(228,155,128)
#E7AB95
(231,171,149)
#EABBAA
(234,187,170)
#EDCBBF
(237,203,191)
#F0DBD4
(240,219,212)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54B17 color. Also use rgb(213,75,23) instead hex code.

Text Font Color

.myTextColor { color: #D54B17; }

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

This text font color is #D54B17.


Background Color

.myBgColor { background-color: #D54B17; }

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

This div background color is #D54B17.


Border color

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

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

This div border color is #D54B17.


Opacity

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

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

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

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

This text has shadow with #D54B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54B17 on black background.


Color preview on white background

This text has color #D54B17 on white background.



Black color preview on #D54B17 background

This text has black color on #D54B17 background.


White color preview on #D54B17 background

This text has white color on #D54B17 background.