COLOR #71631F

HEX: #71631F
RGB: (113,99,31)

Color info

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

RGB color model

#71631F color RGB value is (113,99,31).

  • red value is 113;
  • green value is 99;
  • blue value is 31.
RGB:
(113,99,31)
(44%,39%,12%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 31 of 255 = 12%

113
99
31

R + G + B ~ 32%. #71631F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 31 = 243 (100%)
R 113 of 243 ~ 46.5%
G 99 of 243 ~ 40.74%
B 31 of 243 ~ 12.76%

%46.5
%40.74
%12.76

CMYK color model

#71631F color CMYK value is (0,12,73,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(0,12,73,56)
C0M12Y73K56 
(0%,12%,73%,56%)
(0.00/0.12/0.73/0.56)	

CMYK percentages

%0
%12.39
%72.57
%55.69

Codes

Color #71631F in popluar color models

71631F
RGB1139931
HSL50°56.94%28.24%
HSB/HSV50°72.57%44.31%
CMYK0.00%12.39%72.57%
55.69%

Color #71631F in popluar number systems.

HEX71631F
Decimal1139931
Binary1110001110001111111
Octal16114337

Shades and tints

Shades of #71631F

#71631F
(113,99,31)
#675A1D
(103,90,29)
#5D511B
(93,81,27)
#534819
(83,72,25)
#493F17
(73,63,23)
#3F3615
(63,54,21)
#352D13
(53,45,19)
#2B2411
(43,36,17)
#211B0F
(33,27,15)
#17120D
(23,18,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #71631F

#71631F
(113,99,31)
#7D7133
(125,113,51)
#897F47
(137,127,71)
#958D5B
(149,141,91)
#A19B6F
(161,155,111)
#ADA983
(173,169,131)
#B9B797
(185,183,151)
#C5C5AB
(197,197,171)
#D1D3BF
(209,211,191)
#DDE1D3
(221,225,211)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71631F color. Also use rgb(113,99,31) instead hex code.

Text Font Color

.myTextColor { color: #71631F; }

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

This text font color is #71631F.


Background Color

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

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

This div background color is #71631F.


Border color

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

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

This div border color is #71631F.


Opacity

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

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

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

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

This text has shadow with #71631F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71631F on black background.


Color preview on white background

This text has color #71631F on white background.



Black color preview on #71631F background

This text has black color on #71631F background.


White color preview on #71631F background

This text has white color on #71631F background.