COLOR #71882E

HEX: #71882E
RGB: (113,136,46)

Color info

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

RGB color model

#71882E color RGB value is (113,136,46).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 46 of 255 = 18%

113
136
46

R + G + B ~ 38%. #71882E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 46 = 295 (100%)
R 113 of 295 ~ 38.31%
G 136 of 295 ~ 46.1%
B 46 of 295 ~ 15.59%

%38.31
%46.1
%15.59

CMYK color model

#71882E color CMYK value is (17,0,66,47).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 46.67%
CMYK:
(17,0,66,47)
C17M0Y66K47 
(17%,0%,66%,47%)
(0.17/0.00/0.66/0.47)	

CMYK percentages

%16.91
%0
%66.18
%46.67

Codes

Color #71882E in popluar color models

71882E
RGB11313646
HSL75°49.45%35.69%
HSB/HSV75°66.18%53.33%
CMYK16.91%0.00%66.18%
46.67%

Color #71882E in popluar number systems.

HEX71882E
Decimal11313646
Binary111000110001000101110
Octal16121056

Shades and tints

Shades of #71882E

#71882E
(113,136,46)
#677C2A
(103,124,42)
#5D7026
(93,112,38)
#536422
(83,100,34)
#49581E
(73,88,30)
#3F4C1A
(63,76,26)
#354016
(53,64,22)
#2B3412
(43,52,18)
#21280E
(33,40,14)
#171C0A
(23,28,10)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #71882E

#71882E
(113,136,46)
#7D9241
(125,146,65)
#899C54
(137,156,84)
#95A667
(149,166,103)
#A1B07A
(161,176,122)
#ADBA8D
(173,186,141)
#B9C4A0
(185,196,160)
#C5CEB3
(197,206,179)
#D1D8C6
(209,216,198)
#DDE2D9
(221,226,217)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71882E; }

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

This text font color is #71882E.


Background Color

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

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

This div background color is #71882E.


Border color

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

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

This div border color is #71882E.


Opacity

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

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

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

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

This text has shadow with #71882E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71882E on black background.


Color preview on white background

This text has color #71882E on white background.



Black color preview on #71882E background

This text has black color on #71882E background.


White color preview on #71882E background

This text has white color on #71882E background.