COLOR #71402D

HEX: #71402D
RGB: (113,64,45)

Color info

#71402D contains mainly red and green colors. Web safe color of #71402D is #663333 (or #633).

RGB color model

#71402D color RGB value is (113,64,45).

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

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 45 of 255 = 18%

113
64
45

R + G + B ~ 29%. #71402D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 45 = 222 (100%)
R 113 of 222 ~ 50.9%
G 64 of 222 ~ 28.83%
B 45 of 222 ~ 20.27%

%50.9
%28.83
%20.27

CMYK color model

#71402D color CMYK value is (0,43,60,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(0,43,60,56)
C0M43Y60K56 
(0%,43%,60%,56%)
(0.00/0.43/0.60/0.56)	

CMYK percentages

%0
%43.36
%60.18
%55.69

Codes

Color #71402D in popluar color models

71402D
RGB1136445
HSL17°43.04%30.98%
HSB/HSV17°60.18%44.31%
CMYK0.00%43.36%60.18%
55.69%

Color #71402D in popluar number systems.

HEX71402D
Decimal1136445
Binary11100011000000101101
Octal16110055

Shades and tints

Shades of #71402D

#71402D
(113,64,45)
#673B29
(103,59,41)
#5D3625
(93,54,37)
#533121
(83,49,33)
#492C1D
(73,44,29)
#3F2719
(63,39,25)
#352215
(53,34,21)
#2B1D11
(43,29,17)
#21180D
(33,24,13)
#171309
(23,19,9)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #71402D

#71402D
(113,64,45)
#7D5140
(125,81,64)
#896253
(137,98,83)
#957366
(149,115,102)
#A18479
(161,132,121)
#AD958C
(173,149,140)
#B9A69F
(185,166,159)
#C5B7B2
(197,183,178)
#D1C8C5
(209,200,197)
#DDD9D8
(221,217,216)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71402D color. Also use rgb(113,64,45) instead hex code.

Text Font Color

.myTextColor { color: #71402D; }

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

This text font color is #71402D.


Background Color

.myBgColor { background-color: #71402D; }

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

This div background color is #71402D.


Border color

.myBorderColor { border: 1px solid #71402D; }

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

This div border color is #71402D.


Opacity

.myOpacity80 { color: #71402D; opacity: 0.8; }

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

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

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

This text has shadow with #71402D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71402D on black background.


Color preview on white background

This text has color #71402D on white background.



Black color preview on #71402D background

This text has black color on #71402D background.


White color preview on #71402D background

This text has white color on #71402D background.