COLOR #31463E

HEX: #31463E
RGB: (49,70,62)

Color info

#31463E contains red, green and blue colors in about the same proportion. Web safe color of #31463E is #333333 (or #333).

RGB color model

#31463E color RGB value is (49,70,62).

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

RGB channels and saturation

R 49 of 255 = 19%
G 70 of 255 = 27%
B 62 of 255 = 24%

49
70
62

R + G + B ~ 23%. #31463E is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 70 + 62 = 181 (100%)
R 49 of 181 ~ 27.07%
G 70 of 181 ~ 38.67%
B 62 of 181 ~ 34.25%

%27.07
%38.67
%34.25

CMYK color model

#31463E color CMYK value is (30,0,11,73).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK:
(30,0,11,73)
C30M0Y11K73 
(30%,0%,11%,73%)
(0.30/0.00/0.11/0.73)	

CMYK percentages

%30
%0
%11.43
%72.55

Codes

Color #31463E in popluar color models

31463E
RGB497062
HSL157°17.65%23.33%
HSB/HSV157°30.00%27.45%
CMYK30.00%0.00%11.43%
72.55%

Color #31463E in popluar number systems.

HEX31463E
Decimal497062
Binary1100011000110111110
Octal6110676

Shades and tints

Shades of #31463E

#31463E
(49,70,62)
#2D4039
(45,64,57)
#293A34
(41,58,52)
#25342F
(37,52,47)
#212E2A
(33,46,42)
#1D2825
(29,40,37)
#192220
(25,34,32)
#151C1B
(21,28,27)
#111616
(17,22,22)
#0D1011
(13,16,17)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #31463E

#31463E
(49,70,62)
#43564F
(67,86,79)
#556660
(85,102,96)
#677671
(103,118,113)
#798682
(121,134,130)
#8B9693
(139,150,147)
#9DA6A4
(157,166,164)
#AFB6B5
(175,182,181)
#C1C6C6
(193,198,198)
#D3D6D7
(211,214,215)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31463E; }

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

This text font color is #31463E.


Background Color

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

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

This div background color is #31463E.


Border color

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

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

This div border color is #31463E.


Opacity

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

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

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

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

This text has shadow with #31463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31463E on black background.


Color preview on white background

This text has color #31463E on white background.



Black color preview on #31463E background

This text has black color on #31463E background.


White color preview on #31463E background

This text has white color on #31463E background.