COLOR #31414B

HEX: #31414B
RGB: (49,65,75)

Color info

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

RGB color model

#31414B color RGB value is (49,65,75).

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

RGB channels and saturation

R 49 of 255 = 19%
G 65 of 255 = 25%
B 75 of 255 = 29%

49
65
75

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

Portions of RGB colors in percentages

R + G + B =
49 + 65 + 75 = 189 (100%)
R 49 of 189 ~ 25.93%
G 65 of 189 ~ 34.39%
B 75 of 189 ~ 39.68%

%25.93
%34.39
%39.68

CMYK color model

#31414B color CMYK value is (35,13,0,71).

  • cyan value is 34.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(35,13,0,71)
C35M13Y0K71 
(35%,13%,0%,71%)
(0.35/0.13/0.00/0.71)	

CMYK percentages

%34.67
%13.33
%0
%70.59

Codes

Color #31414B in popluar color models

31414B
RGB496575
HSL203°20.97%24.31%
HSB/HSV203°34.67%29.41%
CMYK34.67%13.33%0.00%
70.59%

Color #31414B in popluar number systems.

HEX31414B
Decimal496575
Binary11000110000011001011
Octal61101113

Shades and tints

Shades of #31414B

#31414B
(49,65,75)
#2D3C45
(45,60,69)
#29373F
(41,55,63)
#253239
(37,50,57)
#212D33
(33,45,51)
#1D282D
(29,40,45)
#192327
(25,35,39)
#151E21
(21,30,33)
#11191B
(17,25,27)
#0D1415
(13,20,21)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #31414B

#31414B
(49,65,75)
#43525B
(67,82,91)
#55636B
(85,99,107)
#67747B
(103,116,123)
#79858B
(121,133,139)
#8B969B
(139,150,155)
#9DA7AB
(157,167,171)
#AFB8BB
(175,184,187)
#C1C9CB
(193,201,203)
#D3DADB
(211,218,219)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31414B; }

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

This text font color is #31414B.


Background Color

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

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

This div background color is #31414B.


Border color

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

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

This div border color is #31414B.


Opacity

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

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

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

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

This text has shadow with #31414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31414B on black background.


Color preview on white background

This text has color #31414B on white background.



Black color preview on #31414B background

This text has black color on #31414B background.


White color preview on #31414B background

This text has white color on #31414B background.