COLOR #D3701A

HEX: #D3701A
RGB: (211,112,26)

Color info

#D3701A contains mainly red color. Web safe color of #D3701A is #CC6600 (or #C60).

RGB color model

#D3701A color RGB value is (211,112,26).

  • red value is 211;
  • green value is 112;
  • blue value is 26.
RGB:
(211,112,26)
(83%,44%,10%)

RGB channels and saturation

R 211 of 255 = 83%
G 112 of 255 = 44%
B 26 of 255 = 10%

211
112
26

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

Portions of RGB colors in percentages

R + G + B =
211 + 112 + 26 = 349 (100%)
R 211 of 349 ~ 60.46%
G 112 of 349 ~ 32.09%
B 26 of 349 ~ 7.45%

%60.46
%32.09

CMYK color model

#D3701A color CMYK value is (0,47,88,17).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 87.68%
  • key color value is 17.25%
CMYK:
(0,47,88,17)
C0M47Y88K17 
(0%,47%,88%,17%)
(0.00/0.47/0.88/0.17)	

CMYK percentages

%0
%46.92
%87.68
%17.25

Codes

Color #D3701A in popluar color models

D3701A
RGB21111226
HSL28°78.06%46.47%
HSB/HSV28°87.68%82.75%
CMYK0.00%46.92%87.68%
17.25%

Color #D3701A in popluar number systems.

HEXD3701A
Decimal21111226
Binary11010011111000011010
Octal32316032

Shades and tints

Shades of #D3701A

#D3701A
(211,112,26)
#C06618
(192,102,24)
#AD5C16
(173,92,22)
#9A5214
(154,82,20)
#874812
(135,72,18)
#743E10
(116,62,16)
#61340E
(97,52,14)
#4E2A0C
(78,42,12)
#3B200A
(59,32,10)
#281608
(40,22,8)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #D3701A

#D3701A
(211,112,26)
#D77D2E
(215,125,46)
#DB8A42
(219,138,66)
#DF9756
(223,151,86)
#E3A46A
(227,164,106)
#E7B17E
(231,177,126)
#EBBE92
(235,190,146)
#EFCBA6
(239,203,166)
#F3D8BA
(243,216,186)
#F7E5CE
(247,229,206)
#FBF2E2
(251,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3701A color. Also use rgb(211,112,26) instead hex code.

Text Font Color

.myTextColor { color: #D3701A; }

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

This text font color is #D3701A.


Background Color

.myBgColor { background-color: #D3701A; }

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

This div background color is #D3701A.


Border color

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

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

This div border color is #D3701A.


Opacity

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

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

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

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

This text has shadow with #D3701A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3701A on black background.


Color preview on white background

This text has color #D3701A on white background.



Black color preview on #D3701A background

This text has black color on #D3701A background.


White color preview on #D3701A background

This text has white color on #D3701A background.