COLOR #61AF7D

HEX: #61AF7D
RGB: (97,175,125)

Color info

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

RGB color model

#61AF7D color RGB value is (97,175,125).

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

RGB channels and saturation

R 97 of 255 = 38%
G 175 of 255 = 69%
B 125 of 255 = 49%

97
175
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 175 + 125 = 397 (100%)
R 97 of 397 ~ 24.43%
G 175 of 397 ~ 44.08%
B 125 of 397 ~ 31.49%

%24.43
%44.08
%31.49

CMYK color model

#61AF7D color CMYK value is (45,0,29,31).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(45,0,29,31)
C45M0Y29K31 
(45%,0%,29%,31%)
(0.45/0.00/0.29/0.31)	

CMYK percentages

%44.57
%0
%28.57
%31.37

Codes

Color #61AF7D in popluar color models

61AF7D
RGB97175125
HSL142°32.77%53.33%
HSB/HSV142°44.57%68.63%
CMYK44.57%0.00%28.57%
31.37%

Color #61AF7D in popluar number systems.

HEX61AF7D
Decimal97175125
Binary1100001101011111111101
Octal141257175

Shades and tints

Shades of #61AF7D

#61AF7D
(97,175,125)
#59A072
(89,160,114)
#519167
(81,145,103)
#49825C
(73,130,92)
#417351
(65,115,81)
#396446
(57,100,70)
#31553B
(49,85,59)
#294630
(41,70,48)
#213725
(33,55,37)
#19281A
(25,40,26)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #61AF7D

#61AF7D
(97,175,125)
#6FB688
(111,182,136)
#7DBD93
(125,189,147)
#8BC49E
(139,196,158)
#99CBA9
(153,203,169)
#A7D2B4
(167,210,180)
#B5D9BF
(181,217,191)
#C3E0CA
(195,224,202)
#D1E7D5
(209,231,213)
#DFEEE0
(223,238,224)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AF7D; }

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

This text font color is #61AF7D.


Background Color

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

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

This div background color is #61AF7D.


Border color

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

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

This div border color is #61AF7D.


Opacity

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

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

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

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

This text has shadow with #61AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AF7D on black background.


Color preview on white background

This text has color #61AF7D on white background.



Black color preview on #61AF7D background

This text has black color on #61AF7D background.


White color preview on #61AF7D background

This text has white color on #61AF7D background.