COLOR #61AA47

HEX: #61AA47
RGB: (97,170,71)

Color info

#61AA47 contains mainly green color. Web safe color of #61AA47 is #669933 (or #693).

RGB color model

#61AA47 color RGB value is (97,170,71).

  • red value is 97;
  • green value is 170;
  • blue value is 71.
RGB:
(97,170,71)
(38%,67%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 170 of 255 = 67%
B 71 of 255 = 28%

97
170
71

R + G + B ~ 44%. #61AA47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 170 + 71 = 338 (100%)
R 97 of 338 ~ 28.7%
G 170 of 338 ~ 50.3%
B 71 of 338 ~ 21.01%

%28.7
%50.3
%21.01

CMYK color model

#61AA47 color CMYK value is (43,0,58,33).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 58.24%
  • key color value is 33.33%
CMYK:
(43,0,58,33)
C43M0Y58K33 
(43%,0%,58%,33%)
(0.43/0.00/0.58/0.33)	

CMYK percentages

%42.94
%0
%58.24
%33.33

Codes

Color #61AA47 in popluar color models

61AA47
RGB9717071
HSL104°41.08%47.25%
HSB/HSV104°58.24%66.67%
CMYK42.94%0.00%58.24%
33.33%

Color #61AA47 in popluar number systems.

HEX61AA47
Decimal9717071
Binary1100001101010101000111
Octal141252107

Shades and tints

Shades of #61AA47

#61AA47
(97,170,71)
#599B41
(89,155,65)
#518C3B
(81,140,59)
#497D35
(73,125,53)
#416E2F
(65,110,47)
#395F29
(57,95,41)
#315023
(49,80,35)
#29411D
(41,65,29)
#213217
(33,50,23)
#192311
(25,35,17)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #61AA47

#61AA47
(97,170,71)
#6FB157
(111,177,87)
#7DB867
(125,184,103)
#8BBF77
(139,191,119)
#99C687
(153,198,135)
#A7CD97
(167,205,151)
#B5D4A7
(181,212,167)
#C3DBB7
(195,219,183)
#D1E2C7
(209,226,199)
#DFE9D7
(223,233,215)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AA47 color. Also use rgb(97,170,71) instead hex code.

Text Font Color

.myTextColor { color: #61AA47; }

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

This text font color is #61AA47.


Background Color

.myBgColor { background-color: #61AA47; }

<div style="background-color:#61AA47">Inner text</div>

This div background color is #61AA47.


Border color

.myBorderColor { border: 1px solid #61AA47; }

<div style="border:3px solid #61AA47">Div</div>

This div border color is #61AA47.


Opacity

.myOpacity80 { color: #61AA47; opacity: 0.8; }

<p style="color:#61AA47;opacity:0.8;">80%</p>

Text with #61AA47 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 #61AA47;}

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

This text has shadow with #61AA47 color.

.textShadow {text-shadow: 3px 3px 1px #61AA47, 3px 3px 1px red;}

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

This text has shadow with #61AA47 primary color and red secondary color.


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

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

This text has shadow with #61AA47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AA47 on black background.


Color preview on white background

This text has color #61AA47 on white background.



Black color preview on #61AA47 background

This text has black color on #61AA47 background.


White color preview on #61AA47 background

This text has white color on #61AA47 background.