COLOR #61A35E

HEX: #61A35E
RGB: (97,163,94)

Color info

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

RGB color model

#61A35E color RGB value is (97,163,94).

  • red value is 97;
  • green value is 163;
  • blue value is 94.
RGB:
(97,163,94)
(38%,64%,37%)

RGB channels and saturation

R 97 of 255 = 38%
G 163 of 255 = 64%
B 94 of 255 = 37%

97
163
94

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

Portions of RGB colors in percentages

R + G + B =
97 + 163 + 94 = 354 (100%)
R 97 of 354 ~ 27.4%
G 163 of 354 ~ 46.05%
B 94 of 354 ~ 26.55%

%27.4
%46.05
%26.55

CMYK color model

#61A35E color CMYK value is (40,0,42,36).

  • cyan value is 40.49%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 36.08%
CMYK:
(40,0,42,36)
C40M0Y42K36 
(40%,0%,42%,36%)
(0.40/0.00/0.42/0.36)	

CMYK percentages

%40.49
%0
%42.33
%36.08

Codes

Color #61A35E in popluar color models

61A35E
RGB9716394
HSL117°27.27%50.39%
HSB/HSV117°42.33%63.92%
CMYK40.49%0.00%42.33%
36.08%

Color #61A35E in popluar number systems.

HEX61A35E
Decimal9716394
Binary1100001101000111011110
Octal141243136

Shades and tints

Shades of #61A35E

#61A35E
(97,163,94)
#599556
(89,149,86)
#51874E
(81,135,78)
#497946
(73,121,70)
#416B3E
(65,107,62)
#395D36
(57,93,54)
#314F2E
(49,79,46)
#294126
(41,65,38)
#21331E
(33,51,30)
#192516
(25,37,22)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #61A35E

#61A35E
(97,163,94)
#6FAB6C
(111,171,108)
#7DB37A
(125,179,122)
#8BBB88
(139,187,136)
#99C396
(153,195,150)
#A7CBA4
(167,203,164)
#B5D3B2
(181,211,178)
#C3DBC0
(195,219,192)
#D1E3CE
(209,227,206)
#DFEBDC
(223,235,220)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A35E color. Also use rgb(97,163,94) instead hex code.

Text Font Color

.myTextColor { color: #61A35E; }

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

This text font color is #61A35E.


Background Color

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

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

This div background color is #61A35E.


Border color

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

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

This div border color is #61A35E.


Opacity

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

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

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

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

This text has shadow with #61A35E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A35E on black background.


Color preview on white background

This text has color #61A35E on white background.



Black color preview on #61A35E background

This text has black color on #61A35E background.


White color preview on #61A35E background

This text has white color on #61A35E background.