COLOR #61A38B

HEX: #61A38B
RGB: (97,163,139)

Color info

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

RGB color model

#61A38B color RGB value is (97,163,139).

  • red value is 97;
  • green value is 163;
  • blue value is 139.
RGB:
(97,163,139)
(38%,64%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 163 of 255 = 64%
B 139 of 255 = 55%

97
163
139

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

Portions of RGB colors in percentages

R + G + B =
97 + 163 + 139 = 399 (100%)
R 97 of 399 ~ 24.31%
G 163 of 399 ~ 40.85%
B 139 of 399 ~ 34.84%

%24.31
%40.85
%34.84

CMYK color model

#61A38B color CMYK value is (40,0,15,36).

  • cyan value is 40.49%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(40,0,15,36)
C40M0Y15K36 
(40%,0%,15%,36%)
(0.40/0.00/0.15/0.36)	

CMYK percentages

%40.49
%0
%14.72
%36.08

Codes

Color #61A38B in popluar color models

61A38B
RGB97163139
HSL158°26.40%50.98%
HSB/HSV158°40.49%63.92%
CMYK40.49%0.00%14.72%
36.08%

Color #61A38B in popluar number systems.

HEX61A38B
Decimal97163139
Binary11000011010001110001011
Octal141243213

Shades and tints

Shades of #61A38B

#61A38B
(97,163,139)
#59957F
(89,149,127)
#518773
(81,135,115)
#497967
(73,121,103)
#416B5B
(65,107,91)
#395D4F
(57,93,79)
#314F43
(49,79,67)
#294137
(41,65,55)
#21332B
(33,51,43)
#19251F
(25,37,31)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #61A38B

#61A38B
(97,163,139)
#6FAB95
(111,171,149)
#7DB39F
(125,179,159)
#8BBBA9
(139,187,169)
#99C3B3
(153,195,179)
#A7CBBD
(167,203,189)
#B5D3C7
(181,211,199)
#C3DBD1
(195,219,209)
#D1E3DB
(209,227,219)
#DFEBE5
(223,235,229)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A38B color. Also use rgb(97,163,139) instead hex code.

Text Font Color

.myTextColor { color: #61A38B; }

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

This text font color is #61A38B.


Background Color

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

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

This div background color is #61A38B.


Border color

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

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

This div border color is #61A38B.


Opacity

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

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

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

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

This text has shadow with #61A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A38B on black background.


Color preview on white background

This text has color #61A38B on white background.



Black color preview on #61A38B background

This text has black color on #61A38B background.


White color preview on #61A38B background

This text has white color on #61A38B background.