COLOR #61B883

HEX: #61B883
RGB: (97,184,131)

Color info

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

RGB color model

#61B883 color RGB value is (97,184,131).

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

RGB channels and saturation

R 97 of 255 = 38%
G 184 of 255 = 72%
B 131 of 255 = 51%

97
184
131

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

Portions of RGB colors in percentages

R + G + B =
97 + 184 + 131 = 412 (100%)
R 97 of 412 ~ 23.54%
G 184 of 412 ~ 44.66%
B 131 of 412 ~ 31.8%

%23.54
%44.66
%31.8

CMYK color model

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

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 27.84%
CMYK:
(47,0,29,28)
C47M0Y29K28 
(47%,0%,29%,28%)
(0.47/0.00/0.29/0.28)	

CMYK percentages

%47.28
%0
%28.8
%27.84

Codes

Color #61B883 in popluar color models

61B883
RGB97184131
HSL143°37.99%55.10%
HSB/HSV143°47.28%72.16%
CMYK47.28%0.00%28.80%
27.84%

Color #61B883 in popluar number systems.

HEX61B883
Decimal97184131
Binary11000011011100010000011
Octal141270203

Shades and tints

Shades of #61B883

#61B883
(97,184,131)
#59A878
(89,168,120)
#51986D
(81,152,109)
#498862
(73,136,98)
#417857
(65,120,87)
#39684C
(57,104,76)
#315841
(49,88,65)
#294836
(41,72,54)
#21382B
(33,56,43)
#192820
(25,40,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #61B883

#61B883
(97,184,131)
#6FBE8E
(111,190,142)
#7DC499
(125,196,153)
#8BCAA4
(139,202,164)
#99D0AF
(153,208,175)
#A7D6BA
(167,214,186)
#B5DCC5
(181,220,197)
#C3E2D0
(195,226,208)
#D1E8DB
(209,232,219)
#DFEEE6
(223,238,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B883; }

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

This text font color is #61B883.


Background Color

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

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

This div background color is #61B883.


Border color

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

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

This div border color is #61B883.


Opacity

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

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

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

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

This text has shadow with #61B883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B883 on black background.


Color preview on white background

This text has color #61B883 on white background.



Black color preview on #61B883 background

This text has black color on #61B883 background.


White color preview on #61B883 background

This text has white color on #61B883 background.