COLOR #31997B

HEX: #31997B RGB: (49,153,123)

Color info

#31997B contains mainly green and blue colors. Web safe color of #31997B is #339966 (or #396).

RGB color model

#31997B color RGB value is (49,153,123).

RGB: (49,153,123) (19%, 60%, 48%)

RGB channels and saturation

R 49 of 255 = 19%
G 153 of 255 = 60%
B 123 of 255 = 48%

49
153
123

R + G + B ~ 42%. #31997B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 153 + 123 = 325 (100%)
R 49 of 325 ~ 15.08%
G 153 of 325 ~ 47.08%
B 123 of 325 ~ 37.85'%

%15.08
%47.08
%37.85

CMYK color model

#31997B color CMYK value is (68,0,20,40).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%

CMYK: (68,0,20,40)
C68M0Y20K40 (68%, 0%, 20%, 40%)
(0.68 / 0.00 / 0.20 / 0.40)

CMYK percentages

%67.97
%0
%19.61
%40

Codes

Color #31997B in popluar color models

31 99 7B
RGB 49 153 123
HSL 163° 51.49% 39.61%
HSB/HSV 163° 67.97% 60.00%
CMYK 67.97% 0.00% 19.61%
40.00%

Color #31997B in popluar number systems.

HEX 31 99 7B
Decimal 49 153 123
Binary 110001 10011001 1111011
Octal 61 231 173

Shades and tints

Shades of #31997B

#31997B
(49,153,123)
#2D8C70
(45,140,112)
#297F65
(41,127,101)
#25725A
(37,114,90)
#21654F
(33,101,79)
#1D5844
(29,88,68)
#194B39
(25,75,57)
#153E2E
(21,62,46)
#113123
(17,49,35)
#0D2418
(13,36,24)
#09170D
(9,23,13)
#000000
(0,0,0)

Tints of #31997B

#31997B
(49,153,123)
#43A287
(67,162,135)
#55AB93
(85,171,147)
#67B49F
(103,180,159)
#79BDAB
(121,189,171)
#8BC6B7
(139,198,183)
#9DCFC3
(157,207,195)
#AFD8CF
(175,216,207)
#C1E1DB
(193,225,219)
#D3EAE7
(211,234,231)
#E5F3F3
(229,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31997B color. Also use rgb(49,153,123) instead hex code.

Text Font Color

.myTextColor { color: #31997B; }

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

This text font color is #31997B.

Background Color

.myBgColor { background-color: #31997B; }

<div style="background-color:#31997B">Inner text</div>

This div background color is #31997B.

Border color

.myBorderColor { border: 1px solid #31997B; }

<div style="border:3px solid #31997B">Div</div>

This div border color is #31997B.

Opacity

.myOpacity80 { color: #31997B; opacity: 0.8; }

<p style="color:#31997B;opacity:0.8;">80%</p>

Text with #31997B 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 #31997B;}

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

This text has shadow with #31997B color.


.textShadow {text-shadow: 3px 3px 1px #31997B', 3px 3px 1px red;}

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

This text has shadow with #31997B primary color and red secondary color.


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

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

This text has shadow with #31997B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31997B; -webkit-box-shadow: 1px 1px 3px 2px #31997B; box-shadow:1px 1px 3px 2px #31997B;">
Div content here
</div>

This div box has shadow with color #31997B.

Preview

Color preview on black background

This text has color #31997B on black background.


Color preview on white background

This text has color #31997B on white background.


Black color preview on #31997B background

This text has black color on #31997B background.


White color preview on #31997B background

This text has white color on #31997B background.


Related colors

Complementary color

Complementary color for #hex is #CE6684.


I love getcolorcode.com

Triadic colors

1 #7B3199 and #997B31 with #31997B are triadic colors.

2 #7B9931 and #99317B with #31997B are triadic colors.