COLOR #61AD51

HEX: #61AD51
RGB: (97,173,81)

Color info

#61AD51 contains mainly green color. Web safe color of #61AD51 is #669966 (or #696).

RGB color model

#61AD51 color RGB value is (97,173,81).

  • red value is 97;
  • green value is 173;
  • blue value is 81.
RGB:
(97,173,81)
(38%,68%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 81 of 255 = 32%

97
173
81

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

Portions of RGB colors in percentages

R + G + B =
97 + 173 + 81 = 351 (100%)
R 97 of 351 ~ 27.64%
G 173 of 351 ~ 49.29%
B 81 of 351 ~ 23.08%

%27.64
%49.29
%23.08

CMYK color model

#61AD51 color CMYK value is (44,0,53,32).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 53.18%
  • key color value is 32.16%
CMYK:
(44,0,53,32)
C44M0Y53K32 
(44%,0%,53%,32%)
(0.44/0.00/0.53/0.32)	

CMYK percentages

%43.93
%0
%53.18
%32.16

Codes

Color #61AD51 in popluar color models

61AD51
RGB9717381
HSL110°36.22%49.80%
HSB/HSV110°53.18%67.84%
CMYK43.93%0.00%53.18%
32.16%

Color #61AD51 in popluar number systems.

HEX61AD51
Decimal9717381
Binary1100001101011011010001
Octal141255121

Shades and tints

Shades of #61AD51

#61AD51
(97,173,81)
#599E4A
(89,158,74)
#518F43
(81,143,67)
#49803C
(73,128,60)
#417135
(65,113,53)
#39622E
(57,98,46)
#315327
(49,83,39)
#294420
(41,68,32)
#213519
(33,53,25)
#192612
(25,38,18)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #61AD51

#61AD51
(97,173,81)
#6FB460
(111,180,96)
#7DBB6F
(125,187,111)
#8BC27E
(139,194,126)
#99C98D
(153,201,141)
#A7D09C
(167,208,156)
#B5D7AB
(181,215,171)
#C3DEBA
(195,222,186)
#D1E5C9
(209,229,201)
#DFECD8
(223,236,216)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AD51 color. Also use rgb(97,173,81) instead hex code.

Text Font Color

.myTextColor { color: #61AD51; }

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

This text font color is #61AD51.


Background Color

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

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

This div background color is #61AD51.


Border color

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

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

This div border color is #61AD51.


Opacity

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

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

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

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

This text has shadow with #61AD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AD51 on black background.


Color preview on white background

This text has color #61AD51 on white background.



Black color preview on #61AD51 background

This text has black color on #61AD51 background.


White color preview on #61AD51 background

This text has white color on #61AD51 background.