COLOR #71A31F

HEX: #71A31F
RGB: (113,163,31)

Color info

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

RGB color model

#71A31F color RGB value is (113,163,31).

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

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 31 of 255 = 12%

113
163
31

R + G + B ~ 40%. #71A31F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 31 = 307 (100%)
R 113 of 307 ~ 36.81%
G 163 of 307 ~ 53.09%
B 31 of 307 ~ 10.1%

%36.81
%53.09
%10.1

CMYK color model

#71A31F color CMYK value is (31,0,81,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 80.98%
  • key color value is 36.08%
CMYK:
(31,0,81,36)
C31M0Y81K36 
(31%,0%,81%,36%)
(0.31/0.00/0.81/0.36)	

CMYK percentages

%30.67
%0
%80.98
%36.08

Codes

Color #71A31F in popluar color models

71A31F
RGB11316331
HSL83°68.04%38.04%
HSB/HSV83°80.98%63.92%
CMYK30.67%0.00%80.98%
36.08%

Color #71A31F in popluar number systems.

HEX71A31F
Decimal11316331
Binary11100011010001111111
Octal16124337

Shades and tints

Shades of #71A31F

#71A31F
(113,163,31)
#67951D
(103,149,29)
#5D871B
(93,135,27)
#537919
(83,121,25)
#496B17
(73,107,23)
#3F5D15
(63,93,21)
#354F13
(53,79,19)
#2B4111
(43,65,17)
#21330F
(33,51,15)
#17250D
(23,37,13)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #71A31F

#71A31F
(113,163,31)
#7DAB33
(125,171,51)
#89B347
(137,179,71)
#95BB5B
(149,187,91)
#A1C36F
(161,195,111)
#ADCB83
(173,203,131)
#B9D397
(185,211,151)
#C5DBAB
(197,219,171)
#D1E3BF
(209,227,191)
#DDEBD3
(221,235,211)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A31F color. Also use rgb(113,163,31) instead hex code.

Text Font Color

.myTextColor { color: #71A31F; }

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

This text font color is #71A31F.


Background Color

.myBgColor { background-color: #71A31F; }

<div style="background-color:#71A31F">Inner text</div>

This div background color is #71A31F.


Border color

.myBorderColor { border: 1px solid #71A31F; }

<div style="border:3px solid #71A31F">Div</div>

This div border color is #71A31F.


Opacity

.myOpacity80 { color: #71A31F; opacity: 0.8; }

<p style="color:#71A31F;opacity:0.8;">80%</p>

Text with #71A31F 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 #71A31F;}

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

This text has shadow with #71A31F color.

.textShadow {text-shadow: 3px 3px 1px #71A31F, 3px 3px 1px red;}

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

This text has shadow with #71A31F primary color and red secondary color.


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

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

This text has shadow with #71A31F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A31F on black background.


Color preview on white background

This text has color #71A31F on white background.



Black color preview on #71A31F background

This text has black color on #71A31F background.


White color preview on #71A31F background

This text has white color on #71A31F background.