COLOR #61A683

HEX: #61A683
RGB: (97,166,131)

Color info

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

RGB color model

#61A683 color RGB value is (97,166,131).

  • red value is 97;
  • green value is 166;
  • blue value is 131.
RGB:
(97,166,131)
(38%,65%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 166 of 255 = 65%
B 131 of 255 = 51%

97
166
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 166 + 131 = 394 (100%)
R 97 of 394 ~ 24.62%
G 166 of 394 ~ 42.13%
B 131 of 394 ~ 33.25%

%24.62
%42.13
%33.25

CMYK color model

#61A683 color CMYK value is (42,0,21,35).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 34.90%
CMYK:
(42,0,21,35)
C42M0Y21K35 
(42%,0%,21%,35%)
(0.42/0.00/0.21/0.35)	

CMYK percentages

%41.57
%0
%21.08
%34.9

Codes

Color #61A683 in popluar color models

61A683
RGB97166131
HSL150°27.94%51.57%
HSB/HSV150°41.57%65.10%
CMYK41.57%0.00%21.08%
34.90%

Color #61A683 in popluar number systems.

HEX61A683
Decimal97166131
Binary11000011010011010000011
Octal141246203

Shades and tints

Shades of #61A683

#61A683
(97,166,131)
#599778
(89,151,120)
#51886D
(81,136,109)
#497962
(73,121,98)
#416A57
(65,106,87)
#395B4C
(57,91,76)
#314C41
(49,76,65)
#293D36
(41,61,54)
#212E2B
(33,46,43)
#191F20
(25,31,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #61A683

#61A683
(97,166,131)
#6FAE8E
(111,174,142)
#7DB699
(125,182,153)
#8BBEA4
(139,190,164)
#99C6AF
(153,198,175)
#A7CEBA
(167,206,186)
#B5D6C5
(181,214,197)
#C3DED0
(195,222,208)
#D1E6DB
(209,230,219)
#DFEEE6
(223,238,230)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A683; }

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

This text font color is #61A683.


Background Color

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

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

This div background color is #61A683.


Border color

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

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

This div border color is #61A683.


Opacity

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

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

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

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

This text has shadow with #61A683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A683 on black background.


Color preview on white background

This text has color #61A683 on white background.



Black color preview on #61A683 background

This text has black color on #61A683 background.


White color preview on #61A683 background

This text has white color on #61A683 background.