COLOR #61B47E

HEX: #61B47E
RGB: (97,180,126)

Color info

#61B47E contains mainly green and blue colors. Web safe color of #61B47E is #66CC66 (or #6C6).

RGB color model

#61B47E color RGB value is (97,180,126).

  • red value is 97;
  • green value is 180;
  • blue value is 126.
RGB:
(97,180,126)
(38%,71%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 180 of 255 = 71%
B 126 of 255 = 49%

97
180
126

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

Portions of RGB colors in percentages

R + G + B =
97 + 180 + 126 = 403 (100%)
R 97 of 403 ~ 24.07%
G 180 of 403 ~ 44.67%
B 126 of 403 ~ 31.27%

%24.07
%44.67
%31.27

CMYK color model

#61B47E color CMYK value is (46,0,30,29).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(46,0,30,29)
C46M0Y30K29 
(46%,0%,30%,29%)
(0.46/0.00/0.30/0.29)	

CMYK percentages

%46.11
%0
%30
%29.41

Codes

Color #61B47E in popluar color models

61B47E
RGB97180126
HSL141°35.62%54.31%
HSB/HSV141°46.11%70.59%
CMYK46.11%0.00%30.00%
29.41%

Color #61B47E in popluar number systems.

HEX61B47E
Decimal97180126
Binary1100001101101001111110
Octal141264176

Shades and tints

Shades of #61B47E

#61B47E
(97,180,126)
#59A473
(89,164,115)
#519468
(81,148,104)
#49845D
(73,132,93)
#417452
(65,116,82)
#396447
(57,100,71)
#31543C
(49,84,60)
#294431
(41,68,49)
#213426
(33,52,38)
#19241B
(25,36,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #61B47E

#61B47E
(97,180,126)
#6FBA89
(111,186,137)
#7DC094
(125,192,148)
#8BC69F
(139,198,159)
#99CCAA
(153,204,170)
#A7D2B5
(167,210,181)
#B5D8C0
(181,216,192)
#C3DECB
(195,222,203)
#D1E4D6
(209,228,214)
#DFEAE1
(223,234,225)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B47E color. Also use rgb(97,180,126) instead hex code.

Text Font Color

.myTextColor { color: #61B47E; }

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

This text font color is #61B47E.


Background Color

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

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

This div background color is #61B47E.


Border color

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

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

This div border color is #61B47E.


Opacity

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

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

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

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

This text has shadow with #61B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B47E on black background.


Color preview on white background

This text has color #61B47E on white background.



Black color preview on #61B47E background

This text has black color on #61B47E background.


White color preview on #61B47E background

This text has white color on #61B47E background.