COLOR #31374B

HEX: #31374B
RGB: (49,55,75)

Color info

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

RGB color model

#31374B color RGB value is (49,55,75).

  • red value is 49;
  • green value is 55;
  • blue value is 75.
RGB:
(49,55,75)
(19%,22%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 75 of 255 = 29%

49
55
75

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

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 75 = 179 (100%)
R 49 of 179 ~ 27.37%
G 55 of 179 ~ 30.73%
B 75 of 179 ~ 41.9%

%27.37
%30.73
%41.9

CMYK color model

#31374B color CMYK value is (35,27,0,71).

  • cyan value is 34.67%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(35,27,0,71)
C35M27Y0K71 
(35%,27%,0%,71%)
(0.35/0.27/0.00/0.71)	

CMYK percentages

%34.67
%26.67
%0
%70.59

Codes

Color #31374B in popluar color models

31374B
RGB495575
HSL226°20.97%24.31%
HSB/HSV226°34.67%29.41%
CMYK34.67%26.67%0.00%
70.59%

Color #31374B in popluar number systems.

HEX31374B
Decimal495575
Binary1100011101111001011
Octal6167113

Shades and tints

Shades of #31374B

#31374B
(49,55,75)
#2D3245
(45,50,69)
#292D3F
(41,45,63)
#252839
(37,40,57)
#212333
(33,35,51)
#1D1E2D
(29,30,45)
#191927
(25,25,39)
#151421
(21,20,33)
#110F1B
(17,15,27)
#0D0A15
(13,10,21)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #31374B

#31374B
(49,55,75)
#43495B
(67,73,91)
#555B6B
(85,91,107)
#676D7B
(103,109,123)
#797F8B
(121,127,139)
#8B919B
(139,145,155)
#9DA3AB
(157,163,171)
#AFB5BB
(175,181,187)
#C1C7CB
(193,199,203)
#D3D9DB
(211,217,219)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31374B color. Also use rgb(49,55,75) instead hex code.

Text Font Color

.myTextColor { color: #31374B; }

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

This text font color is #31374B.


Background Color

.myBgColor { background-color: #31374B; }

<div style="background-color:#31374B">Inner text</div>

This div background color is #31374B.


Border color

.myBorderColor { border: 1px solid #31374B; }

<div style="border:3px solid #31374B">Div</div>

This div border color is #31374B.


Opacity

.myOpacity80 { color: #31374B; opacity: 0.8; }

<p style="color:#31374B;opacity:0.8;">80%</p>

Text with #31374B 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 #31374B;}

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

This text has shadow with #31374B color.

.textShadow {text-shadow: 3px 3px 1px #31374B, 3px 3px 1px red;}

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

This text has shadow with #31374B primary color and red secondary color.


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

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

This text has shadow with #31374B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31374B on black background.


Color preview on white background

This text has color #31374B on white background.



Black color preview on #31374B background

This text has black color on #31374B background.


White color preview on #31374B background

This text has white color on #31374B background.