COLOR #31444D

HEX: #31444D
RGB: (49,68,77)

Color info

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

RGB color model

#31444D color RGB value is (49,68,77).

  • red value is 49;
  • green value is 68;
  • blue value is 77.
RGB:
(49,68,77)
(19%,27%,30%)

RGB channels and saturation

R 49 of 255 = 19%
G 68 of 255 = 27%
B 77 of 255 = 30%

49
68
77

R + G + B ~ 25%. #31444D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 68 + 77 = 194 (100%)
R 49 of 194 ~ 25.26%
G 68 of 194 ~ 35.05%
B 77 of 194 ~ 39.69%

%25.26
%35.05
%39.69

CMYK color model

#31444D color CMYK value is (36,12,0,70).

  • cyan value is 36.36%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(36,12,0,70)
C36M12Y0K70 
(36%,12%,0%,70%)
(0.36/0.12/0.00/0.70)	

CMYK percentages

%36.36
%11.69
%0
%69.8

Codes

Color #31444D in popluar color models

31444D
RGB496877
HSL199°22.22%24.71%
HSB/HSV199°36.36%30.20%
CMYK36.36%11.69%0.00%
69.80%

Color #31444D in popluar number systems.

HEX31444D
Decimal496877
Binary11000110001001001101
Octal61104115

Shades and tints

Shades of #31444D

#31444D
(49,68,77)
#2D3E46
(45,62,70)
#29383F
(41,56,63)
#253238
(37,50,56)
#212C31
(33,44,49)
#1D262A
(29,38,42)
#192023
(25,32,35)
#151A1C
(21,26,28)
#111415
(17,20,21)
#0D0E0E
(13,14,14)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #31444D

#31444D
(49,68,77)
#43555D
(67,85,93)
#55666D
(85,102,109)
#67777D
(103,119,125)
#79888D
(121,136,141)
#8B999D
(139,153,157)
#9DAAAD
(157,170,173)
#AFBBBD
(175,187,189)
#C1CCCD
(193,204,205)
#D3DDDD
(211,221,221)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31444D color. Also use rgb(49,68,77) instead hex code.

Text Font Color

.myTextColor { color: #31444D; }

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

This text font color is #31444D.


Background Color

.myBgColor { background-color: #31444D; }

<div style="background-color:#31444D">Inner text</div>

This div background color is #31444D.


Border color

.myBorderColor { border: 1px solid #31444D; }

<div style="border:3px solid #31444D">Div</div>

This div border color is #31444D.


Opacity

.myOpacity80 { color: #31444D; opacity: 0.8; }

<p style="color:#31444D;opacity:0.8;">80%</p>

Text with #31444D 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 #31444D;}

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

This text has shadow with #31444D color.

.textShadow {text-shadow: 3px 3px 1px #31444D, 3px 3px 1px red;}

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

This text has shadow with #31444D primary color and red secondary color.


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

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

This text has shadow with #31444D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31444D on black background.


Color preview on white background

This text has color #31444D on white background.



Black color preview on #31444D background

This text has black color on #31444D background.


White color preview on #31444D background

This text has white color on #31444D background.