COLOR #31613E

HEX: #31613E
RGB: (49,97,62)

Color info

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

RGB color model

#31613E color RGB value is (49,97,62).

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

RGB channels and saturation

R 49 of 255 = 19%
G 97 of 255 = 38%
B 62 of 255 = 24%

49
97
62

R + G + B ~ 27%. #31613E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 97 + 62 = 208 (100%)
R 49 of 208 ~ 23.56%
G 97 of 208 ~ 46.63%
B 62 of 208 ~ 29.81%

%23.56
%46.63
%29.81

CMYK color model

#31613E color CMYK value is (49,0,36,62).

  • cyan value is 49.48%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 61.96%
CMYK:
(49,0,36,62)
C49M0Y36K62 
(49%,0%,36%,62%)
(0.49/0.00/0.36/0.62)	

CMYK percentages

%49.48
%0
%36.08
%61.96

Codes

Color #31613E in popluar color models

31613E
RGB499762
HSL136°32.88%28.63%
HSB/HSV136°49.48%38.04%
CMYK49.48%0.00%36.08%
61.96%

Color #31613E in popluar number systems.

HEX31613E
Decimal499762
Binary1100011100001111110
Octal6114176

Shades and tints

Shades of #31613E

#31613E
(49,97,62)
#2D5939
(45,89,57)
#295134
(41,81,52)
#25492F
(37,73,47)
#21412A
(33,65,42)
#1D3925
(29,57,37)
#193120
(25,49,32)
#15291B
(21,41,27)
#112116
(17,33,22)
#0D1911
(13,25,17)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #31613E

#31613E
(49,97,62)
#436F4F
(67,111,79)
#557D60
(85,125,96)
#678B71
(103,139,113)
#799982
(121,153,130)
#8BA793
(139,167,147)
#9DB5A4
(157,181,164)
#AFC3B5
(175,195,181)
#C1D1C6
(193,209,198)
#D3DFD7
(211,223,215)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31613E color. Also use rgb(49,97,62) instead hex code.

Text Font Color

.myTextColor { color: #31613E; }

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

This text font color is #31613E.


Background Color

.myBgColor { background-color: #31613E; }

<div style="background-color:#31613E">Inner text</div>

This div background color is #31613E.


Border color

.myBorderColor { border: 1px solid #31613E; }

<div style="border:3px solid #31613E">Div</div>

This div border color is #31613E.


Opacity

.myOpacity80 { color: #31613E; opacity: 0.8; }

<p style="color:#31613E;opacity:0.8;">80%</p>

Text with #31613E 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 #31613E;}

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

This text has shadow with #31613E color.

.textShadow {text-shadow: 3px 3px 1px #31613E, 3px 3px 1px red;}

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

This text has shadow with #31613E primary color and red secondary color.


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

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

This text has shadow with #31613E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31613E on black background.


Color preview on white background

This text has color #31613E on white background.



Black color preview on #31613E background

This text has black color on #31613E background.


White color preview on #31613E background

This text has white color on #31613E background.