COLOR #31394C

HEX: #31394C
RGB: (49,57,76)

Color info

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

RGB color model

#31394C color RGB value is (49,57,76).

  • red value is 49;
  • green value is 57;
  • blue value is 76.
RGB:
(49,57,76)
(19%,22%,30%)

RGB channels and saturation

R 49 of 255 = 19%
G 57 of 255 = 22%
B 76 of 255 = 30%

49
57
76

R + G + B ~ 24%. #31394C is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 57 + 76 = 182 (100%)
R 49 of 182 ~ 26.92%
G 57 of 182 ~ 31.32%
B 76 of 182 ~ 41.76%

%26.92
%31.32
%41.76

CMYK color model

#31394C color CMYK value is (36,25,0,70).

  • cyan value is 35.53%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(36,25,0,70)
C36M25Y0K70 
(36%,25%,0%,70%)
(0.36/0.25/0.00/0.70)	

CMYK percentages

%35.53
%25
%0
%70.2

Codes

Color #31394C in popluar color models

31394C
RGB495776
HSL222°21.60%24.51%
HSB/HSV222°35.53%29.80%
CMYK35.53%25.00%0.00%
70.20%

Color #31394C in popluar number systems.

HEX31394C
Decimal495776
Binary1100011110011001100
Octal6171114

Shades and tints

Shades of #31394C

#31394C
(49,57,76)
#2D3446
(45,52,70)
#292F40
(41,47,64)
#252A3A
(37,42,58)
#212534
(33,37,52)
#1D202E
(29,32,46)
#191B28
(25,27,40)
#151622
(21,22,34)
#11111C
(17,17,28)
#0D0C16
(13,12,22)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #31394C

#31394C
(49,57,76)
#434B5C
(67,75,92)
#555D6C
(85,93,108)
#676F7C
(103,111,124)
#79818C
(121,129,140)
#8B939C
(139,147,156)
#9DA5AC
(157,165,172)
#AFB7BC
(175,183,188)
#C1C9CC
(193,201,204)
#D3DBDC
(211,219,220)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31394C color. Also use rgb(49,57,76) instead hex code.

Text Font Color

.myTextColor { color: #31394C; }

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

This text font color is #31394C.


Background Color

.myBgColor { background-color: #31394C; }

<div style="background-color:#31394C">Inner text</div>

This div background color is #31394C.


Border color

.myBorderColor { border: 1px solid #31394C; }

<div style="border:3px solid #31394C">Div</div>

This div border color is #31394C.


Opacity

.myOpacity80 { color: #31394C; opacity: 0.8; }

<p style="color:#31394C;opacity:0.8;">80%</p>

Text with #31394C 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 #31394C;}

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

This text has shadow with #31394C color.

.textShadow {text-shadow: 3px 3px 1px #31394C, 3px 3px 1px red;}

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

This text has shadow with #31394C primary color and red secondary color.


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

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

This text has shadow with #31394C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31394C on black background.


Color preview on white background

This text has color #31394C on white background.



Black color preview on #31394C background

This text has black color on #31394C background.


White color preview on #31394C background

This text has white color on #31394C background.