COLOR #71A345

HEX: #71A345
RGB: (113,163,69)

Color info

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

RGB color model

#71A345 color RGB value is (113,163,69).

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

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 69 of 255 = 27%

113
163
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 69 = 345 (100%)
R 113 of 345 ~ 32.75%
G 163 of 345 ~ 47.25%
B 69 of 345 ~ 20%

%32.75
%47.25
%20

CMYK color model

#71A345 color CMYK value is (31,0,58,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 57.67%
  • key color value is 36.08%
CMYK:
(31,0,58,36)
C31M0Y58K36 
(31%,0%,58%,36%)
(0.31/0.00/0.58/0.36)	

CMYK percentages

%30.67
%0
%57.67
%36.08

Codes

Color #71A345 in popluar color models

71A345
RGB11316369
HSL92°40.52%45.49%
HSB/HSV92°57.67%63.92%
CMYK30.67%0.00%57.67%
36.08%

Color #71A345 in popluar number systems.

HEX71A345
Decimal11316369
Binary1110001101000111000101
Octal161243105

Shades and tints

Shades of #71A345

#71A345
(113,163,69)
#67953F
(103,149,63)
#5D8739
(93,135,57)
#537933
(83,121,51)
#496B2D
(73,107,45)
#3F5D27
(63,93,39)
#354F21
(53,79,33)
#2B411B
(43,65,27)
#213315
(33,51,21)
#17250F
(23,37,15)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #71A345

#71A345
(113,163,69)
#7DAB55
(125,171,85)
#89B365
(137,179,101)
#95BB75
(149,187,117)
#A1C385
(161,195,133)
#ADCB95
(173,203,149)
#B9D3A5
(185,211,165)
#C5DBB5
(197,219,181)
#D1E3C5
(209,227,197)
#DDEBD5
(221,235,213)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A345; }

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

This text font color is #71A345.


Background Color

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

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

This div background color is #71A345.


Border color

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

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

This div border color is #71A345.


Opacity

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

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

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

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

This text has shadow with #71A345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A345 on black background.


Color preview on white background

This text has color #71A345 on white background.



Black color preview on #71A345 background

This text has black color on #71A345 background.


White color preview on #71A345 background

This text has white color on #71A345 background.