COLOR #71731D

HEX: #71731D
RGB: (113,115,29)

Color info

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

RGB color model

#71731D color RGB value is (113,115,29).

  • red value is 113;
  • green value is 115;
  • blue value is 29.
RGB:
(113,115,29)
(44%,45%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 29 of 255 = 11%

113
115
29

R + G + B ~ 33%. #71731D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 29 = 257 (100%)
R 113 of 257 ~ 43.97%
G 115 of 257 ~ 44.75%
B 29 of 257 ~ 11.28%

%43.97
%44.75
%11.28

CMYK color model

#71731D color CMYK value is (2,0,75,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 74.78%
  • key color value is 54.90%
CMYK:
(2,0,75,55)
C2M0Y75K55 
(2%,0%,75%,55%)
(0.02/0.00/0.75/0.55)	

CMYK percentages

%1.74
%0
%74.78
%54.9

Codes

Color #71731D in popluar color models

71731D
RGB11311529
HSL61°59.72%28.24%
HSB/HSV61°74.78%45.10%
CMYK1.74%0.00%74.78%
54.90%

Color #71731D in popluar number systems.

HEX71731D
Decimal11311529
Binary1110001111001111101
Octal16116335

Shades and tints

Shades of #71731D

#71731D
(113,115,29)
#67691B
(103,105,27)
#5D5F19
(93,95,25)
#535517
(83,85,23)
#494B15
(73,75,21)
#3F4113
(63,65,19)
#353711
(53,55,17)
#2B2D0F
(43,45,15)
#21230D
(33,35,13)
#17190B
(23,25,11)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #71731D

#71731D
(113,115,29)
#7D7F31
(125,127,49)
#898B45
(137,139,69)
#959759
(149,151,89)
#A1A36D
(161,163,109)
#ADAF81
(173,175,129)
#B9BB95
(185,187,149)
#C5C7A9
(197,199,169)
#D1D3BD
(209,211,189)
#DDDFD1
(221,223,209)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71731D color. Also use rgb(113,115,29) instead hex code.

Text Font Color

.myTextColor { color: #71731D; }

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

This text font color is #71731D.


Background Color

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

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

This div background color is #71731D.


Border color

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

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

This div border color is #71731D.


Opacity

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

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

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

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

This text has shadow with #71731D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71731D on black background.


Color preview on white background

This text has color #71731D on white background.



Black color preview on #71731D background

This text has black color on #71731D background.


White color preview on #71731D background

This text has white color on #71731D background.