COLOR #71403F

HEX: #71403F
RGB: (113,64,63)

Color info

#71403F contains red, green and blue colors in about the same proportion. Web safe color of #71403F is #663333 (or #633).

RGB color model

#71403F color RGB value is (113,64,63).

  • red value is 113;
  • green value is 64;
  • blue value is 63.
RGB:
(113,64,63)
(44%,25%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 63 of 255 = 25%

113
64
63

R + G + B ~ 31%. #71403F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 63 = 240 (100%)
R 113 of 240 ~ 47.08%
G 64 of 240 ~ 26.67%
B 63 of 240 ~ 26.25%

%47.08
%26.67
%26.25

CMYK color model

#71403F color CMYK value is (0,43,44,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,43,44,56)
C0M43Y44K56 
(0%,43%,44%,56%)
(0.00/0.43/0.44/0.56)	

CMYK percentages

%0
%43.36
%44.25
%55.69

Codes

Color #71403F in popluar color models

71403F
RGB1136463
HSL28.41%34.51%
HSB/HSV44.25%44.31%
CMYK0.00%43.36%44.25%
55.69%

Color #71403F in popluar number systems.

HEX71403F
Decimal1136463
Binary11100011000000111111
Octal16110077

Shades and tints

Shades of #71403F

#71403F
(113,64,63)
#673B3A
(103,59,58)
#5D3635
(93,54,53)
#533130
(83,49,48)
#492C2B
(73,44,43)
#3F2726
(63,39,38)
#352221
(53,34,33)
#2B1D1C
(43,29,28)
#211817
(33,24,23)
#171312
(23,19,18)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #71403F

#71403F
(113,64,63)
#7D5150
(125,81,80)
#896261
(137,98,97)
#957372
(149,115,114)
#A18483
(161,132,131)
#AD9594
(173,149,148)
#B9A6A5
(185,166,165)
#C5B7B6
(197,183,182)
#D1C8C7
(209,200,199)
#DDD9D8
(221,217,216)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71403F color. Also use rgb(113,64,63) instead hex code.

Text Font Color

.myTextColor { color: #71403F; }

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

This text font color is #71403F.


Background Color

.myBgColor { background-color: #71403F; }

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

This div background color is #71403F.


Border color

.myBorderColor { border: 1px solid #71403F; }

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

This div border color is #71403F.


Opacity

.myOpacity80 { color: #71403F; opacity: 0.8; }

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

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

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

This text has shadow with #71403F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71403F on black background.


Color preview on white background

This text has color #71403F on white background.



Black color preview on #71403F background

This text has black color on #71403F background.


White color preview on #71403F background

This text has white color on #71403F background.