COLOR #31B59A

HEX: #31B59A
RGB: (49,181,154)

Color info

#31B59A contains mainly green and blue colors. Web safe color of #31B59A is #33CC99 (or #3C9).

RGB color model

#31B59A color RGB value is (49,181,154).

  • red value is 49;
  • green value is 181;
  • blue value is 154.
RGB:
(49,181,154)
(19%,71%,60%)

RGB channels and saturation

R 49 of 255 = 19%
G 181 of 255 = 71%
B 154 of 255 = 60%

49
181
154

R + G + B ~ 50%. #31B59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 181 + 154 = 384 (100%)
R 49 of 384 ~ 12.76%
G 181 of 384 ~ 47.14%
B 154 of 384 ~ 40.1%

%12.76
%47.14
%40.1

CMYK color model

#31B59A color CMYK value is (73,0,15,29).

  • cyan value is 72.93%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(73,0,15,29)
C73M0Y15K29 
(73%,0%,15%,29%)
(0.73/0.00/0.15/0.29)	

CMYK percentages

%72.93
%0
%14.92
%29.02

Codes

Color #31B59A in popluar color models

31B59A
RGB49181154
HSL168°57.39%45.10%
HSB/HSV168°72.93%70.98%
CMYK72.93%0.00%14.92%
29.02%

Color #31B59A in popluar number systems.

HEX31B59A
Decimal49181154
Binary1100011011010110011010
Octal61265232

Shades and tints

Shades of #31B59A

#31B59A
(49,181,154)
#2DA58C
(45,165,140)
#29957E
(41,149,126)
#258570
(37,133,112)
#217562
(33,117,98)
#1D6554
(29,101,84)
#195546
(25,85,70)
#154538
(21,69,56)
#11352A
(17,53,42)
#0D251C
(13,37,28)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #31B59A

#31B59A
(49,181,154)
#43BBA3
(67,187,163)
#55C1AC
(85,193,172)
#67C7B5
(103,199,181)
#79CDBE
(121,205,190)
#8BD3C7
(139,211,199)
#9DD9D0
(157,217,208)
#AFDFD9
(175,223,217)
#C1E5E2
(193,229,226)
#D3EBEB
(211,235,235)
#E5F1F4
(229,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B59A color. Also use rgb(49,181,154) instead hex code.

Text Font Color

.myTextColor { color: #31B59A; }

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

This text font color is #31B59A.


Background Color

.myBgColor { background-color: #31B59A; }

<div style="background-color:#31B59A">Inner text</div>

This div background color is #31B59A.


Border color

.myBorderColor { border: 1px solid #31B59A; }

<div style="border:3px solid #31B59A">Div</div>

This div border color is #31B59A.


Opacity

.myOpacity80 { color: #31B59A; opacity: 0.8; }

<p style="color:#31B59A;opacity:0.8;">80%</p>

Text with #31B59A 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 #31B59A;}

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

This text has shadow with #31B59A color.

.textShadow {text-shadow: 3px 3px 1px #31B59A, 3px 3px 1px red;}

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

This text has shadow with #31B59A primary color and red secondary color.


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

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

This text has shadow with #31B59A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B59A on black background.


Color preview on white background

This text has color #31B59A on white background.



Black color preview on #31B59A background

This text has black color on #31B59A background.


White color preview on #31B59A background

This text has white color on #31B59A background.