COLOR #71861F

HEX: #71861F
RGB: (113,134,31)

Color info

#71861F contains mainly red and green colors. Web safe color of #71861F is #669933 (or #693).

RGB color model

#71861F color RGB value is (113,134,31).

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

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 31 of 255 = 12%

113
134
31

R + G + B ~ 36%. #71861F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 31 = 278 (100%)
R 113 of 278 ~ 40.65%
G 134 of 278 ~ 48.2%
B 31 of 278 ~ 11.15%

%40.65
%48.2
%11.15

CMYK color model

#71861F color CMYK value is (16,0,77,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 76.87%
  • key color value is 47.45%
CMYK:
(16,0,77,47)
C16M0Y77K47 
(16%,0%,77%,47%)
(0.16/0.00/0.77/0.47)	

CMYK percentages

%15.67
%0
%76.87
%47.45

Codes

Color #71861F in popluar color models

71861F
RGB11313431
HSL72°62.42%32.35%
HSB/HSV72°76.87%52.55%
CMYK15.67%0.00%76.87%
47.45%

Color #71861F in popluar number systems.

HEX71861F
Decimal11313431
Binary11100011000011011111
Octal16120637

Shades and tints

Shades of #71861F

#71861F
(113,134,31)
#677A1D
(103,122,29)
#5D6E1B
(93,110,27)
#536219
(83,98,25)
#495617
(73,86,23)
#3F4A15
(63,74,21)
#353E13
(53,62,19)
#2B3211
(43,50,17)
#21260F
(33,38,15)
#171A0D
(23,26,13)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #71861F

#71861F
(113,134,31)
#7D9133
(125,145,51)
#899C47
(137,156,71)
#95A75B
(149,167,91)
#A1B26F
(161,178,111)
#ADBD83
(173,189,131)
#B9C897
(185,200,151)
#C5D3AB
(197,211,171)
#D1DEBF
(209,222,191)
#DDE9D3
(221,233,211)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71861F; }

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

This text font color is #71861F.


Background Color

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

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

This div background color is #71861F.


Border color

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

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

This div border color is #71861F.


Opacity

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

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

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

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

This text has shadow with #71861F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71861F on black background.


Color preview on white background

This text has color #71861F on white background.



Black color preview on #71861F background

This text has black color on #71861F background.


White color preview on #71861F background

This text has white color on #71861F background.