COLOR #61B683

HEX: #61B683
RGB: (97,182,131)

Color info

#61B683 contains mainly green and blue colors. Web safe color of #61B683 is #66CC99 (or #6C9).

RGB color model

#61B683 color RGB value is (97,182,131).

  • red value is 97;
  • green value is 182;
  • blue value is 131.
RGB:
(97,182,131)
(38%,71%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 182 of 255 = 71%
B 131 of 255 = 51%

97
182
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 182 + 131 = 410 (100%)
R 97 of 410 ~ 23.66%
G 182 of 410 ~ 44.39%
B 131 of 410 ~ 31.95%

%23.66
%44.39
%31.95

CMYK color model

#61B683 color CMYK value is (47,0,28,29).

  • cyan value is 46.70%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(47,0,28,29)
C47M0Y28K29 
(47%,0%,28%,29%)
(0.47/0.00/0.28/0.29)	

CMYK percentages

%46.7
%0
%28.02
%28.63

Codes

Color #61B683 in popluar color models

61B683
RGB97182131
HSL144°36.80%54.71%
HSB/HSV144°46.70%71.37%
CMYK46.70%0.00%28.02%
28.63%

Color #61B683 in popluar number systems.

HEX61B683
Decimal97182131
Binary11000011011011010000011
Octal141266203

Shades and tints

Shades of #61B683

#61B683
(97,182,131)
#59A678
(89,166,120)
#51966D
(81,150,109)
#498662
(73,134,98)
#417657
(65,118,87)
#39664C
(57,102,76)
#315641
(49,86,65)
#294636
(41,70,54)
#21362B
(33,54,43)
#192620
(25,38,32)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #61B683

#61B683
(97,182,131)
#6FBC8E
(111,188,142)
#7DC299
(125,194,153)
#8BC8A4
(139,200,164)
#99CEAF
(153,206,175)
#A7D4BA
(167,212,186)
#B5DAC5
(181,218,197)
#C3E0D0
(195,224,208)
#D1E6DB
(209,230,219)
#DFECE6
(223,236,230)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B683 color. Also use rgb(97,182,131) instead hex code.

Text Font Color

.myTextColor { color: #61B683; }

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

This text font color is #61B683.


Background Color

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

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

This div background color is #61B683.


Border color

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

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

This div border color is #61B683.


Opacity

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

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

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

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

This text has shadow with #61B683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B683 on black background.


Color preview on white background

This text has color #61B683 on white background.



Black color preview on #61B683 background

This text has black color on #61B683 background.


White color preview on #61B683 background

This text has white color on #61B683 background.