COLOR #D3711F

HEX: #D3711F
RGB: (211,113,31)

Color info

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

RGB color model

#D3711F color RGB value is (211,113,31).

  • red value is 211;
  • green value is 113;
  • blue value is 31.
RGB:
(211,113,31)
(83%,44%,12%)

RGB channels and saturation

R 211 of 255 = 83%
G 113 of 255 = 44%
B 31 of 255 = 12%

211
113
31

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

Portions of RGB colors in percentages

R + G + B =
211 + 113 + 31 = 355 (100%)
R 211 of 355 ~ 59.44%
G 113 of 355 ~ 31.83%
B 31 of 355 ~ 8.73%

%59.44
%31.83

CMYK color model

#D3711F color CMYK value is (0,46,85,17).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 85.31%
  • key color value is 17.25%
CMYK:
(0,46,85,17)
C0M46Y85K17 
(0%,46%,85%,17%)
(0.00/0.46/0.85/0.17)	

CMYK percentages

%0
%46.45
%85.31
%17.25

Codes

Color #D3711F in popluar color models

D3711F
RGB21111331
HSL27°74.38%47.45%
HSB/HSV27°85.31%82.75%
CMYK0.00%46.45%85.31%
17.25%

Color #D3711F in popluar number systems.

HEXD3711F
Decimal21111331
Binary11010011111000111111
Octal32316137

Shades and tints

Shades of #D3711F

#D3711F
(211,113,31)
#C0671D
(192,103,29)
#AD5D1B
(173,93,27)
#9A5319
(154,83,25)
#874917
(135,73,23)
#743F15
(116,63,21)
#613513
(97,53,19)
#4E2B11
(78,43,17)
#3B210F
(59,33,15)
#28170D
(40,23,13)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #D3711F

#D3711F
(211,113,31)
#D77D33
(215,125,51)
#DB8947
(219,137,71)
#DF955B
(223,149,91)
#E3A16F
(227,161,111)
#E7AD83
(231,173,131)
#EBB997
(235,185,151)
#EFC5AB
(239,197,171)
#F3D1BF
(243,209,191)
#F7DDD3
(247,221,211)
#FBE9E7
(251,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3711F color. Also use rgb(211,113,31) instead hex code.

Text Font Color

.myTextColor { color: #D3711F; }

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

This text font color is #D3711F.


Background Color

.myBgColor { background-color: #D3711F; }

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

This div background color is #D3711F.


Border color

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

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

This div border color is #D3711F.


Opacity

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

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

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

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

This text has shadow with #D3711F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3711F on black background.


Color preview on white background

This text has color #D3711F on white background.



Black color preview on #D3711F background

This text has black color on #D3711F background.


White color preview on #D3711F background

This text has white color on #D3711F background.