COLOR #61A985

HEX: #61A985
RGB: (97,169,133)

Color info

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

RGB color model

#61A985 color RGB value is (97,169,133).

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

RGB channels and saturation

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

97
169
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 133 = 399 (100%)
R 97 of 399 ~ 24.31%
G 169 of 399 ~ 42.36%
B 133 of 399 ~ 33.33%

%24.31
%42.36
%33.33

CMYK color model

#61A985 color CMYK value is (43,0,21,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(43,0,21,34)
C43M0Y21K34 
(43%,0%,21%,34%)
(0.43/0.00/0.21/0.34)	

CMYK percentages

%42.6
%0
%21.3
%33.73

Codes

Color #61A985 in popluar color models

61A985
RGB97169133
HSL150°29.51%52.16%
HSB/HSV150°42.60%66.27%
CMYK42.60%0.00%21.30%
33.73%

Color #61A985 in popluar number systems.

HEX61A985
Decimal97169133
Binary11000011010100110000101
Octal141251205

Shades and tints

Shades of #61A985

#61A985
(97,169,133)
#599A79
(89,154,121)
#518B6D
(81,139,109)
#497C61
(73,124,97)
#416D55
(65,109,85)
#395E49
(57,94,73)
#314F3D
(49,79,61)
#294031
(41,64,49)
#213125
(33,49,37)
#192219
(25,34,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #61A985

#61A985
(97,169,133)
#6FB090
(111,176,144)
#7DB79B
(125,183,155)
#8BBEA6
(139,190,166)
#99C5B1
(153,197,177)
#A7CCBC
(167,204,188)
#B5D3C7
(181,211,199)
#C3DAD2
(195,218,210)
#D1E1DD
(209,225,221)
#DFE8E8
(223,232,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A985; }

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

This text font color is #61A985.


Background Color

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

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

This div background color is #61A985.


Border color

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

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

This div border color is #61A985.


Opacity

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

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

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

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

This text has shadow with #61A985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A985 on black background.


Color preview on white background

This text has color #61A985 on white background.



Black color preview on #61A985 background

This text has black color on #61A985 background.


White color preview on #61A985 background

This text has white color on #61A985 background.