COLOR #71A45D

HEX: #71A45D
RGB: (113,164,93)

Color info

#71A45D contains mainly red and green colors. Web safe color of #71A45D is #669966 (or #696).

RGB color model

#71A45D color RGB value is (113,164,93).

  • red value is 113;
  • green value is 164;
  • blue value is 93.
RGB:
(113,164,93)
(44%,64%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 93 of 255 = 36%

113
164
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 164 + 93 = 370 (100%)
R 113 of 370 ~ 30.54%
G 164 of 370 ~ 44.32%
B 93 of 370 ~ 25.14%

%30.54
%44.32
%25.14

CMYK color model

#71A45D color CMYK value is (31,0,43,36).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK:
(31,0,43,36)
C31M0Y43K36 
(31%,0%,43%,36%)
(0.31/0.00/0.43/0.36)	

CMYK percentages

%31.1
%0
%43.29
%35.69

Codes

Color #71A45D in popluar color models

71A45D
RGB11316493
HSL103°28.06%50.39%
HSB/HSV103°43.29%64.31%
CMYK31.10%0.00%43.29%
35.69%

Color #71A45D in popluar number systems.

HEX71A45D
Decimal11316493
Binary1110001101001001011101
Octal161244135

Shades and tints

Shades of #71A45D

#71A45D
(113,164,93)
#679655
(103,150,85)
#5D884D
(93,136,77)
#537A45
(83,122,69)
#496C3D
(73,108,61)
#3F5E35
(63,94,53)
#35502D
(53,80,45)
#2B4225
(43,66,37)
#21341D
(33,52,29)
#172615
(23,38,21)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #71A45D

#71A45D
(113,164,93)
#7DAC6B
(125,172,107)
#89B479
(137,180,121)
#95BC87
(149,188,135)
#A1C495
(161,196,149)
#ADCCA3
(173,204,163)
#B9D4B1
(185,212,177)
#C5DCBF
(197,220,191)
#D1E4CD
(209,228,205)
#DDECDB
(221,236,219)
#E9F4E9
(233,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A45D color. Also use rgb(113,164,93) instead hex code.

Text Font Color

.myTextColor { color: #71A45D; }

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

This text font color is #71A45D.


Background Color

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

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

This div background color is #71A45D.


Border color

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

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

This div border color is #71A45D.


Opacity

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

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

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

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

This text has shadow with #71A45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A45D on black background.


Color preview on white background

This text has color #71A45D on white background.



Black color preview on #71A45D background

This text has black color on #71A45D background.


White color preview on #71A45D background

This text has white color on #71A45D background.