COLOR #31B48C

HEX: #31B48C
RGB: (49,180,140)

Color info

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

RGB color model

#31B48C color RGB value is (49,180,140).

  • red value is 49;
  • green value is 180;
  • blue value is 140.
RGB:
(49,180,140)
(19%,71%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 180 of 255 = 71%
B 140 of 255 = 55%

49
180
140

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

Portions of RGB colors in percentages

R + G + B =
49 + 180 + 140 = 369 (100%)
R 49 of 369 ~ 13.28%
G 180 of 369 ~ 48.78%
B 140 of 369 ~ 37.94%

%13.28
%48.78
%37.94

CMYK color model

#31B48C color CMYK value is (73,0,22,29).

  • cyan value is 72.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(73,0,22,29)
C73M0Y22K29 
(73%,0%,22%,29%)
(0.73/0.00/0.22/0.29)	

CMYK percentages

%72.78
%0
%22.22
%29.41

Codes

Color #31B48C in popluar color models

31B48C
RGB49180140
HSL162°57.21%44.90%
HSB/HSV162°72.78%70.59%
CMYK72.78%0.00%22.22%
29.41%

Color #31B48C in popluar number systems.

HEX31B48C
Decimal49180140
Binary1100011011010010001100
Octal61264214

Shades and tints

Shades of #31B48C

#31B48C
(49,180,140)
#2DA480
(45,164,128)
#299474
(41,148,116)
#258468
(37,132,104)
#21745C
(33,116,92)
#1D6450
(29,100,80)
#195444
(25,84,68)
#154438
(21,68,56)
#11342C
(17,52,44)
#0D2420
(13,36,32)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #31B48C

#31B48C
(49,180,140)
#43BA96
(67,186,150)
#55C0A0
(85,192,160)
#67C6AA
(103,198,170)
#79CCB4
(121,204,180)
#8BD2BE
(139,210,190)
#9DD8C8
(157,216,200)
#AFDED2
(175,222,210)
#C1E4DC
(193,228,220)
#D3EAE6
(211,234,230)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B48C color. Also use rgb(49,180,140) instead hex code.

Text Font Color

.myTextColor { color: #31B48C; }

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

This text font color is #31B48C.


Background Color

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

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

This div background color is #31B48C.


Border color

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

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

This div border color is #31B48C.


Opacity

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

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

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

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

This text has shadow with #31B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B48C on black background.


Color preview on white background

This text has color #31B48C on white background.



Black color preview on #31B48C background

This text has black color on #31B48C background.


White color preview on #31B48C background

This text has white color on #31B48C background.