COLOR #71473E

HEX: #71473E
RGB: (113,71,62)

Color info

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

RGB color model

#71473E color RGB value is (113,71,62).

  • red value is 113;
  • green value is 71;
  • blue value is 62.
RGB:
(113,71,62)
(44%,28%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 71 of 255 = 28%
B 62 of 255 = 24%

113
71
62

R + G + B ~ 32%. #71473E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 71 + 62 = 246 (100%)
R 113 of 246 ~ 45.93%
G 71 of 246 ~ 28.86%
B 62 of 246 ~ 25.2%

%45.93
%28.86
%25.2

CMYK color model

#71473E color CMYK value is (0,37,45,56).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(0,37,45,56)
C0M37Y45K56 
(0%,37%,45%,56%)
(0.00/0.37/0.45/0.56)	

CMYK percentages

%0
%37.17
%45.13
%55.69

Codes

Color #71473E in popluar color models

71473E
RGB1137162
HSL11°29.14%34.31%
HSB/HSV11°45.13%44.31%
CMYK0.00%37.17%45.13%
55.69%

Color #71473E in popluar number systems.

HEX71473E
Decimal1137162
Binary11100011000111111110
Octal16110776

Shades and tints

Shades of #71473E

#71473E
(113,71,62)
#674139
(103,65,57)
#5D3B34
(93,59,52)
#53352F
(83,53,47)
#492F2A
(73,47,42)
#3F2925
(63,41,37)
#352320
(53,35,32)
#2B1D1B
(43,29,27)
#211716
(33,23,22)
#171111
(23,17,17)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #71473E

#71473E
(113,71,62)
#7D574F
(125,87,79)
#896760
(137,103,96)
#957771
(149,119,113)
#A18782
(161,135,130)
#AD9793
(173,151,147)
#B9A7A4
(185,167,164)
#C5B7B5
(197,183,181)
#D1C7C6
(209,199,198)
#DDD7D7
(221,215,215)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71473E color. Also use rgb(113,71,62) instead hex code.

Text Font Color

.myTextColor { color: #71473E; }

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

This text font color is #71473E.


Background Color

.myBgColor { background-color: #71473E; }

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

This div background color is #71473E.


Border color

.myBorderColor { border: 1px solid #71473E; }

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

This div border color is #71473E.


Opacity

.myOpacity80 { color: #71473E; opacity: 0.8; }

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

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

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

This text has shadow with #71473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71473E on black background.


Color preview on white background

This text has color #71473E on white background.



Black color preview on #71473E background

This text has black color on #71473E background.


White color preview on #71473E background

This text has white color on #71473E background.