COLOR #61A984

HEX: #61A984
RGB: (97,169,132)

Color info

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

RGB color model

#61A984 color RGB value is (97,169,132).

  • red value is 97;
  • green value is 169;
  • blue value is 132.
RGB:
(97,169,132)
(38%,66%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 169 of 255 = 66%
B 132 of 255 = 52%

97
169
132

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

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 132 = 398 (100%)
R 97 of 398 ~ 24.37%
G 169 of 398 ~ 42.46%
B 132 of 398 ~ 33.17%

%24.37
%42.46
%33.17

CMYK color model

#61A984 color CMYK value is (43,0,22,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(43,0,22,34)
C43M0Y22K34 
(43%,0%,22%,34%)
(0.43/0.00/0.22/0.34)	

CMYK percentages

%42.6
%0
%21.89
%33.73

Codes

Color #61A984 in popluar color models

61A984
RGB97169132
HSL149°29.51%52.16%
HSB/HSV149°42.60%66.27%
CMYK42.60%0.00%21.89%
33.73%

Color #61A984 in popluar number systems.

HEX61A984
Decimal97169132
Binary11000011010100110000100
Octal141251204

Shades and tints

Shades of #61A984

#61A984
(97,169,132)
#599A78
(89,154,120)
#518B6C
(81,139,108)
#497C60
(73,124,96)
#416D54
(65,109,84)
#395E48
(57,94,72)
#314F3C
(49,79,60)
#294030
(41,64,48)
#213124
(33,49,36)
#192218
(25,34,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #61A984

#61A984
(97,169,132)
#6FB08F
(111,176,143)
#7DB79A
(125,183,154)
#8BBEA5
(139,190,165)
#99C5B0
(153,197,176)
#A7CCBB
(167,204,187)
#B5D3C6
(181,211,198)
#C3DAD1
(195,218,209)
#D1E1DC
(209,225,220)
#DFE8E7
(223,232,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A984 color. Also use rgb(97,169,132) instead hex code.

Text Font Color

.myTextColor { color: #61A984; }

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

This text font color is #61A984.


Background Color

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

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

This div background color is #61A984.


Border color

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

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

This div border color is #61A984.


Opacity

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

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

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

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

This text has shadow with #61A984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A984 on black background.


Color preview on white background

This text has color #61A984 on white background.



Black color preview on #61A984 background

This text has black color on #61A984 background.


White color preview on #61A984 background

This text has white color on #61A984 background.