COLOR #61A492

HEX: #61A492
RGB: (97,164,146)

Color info

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

RGB color model

#61A492 color RGB value is (97,164,146).

  • red value is 97;
  • green value is 164;
  • blue value is 146.
RGB:
(97,164,146)
(38%,64%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 164 of 255 = 64%
B 146 of 255 = 57%

97
164
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 164 + 146 = 407 (100%)
R 97 of 407 ~ 23.83%
G 164 of 407 ~ 40.29%
B 146 of 407 ~ 35.87%

%23.83
%40.29
%35.87

CMYK color model

#61A492 color CMYK value is (41,0,11,36).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(41,0,11,36)
C41M0Y11K36 
(41%,0%,11%,36%)
(0.41/0.00/0.11/0.36)	

CMYK percentages

%40.85
%0
%10.98
%35.69

Codes

Color #61A492 in popluar color models

61A492
RGB97164146
HSL164°26.91%51.18%
HSB/HSV164°40.85%64.31%
CMYK40.85%0.00%10.98%
35.69%

Color #61A492 in popluar number systems.

HEX61A492
Decimal97164146
Binary11000011010010010010010
Octal141244222

Shades and tints

Shades of #61A492

#61A492
(97,164,146)
#599685
(89,150,133)
#518878
(81,136,120)
#497A6B
(73,122,107)
#416C5E
(65,108,94)
#395E51
(57,94,81)
#315044
(49,80,68)
#294237
(41,66,55)
#21342A
(33,52,42)
#19261D
(25,38,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #61A492

#61A492
(97,164,146)
#6FAC9B
(111,172,155)
#7DB4A4
(125,180,164)
#8BBCAD
(139,188,173)
#99C4B6
(153,196,182)
#A7CCBF
(167,204,191)
#B5D4C8
(181,212,200)
#C3DCD1
(195,220,209)
#D1E4DA
(209,228,218)
#DFECE3
(223,236,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A492 color. Also use rgb(97,164,146) instead hex code.

Text Font Color

.myTextColor { color: #61A492; }

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

This text font color is #61A492.


Background Color

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

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

This div background color is #61A492.


Border color

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

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

This div border color is #61A492.


Opacity

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

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

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

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

This text has shadow with #61A492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A492 on black background.


Color preview on white background

This text has color #61A492 on white background.



Black color preview on #61A492 background

This text has black color on #61A492 background.


White color preview on #61A492 background

This text has white color on #61A492 background.