COLOR #D5731F

HEX: #D5731F
RGB: (213,115,31)

Color info

#D5731F contains mainly red color. Web safe color of #D5731F is #CC6633 (or #C63).

RGB color model

#D5731F color RGB value is (213,115,31).

  • red value is 213;
  • green value is 115;
  • blue value is 31.
RGB:
(213,115,31)
(84%,45%,12%)

RGB channels and saturation

R 213 of 255 = 84%
G 115 of 255 = 45%
B 31 of 255 = 12%

213
115
31

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

Portions of RGB colors in percentages

R + G + B =
213 + 115 + 31 = 359 (100%)
R 213 of 359 ~ 59.33%
G 115 of 359 ~ 32.03%
B 31 of 359 ~ 8.64%

%59.33
%32.03

CMYK color model

#D5731F color CMYK value is (0,46,85,16).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 85.45%
  • key color value is 16.47%
CMYK:
(0,46,85,16)
C0M46Y85K16 
(0%,46%,85%,16%)
(0.00/0.46/0.85/0.16)	

CMYK percentages

%0
%46.01
%85.45
%16.47

Codes

Color #D5731F in popluar color models

D5731F
RGB21311531
HSL28°74.59%47.84%
HSB/HSV28°85.45%83.53%
CMYK0.00%46.01%85.45%
16.47%

Color #D5731F in popluar number systems.

HEXD5731F
Decimal21311531
Binary11010101111001111111
Octal32516337

Shades and tints

Shades of #D5731F

#D5731F
(213,115,31)
#C2691D
(194,105,29)
#AF5F1B
(175,95,27)
#9C5519
(156,85,25)
#894B17
(137,75,23)
#764115
(118,65,21)
#633713
(99,55,19)
#502D11
(80,45,17)
#3D230F
(61,35,15)
#2A190D
(42,25,13)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #D5731F

#D5731F
(213,115,31)
#D87F33
(216,127,51)
#DB8B47
(219,139,71)
#DE975B
(222,151,91)
#E1A36F
(225,163,111)
#E4AF83
(228,175,131)
#E7BB97
(231,187,151)
#EAC7AB
(234,199,171)
#EDD3BF
(237,211,191)
#F0DFD3
(240,223,211)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5731F color. Also use rgb(213,115,31) instead hex code.

Text Font Color

.myTextColor { color: #D5731F; }

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

This text font color is #D5731F.


Background Color

.myBgColor { background-color: #D5731F; }

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

This div background color is #D5731F.


Border color

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

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

This div border color is #D5731F.


Opacity

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

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

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

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

This text has shadow with #D5731F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5731F on black background.


Color preview on white background

This text has color #D5731F on white background.



Black color preview on #D5731F background

This text has black color on #D5731F background.


White color preview on #D5731F background

This text has white color on #D5731F background.