COLOR #61A37D

HEX: #61A37D
RGB: (97,163,125)

Color info

#61A37D contains mainly green and blue colors. Web safe color of #61A37D is #669966 (or #696).

RGB color model

#61A37D color RGB value is (97,163,125).

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

RGB channels and saturation

R 97 of 255 = 38%
G 163 of 255 = 64%
B 125 of 255 = 49%

97
163
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 163 + 125 = 385 (100%)
R 97 of 385 ~ 25.19%
G 163 of 385 ~ 42.34%
B 125 of 385 ~ 32.47%

%25.19
%42.34
%32.47

CMYK color model

#61A37D color CMYK value is (40,0,23,36).

  • cyan value is 40.49%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(40,0,23,36)
C40M0Y23K36 
(40%,0%,23%,36%)
(0.40/0.00/0.23/0.36)	

CMYK percentages

%40.49
%0
%23.31
%36.08

Codes

Color #61A37D in popluar color models

61A37D
RGB97163125
HSL145°26.40%50.98%
HSB/HSV145°40.49%63.92%
CMYK40.49%0.00%23.31%
36.08%

Color #61A37D in popluar number systems.

HEX61A37D
Decimal97163125
Binary1100001101000111111101
Octal141243175

Shades and tints

Shades of #61A37D

#61A37D
(97,163,125)
#599572
(89,149,114)
#518767
(81,135,103)
#49795C
(73,121,92)
#416B51
(65,107,81)
#395D46
(57,93,70)
#314F3B
(49,79,59)
#294130
(41,65,48)
#213325
(33,51,37)
#19251A
(25,37,26)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #61A37D

#61A37D
(97,163,125)
#6FAB88
(111,171,136)
#7DB393
(125,179,147)
#8BBB9E
(139,187,158)
#99C3A9
(153,195,169)
#A7CBB4
(167,203,180)
#B5D3BF
(181,211,191)
#C3DBCA
(195,219,202)
#D1E3D5
(209,227,213)
#DFEBE0
(223,235,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A37D; }

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

This text font color is #61A37D.


Background Color

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

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

This div background color is #61A37D.


Border color

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

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

This div border color is #61A37D.


Opacity

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

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

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

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

This text has shadow with #61A37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A37D on black background.


Color preview on white background

This text has color #61A37D on white background.



Black color preview on #61A37D background

This text has black color on #61A37D background.


White color preview on #61A37D background

This text has white color on #61A37D background.