COLOR #31424C

HEX: #31424C
RGB: (49,66,76)

Color info

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

RGB color model

#31424C color RGB value is (49,66,76).

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

RGB channels and saturation

R 49 of 255 = 19%
G 66 of 255 = 26%
B 76 of 255 = 30%

49
66
76

R + G + B ~ 25%. #31424C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 66 + 76 = 191 (100%)
R 49 of 191 ~ 25.65%
G 66 of 191 ~ 34.55%
B 76 of 191 ~ 39.79%

%25.65
%34.55
%39.79

CMYK color model

#31424C color CMYK value is (36,13,0,70).

  • cyan value is 35.53%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(36,13,0,70)
C36M13Y0K70 
(36%,13%,0%,70%)
(0.36/0.13/0.00/0.70)	

CMYK percentages

%35.53
%13.16
%0
%70.2

Codes

Color #31424C in popluar color models

31424C
RGB496676
HSL202°21.60%24.51%
HSB/HSV202°35.53%29.80%
CMYK35.53%13.16%0.00%
70.20%

Color #31424C in popluar number systems.

HEX31424C
Decimal496676
Binary11000110000101001100
Octal61102114

Shades and tints

Shades of #31424C

#31424C
(49,66,76)
#2D3C46
(45,60,70)
#293640
(41,54,64)
#25303A
(37,48,58)
#212A34
(33,42,52)
#1D242E
(29,36,46)
#191E28
(25,30,40)
#151822
(21,24,34)
#11121C
(17,18,28)
#0D0C16
(13,12,22)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #31424C

#31424C
(49,66,76)
#43535C
(67,83,92)
#55646C
(85,100,108)
#67757C
(103,117,124)
#79868C
(121,134,140)
#8B979C
(139,151,156)
#9DA8AC
(157,168,172)
#AFB9BC
(175,185,188)
#C1CACC
(193,202,204)
#D3DBDC
(211,219,220)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31424C; }

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

This text font color is #31424C.


Background Color

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

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

This div background color is #31424C.


Border color

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

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

This div border color is #31424C.


Opacity

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

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

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

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

This text has shadow with #31424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31424C on black background.


Color preview on white background

This text has color #31424C on white background.



Black color preview on #31424C background

This text has black color on #31424C background.


White color preview on #31424C background

This text has white color on #31424C background.