COLOR #71800F

HEX: #71800F
RGB: (113,128,15)

Color info

#71800F contains mainly red and green colors. Web safe color of #71800F is #666600 (or #660).

RGB color model

#71800F color RGB value is (113,128,15).

  • red value is 113;
  • green value is 128;
  • blue value is 15.
RGB:
(113,128,15)
(44%,50%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 15 of 255 = 6%

113
128
15

R + G + B ~ 33%. #71800F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 15 = 256 (100%)
R 113 of 256 ~ 44.14%
G 128 of 256 ~ 50%
B 15 of 256 ~ 5.86%

%44.14
%50

CMYK color model

#71800F color CMYK value is (12,0,88,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 88.28%
  • key color value is 49.80%
CMYK:
(12,0,88,50)
C12M0Y88K50 
(12%,0%,88%,50%)
(0.12/0.00/0.88/0.50)	

CMYK percentages

%11.72
%0
%88.28
%49.8

Codes

Color #71800F in popluar color models

71800F
RGB11312815
HSL68°79.02%28.04%
HSB/HSV68°88.28%50.20%
CMYK11.72%0.00%88.28%
49.80%

Color #71800F in popluar number systems.

HEX71800F
Decimal11312815
Binary1110001100000001111
Octal16120017

Shades and tints

Shades of #71800F

#71800F
(113,128,15)
#67750E
(103,117,14)
#5D6A0D
(93,106,13)
#535F0C
(83,95,12)
#49540B
(73,84,11)
#3F490A
(63,73,10)
#353E09
(53,62,9)
#2B3308
(43,51,8)
#212807
(33,40,7)
#171D06
(23,29,6)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #71800F

#71800F
(113,128,15)
#7D8B24
(125,139,36)
#899639
(137,150,57)
#95A14E
(149,161,78)
#A1AC63
(161,172,99)
#ADB778
(173,183,120)
#B9C28D
(185,194,141)
#C5CDA2
(197,205,162)
#D1D8B7
(209,216,183)
#DDE3CC
(221,227,204)
#E9EEE1
(233,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71800F color. Also use rgb(113,128,15) instead hex code.

Text Font Color

.myTextColor { color: #71800F; }

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

This text font color is #71800F.


Background Color

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

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

This div background color is #71800F.


Border color

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

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

This div border color is #71800F.


Opacity

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

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

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

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

This text has shadow with #71800F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71800F on black background.


Color preview on white background

This text has color #71800F on white background.



Black color preview on #71800F background

This text has black color on #71800F background.


White color preview on #71800F background

This text has white color on #71800F background.