COLOR #71642E

HEX: #71642E
RGB: (113,100,46)

Color info

#71642E contains mainly red and green colors. Web safe color of #71642E is #666633 (or #663).

RGB color model

#71642E color RGB value is (113,100,46).

  • red value is 113;
  • green value is 100;
  • blue value is 46.
RGB:
(113,100,46)
(44%,39%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 46 of 255 = 18%

113
100
46

R + G + B ~ 34%. #71642E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 46 = 259 (100%)
R 113 of 259 ~ 43.63%
G 100 of 259 ~ 38.61%
B 46 of 259 ~ 17.76%

%43.63
%38.61
%17.76

CMYK color model

#71642E color CMYK value is (0,12,59,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 59.29%
  • key color value is 55.69%
CMYK:
(0,12,59,56)
C0M12Y59K56 
(0%,12%,59%,56%)
(0.00/0.12/0.59/0.56)	

CMYK percentages

%0
%11.5
%59.29
%55.69

Codes

Color #71642E in popluar color models

71642E
RGB11310046
HSL48°42.14%31.18%
HSB/HSV48°59.29%44.31%
CMYK0.00%11.50%59.29%
55.69%

Color #71642E in popluar number systems.

HEX71642E
Decimal11310046
Binary11100011100100101110
Octal16114456

Shades and tints

Shades of #71642E

#71642E
(113,100,46)
#675B2A
(103,91,42)
#5D5226
(93,82,38)
#534922
(83,73,34)
#49401E
(73,64,30)
#3F371A
(63,55,26)
#352E16
(53,46,22)
#2B2512
(43,37,18)
#211C0E
(33,28,14)
#17130A
(23,19,10)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #71642E

#71642E
(113,100,46)
#7D7241
(125,114,65)
#898054
(137,128,84)
#958E67
(149,142,103)
#A19C7A
(161,156,122)
#ADAA8D
(173,170,141)
#B9B8A0
(185,184,160)
#C5C6B3
(197,198,179)
#D1D4C6
(209,212,198)
#DDE2D9
(221,226,217)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71642E color. Also use rgb(113,100,46) instead hex code.

Text Font Color

.myTextColor { color: #71642E; }

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

This text font color is #71642E.


Background Color

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

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

This div background color is #71642E.


Border color

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

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

This div border color is #71642E.


Opacity

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

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

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

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

This text has shadow with #71642E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71642E on black background.


Color preview on white background

This text has color #71642E on white background.



Black color preview on #71642E background

This text has black color on #71642E background.


White color preview on #71642E background

This text has white color on #71642E background.