COLOR #61B480

HEX: #61B480
RGB: (97,180,128)

Color info

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

RGB color model

#61B480 color RGB value is (97,180,128).

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

RGB channels and saturation

R 97 of 255 = 38%
G 180 of 255 = 71%
B 128 of 255 = 50%

97
180
128

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

Portions of RGB colors in percentages

R + G + B =
97 + 180 + 128 = 405 (100%)
R 97 of 405 ~ 23.95%
G 180 of 405 ~ 44.44%
B 128 of 405 ~ 31.6%

%23.95
%44.44
%31.6

CMYK color model

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

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK:
(46,0,29,29)
C46M0Y29K29 
(46%,0%,29%,29%)
(0.46/0.00/0.29/0.29)	

CMYK percentages

%46.11
%0
%28.89
%29.41

Codes

Color #61B480 in popluar color models

61B480
RGB97180128
HSL142°35.62%54.31%
HSB/HSV142°46.11%70.59%
CMYK46.11%0.00%28.89%
29.41%

Color #61B480 in popluar number systems.

HEX61B480
Decimal97180128
Binary11000011011010010000000
Octal141264200

Shades and tints

Shades of #61B480

#61B480
(97,180,128)
#59A475
(89,164,117)
#51946A
(81,148,106)
#49845F
(73,132,95)
#417454
(65,116,84)
#396449
(57,100,73)
#31543E
(49,84,62)
#294433
(41,68,51)
#213428
(33,52,40)
#19241D
(25,36,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #61B480

#61B480
(97,180,128)
#6FBA8B
(111,186,139)
#7DC096
(125,192,150)
#8BC6A1
(139,198,161)
#99CCAC
(153,204,172)
#A7D2B7
(167,210,183)
#B5D8C2
(181,216,194)
#C3DECD
(195,222,205)
#D1E4D8
(209,228,216)
#DFEAE3
(223,234,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B480; }

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

This text font color is #61B480.


Background Color

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

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

This div background color is #61B480.


Border color

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

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

This div border color is #61B480.


Opacity

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

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

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

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

This text has shadow with #61B480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B480 on black background.


Color preview on white background

This text has color #61B480 on white background.



Black color preview on #61B480 background

This text has black color on #61B480 background.


White color preview on #61B480 background

This text has white color on #61B480 background.