COLOR #61AD83

HEX: #61AD83 RGB: (97,173,131)

Color info

#61AD83 contains mainly green and blue colors. Web safe color of #61AD83 is #669999 (or #699).

RGB color model

#61AD83 color RGB value is (97,173,131).

RGB: (97,173,131) (38%, 68%, 51%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 131 of 255 = 51%

97
173
131

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

Portions of RGB colors in percentages

R + G + B = 97 + 173 + 131 = 401 (100%)
R 97 of 401 ~ 24.19%
G 173 of 401 ~ 43.14%
B 131 of 401 ~ 32.67'%

%24.19
%43.14
%32.67

CMYK color model

#61AD83 color CMYK value is (44,0,24,32).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK: (44,0,24,32) C44M0Y24K32 (44%,0%,24%,32%) (0.44/0.00/0.24/0.32) 

CMYK percentages

%43.93
%0
%24.28
%32.16

Codes

Color #61AD83 in popluar color models

61 AD 83
RGB 97 173 131
HSL 147° 31.67% 52.94%
HSB/HSV 147° 43.93% 67.84%
CMYK 43.93% 0.00% 24.28%
32.16%

Color #61AD83 in popluar number systems.

HEX 61 AD 83
Decimal 97 173 131
Binary 1100001 10101101 10000011
Octal 141 255 203

Shades and tints

Shades of #61AD83

#61AD83
(97,173,131)
#599E78
(89,158,120)
#518F6D
(81,143,109)
#498062
(73,128,98)
#417157
(65,113,87)
#39624C
(57,98,76)
#315341
(49,83,65)
#294436
(41,68,54)
#21352B
(33,53,43)
#192620
(25,38,32)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #61AD83

#61AD83
(97,173,131)
#6FB48E
(111,180,142)
#7DBB99
(125,187,153)
#8BC2A4
(139,194,164)
#99C9AF
(153,201,175)
#A7D0BA
(167,208,186)
#B5D7C5
(181,215,197)
#C3DED0
(195,222,208)
#D1E5DB
(209,229,219)
#DFECE6
(223,236,230)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AD83; }

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

This text font color is #61AD83.

Background Color

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

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

This div background color is #61AD83.

Border color

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

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

This div border color is #61AD83.

Opacity

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

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

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

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

This text has shadow with #61AD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61AD83.

Preview

Color preview on black background

This text has color #61AD83 on black background.


Color preview on white background

This text has color #61AD83 on white background.


Black color preview on #61AD83 background

This text has black color on #61AD83 background.


White color preview on #61AD83 background

This text has white color on #61AD83 background.


Related colors

Complementary color

Complementary color for #hex is #9E527C.


I love getcolorcode.com

Triadic colors

1 #8361AD and #AD8361 with #61AD83 are triadic colors.

2 #83AD61 and #AD6183 with #61AD83 are triadic colors.