COLOR #31BB7E

HEX: #31BB7E
RGB: (49,187,126)

Color info

#31BB7E contains mainly green color. Web safe color of #31BB7E is #33CC66 (or #3C6).

RGB color model

#31BB7E color RGB value is (49,187,126).

  • red value is 49;
  • green value is 187;
  • blue value is 126.
RGB:
(49,187,126)
(19%,73%,49%)

RGB channels and saturation

R 49 of 255 = 19%
G 187 of 255 = 73%
B 126 of 255 = 49%

49
187
126

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

Portions of RGB colors in percentages

R + G + B =
49 + 187 + 126 = 362 (100%)
R 49 of 362 ~ 13.54%
G 187 of 362 ~ 51.66%
B 126 of 362 ~ 34.81%

%13.54
%51.66
%34.81

CMYK color model

#31BB7E color CMYK value is (74,0,33,27).

  • cyan value is 73.80%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(74,0,33,27)
C74M0Y33K27 
(74%,0%,33%,27%)
(0.74/0.00/0.33/0.27)	

CMYK percentages

%73.8
%0
%32.62
%26.67

Codes

Color #31BB7E in popluar color models

31BB7E
RGB49187126
HSL153°58.47%46.27%
HSB/HSV153°73.80%73.33%
CMYK73.80%0.00%32.62%
26.67%

Color #31BB7E in popluar number systems.

HEX31BB7E
Decimal49187126
Binary110001101110111111110
Octal61273176

Shades and tints

Shades of #31BB7E

#31BB7E
(49,187,126)
#2DAA73
(45,170,115)
#299968
(41,153,104)
#25885D
(37,136,93)
#217752
(33,119,82)
#1D6647
(29,102,71)
#19553C
(25,85,60)
#154431
(21,68,49)
#113326
(17,51,38)
#0D221B
(13,34,27)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #31BB7E

#31BB7E
(49,187,126)
#43C189
(67,193,137)
#55C794
(85,199,148)
#67CD9F
(103,205,159)
#79D3AA
(121,211,170)
#8BD9B5
(139,217,181)
#9DDFC0
(157,223,192)
#AFE5CB
(175,229,203)
#C1EBD6
(193,235,214)
#D3F1E1
(211,241,225)
#E5F7EC
(229,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31BB7E color. Also use rgb(49,187,126) instead hex code.

Text Font Color

.myTextColor { color: #31BB7E; }

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

This text font color is #31BB7E.


Background Color

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

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

This div background color is #31BB7E.


Border color

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

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

This div border color is #31BB7E.


Opacity

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

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

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

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

This text has shadow with #31BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31BB7E on black background.


Color preview on white background

This text has color #31BB7E on white background.



Black color preview on #31BB7E background

This text has black color on #31BB7E background.


White color preview on #31BB7E background

This text has white color on #31BB7E background.