COLOR #31463F

HEX: #31463F
RGB: (49,70,63)

Color info

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

RGB color model

#31463F color RGB value is (49,70,63).

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

RGB channels and saturation

R 49 of 255 = 19%
G 70 of 255 = 27%
B 63 of 255 = 25%

49
70
63

R + G + B ~ 24%. #31463F is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 70 + 63 = 182 (100%)
R 49 of 182 ~ 26.92%
G 70 of 182 ~ 38.46%
B 63 of 182 ~ 34.62%

%26.92
%38.46
%34.62

CMYK color model

#31463F color CMYK value is (30,0,10,73).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(30,0,10,73)
C30M0Y10K73 
(30%,0%,10%,73%)
(0.30/0.00/0.10/0.73)	

CMYK percentages

%30
%0
%10
%72.55

Codes

Color #31463F in popluar color models

31463F
RGB497063
HSL160°17.65%23.33%
HSB/HSV160°30.00%27.45%
CMYK30.00%0.00%10.00%
72.55%

Color #31463F in popluar number systems.

HEX31463F
Decimal497063
Binary1100011000110111111
Octal6110677

Shades and tints

Shades of #31463F

#31463F
(49,70,63)
#2D403A
(45,64,58)
#293A35
(41,58,53)
#253430
(37,52,48)
#212E2B
(33,46,43)
#1D2826
(29,40,38)
#192221
(25,34,33)
#151C1C
(21,28,28)
#111617
(17,22,23)
#0D1012
(13,16,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #31463F

#31463F
(49,70,63)
#435650
(67,86,80)
#556661
(85,102,97)
#677672
(103,118,114)
#798683
(121,134,131)
#8B9694
(139,150,148)
#9DA6A5
(157,166,165)
#AFB6B6
(175,182,182)
#C1C6C7
(193,198,199)
#D3D6D8
(211,214,216)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31463F; }

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

This text font color is #31463F.


Background Color

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

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

This div background color is #31463F.


Border color

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

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

This div border color is #31463F.


Opacity

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

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

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

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

This text has shadow with #31463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31463F on black background.


Color preview on white background

This text has color #31463F on white background.



Black color preview on #31463F background

This text has black color on #31463F background.


White color preview on #31463F background

This text has white color on #31463F background.