COLOR #31614B

HEX: #31614B
RGB: (49,97,75)

Color info

#31614B contains red, green and blue colors in about the same proportion. Web safe color of #31614B is #336633 (or #363).

RGB color model

#31614B color RGB value is (49,97,75).

  • red value is 49;
  • green value is 97;
  • blue value is 75.
RGB:
(49,97,75)
(19%,38%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 97 of 255 = 38%
B 75 of 255 = 29%

49
97
75

R + G + B ~ 29%. #31614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 97 + 75 = 221 (100%)
R 49 of 221 ~ 22.17%
G 97 of 221 ~ 43.89%
B 75 of 221 ~ 33.94%

%22.17
%43.89
%33.94

CMYK color model

#31614B color CMYK value is (49,0,23,62).

  • cyan value is 49.48%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(49,0,23,62)
C49M0Y23K62 
(49%,0%,23%,62%)
(0.49/0.00/0.23/0.62)	

CMYK percentages

%49.48
%0
%22.68
%61.96

Codes

Color #31614B in popluar color models

31614B
RGB499775
HSL153°32.88%28.63%
HSB/HSV153°49.48%38.04%
CMYK49.48%0.00%22.68%
61.96%

Color #31614B in popluar number systems.

HEX31614B
Decimal499775
Binary11000111000011001011
Octal61141113

Shades and tints

Shades of #31614B

#31614B
(49,97,75)
#2D5945
(45,89,69)
#29513F
(41,81,63)
#254939
(37,73,57)
#214133
(33,65,51)
#1D392D
(29,57,45)
#193127
(25,49,39)
#152921
(21,41,33)
#11211B
(17,33,27)
#0D1915
(13,25,21)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #31614B

#31614B
(49,97,75)
#436F5B
(67,111,91)
#557D6B
(85,125,107)
#678B7B
(103,139,123)
#79998B
(121,153,139)
#8BA79B
(139,167,155)
#9DB5AB
(157,181,171)
#AFC3BB
(175,195,187)
#C1D1CB
(193,209,203)
#D3DFDB
(211,223,219)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31614B color. Also use rgb(49,97,75) instead hex code.

Text Font Color

.myTextColor { color: #31614B; }

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

This text font color is #31614B.


Background Color

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

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

This div background color is #31614B.


Border color

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

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

This div border color is #31614B.


Opacity

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

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

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

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

This text has shadow with #31614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31614B on black background.


Color preview on white background

This text has color #31614B on white background.



Black color preview on #31614B background

This text has black color on #31614B background.


White color preview on #31614B background

This text has white color on #31614B background.