COLOR #31996B

HEX: #31996B
RGB: (49,153,107)

Color info

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

RGB color model

#31996B color RGB value is (49,153,107).

  • red value is 49;
  • green value is 153;
  • blue value is 107.
RGB:
(49,153,107)
(19%,60%,42%)

RGB channels and saturation

R 49 of 255 = 19%
G 153 of 255 = 60%
B 107 of 255 = 42%

49
153
107

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

Portions of RGB colors in percentages

R + G + B =
49 + 153 + 107 = 309 (100%)
R 49 of 309 ~ 15.86%
G 153 of 309 ~ 49.51%
B 107 of 309 ~ 34.63%

%15.86
%49.51
%34.63

CMYK color model

#31996B color CMYK value is (68,0,30,40).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(68,0,30,40)
C68M0Y30K40 
(68%,0%,30%,40%)
(0.68/0.00/0.30/0.40)	

CMYK percentages

%67.97
%0
%30.07
%40

Codes

Color #31996B in popluar color models

31996B
RGB49153107
HSL153°51.49%39.61%
HSB/HSV153°67.97%60.00%
CMYK67.97%0.00%30.07%
40.00%

Color #31996B in popluar number systems.

HEX31996B
Decimal49153107
Binary110001100110011101011
Octal61231153

Shades and tints

Shades of #31996B

#31996B
(49,153,107)
#2D8C62
(45,140,98)
#297F59
(41,127,89)
#257250
(37,114,80)
#216547
(33,101,71)
#1D583E
(29,88,62)
#194B35
(25,75,53)
#153E2C
(21,62,44)
#113123
(17,49,35)
#0D241A
(13,36,26)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #31996B

#31996B
(49,153,107)
#43A278
(67,162,120)
#55AB85
(85,171,133)
#67B492
(103,180,146)
#79BD9F
(121,189,159)
#8BC6AC
(139,198,172)
#9DCFB9
(157,207,185)
#AFD8C6
(175,216,198)
#C1E1D3
(193,225,211)
#D3EAE0
(211,234,224)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31996B; }

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

This text font color is #31996B.


Background Color

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

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

This div background color is #31996B.


Border color

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

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

This div border color is #31996B.


Opacity

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

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

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

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

This text has shadow with #31996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31996B on black background.


Color preview on white background

This text has color #31996B on white background.



Black color preview on #31996B background

This text has black color on #31996B background.


White color preview on #31996B background

This text has white color on #31996B background.