COLOR #71942F

HEX: #71942F
RGB: (113,148,47)

Color info

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

RGB color model

#71942F color RGB value is (113,148,47).

  • red value is 113;
  • green value is 148;
  • blue value is 47.
RGB:
(113,148,47)
(44%,58%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 47 of 255 = 18%

113
148
47

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 47 = 308 (100%)
R 113 of 308 ~ 36.69%
G 148 of 308 ~ 48.05%
B 47 of 308 ~ 15.26%

%36.69
%48.05
%15.26

CMYK color model

#71942F color CMYK value is (24,0,68,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 68.24%
  • key color value is 41.96%
CMYK:
(24,0,68,42)
C24M0Y68K42 
(24%,0%,68%,42%)
(0.24/0.00/0.68/0.42)	

CMYK percentages

%23.65
%0
%68.24
%41.96

Codes

Color #71942F in popluar color models

71942F
RGB11314847
HSL81°51.79%38.24%
HSB/HSV81°68.24%58.04%
CMYK23.65%0.00%68.24%
41.96%

Color #71942F in popluar number systems.

HEX71942F
Decimal11314847
Binary111000110010100101111
Octal16122457

Shades and tints

Shades of #71942F

#71942F
(113,148,47)
#67872B
(103,135,43)
#5D7A27
(93,122,39)
#536D23
(83,109,35)
#49601F
(73,96,31)
#3F531B
(63,83,27)
#354617
(53,70,23)
#2B3913
(43,57,19)
#212C0F
(33,44,15)
#171F0B
(23,31,11)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #71942F

#71942F
(113,148,47)
#7D9D41
(125,157,65)
#89A653
(137,166,83)
#95AF65
(149,175,101)
#A1B877
(161,184,119)
#ADC189
(173,193,137)
#B9CA9B
(185,202,155)
#C5D3AD
(197,211,173)
#D1DCBF
(209,220,191)
#DDE5D1
(221,229,209)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71942F color. Also use rgb(113,148,47) instead hex code.

Text Font Color

.myTextColor { color: #71942F; }

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

This text font color is #71942F.


Background Color

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

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

This div background color is #71942F.


Border color

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

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

This div border color is #71942F.


Opacity

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

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

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

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

This text has shadow with #71942F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71942F on black background.


Color preview on white background

This text has color #71942F on white background.



Black color preview on #71942F background

This text has black color on #71942F background.


White color preview on #71942F background

This text has white color on #71942F background.