COLOR #31434C

HEX: #31434C
RGB: (49,67,76)

Color info

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

RGB color model

#31434C color RGB value is (49,67,76).

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

RGB channels and saturation

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

49
67
76

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

Portions of RGB colors in percentages

R + G + B =
49 + 67 + 76 = 192 (100%)
R 49 of 192 ~ 25.52%
G 67 of 192 ~ 34.9%
B 76 of 192 ~ 39.58%

%25.52
%34.9
%39.58

CMYK color model

#31434C color CMYK value is (36,12,0,70).

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

CMYK percentages

%35.53
%11.84
%0
%70.2

Codes

Color #31434C in popluar color models

31434C
RGB496776
HSL200°21.60%24.51%
HSB/HSV200°35.53%29.80%
CMYK35.53%11.84%0.00%
70.20%

Color #31434C in popluar number systems.

HEX31434C
Decimal496776
Binary11000110000111001100
Octal61103114

Shades and tints

Shades of #31434C

#31434C
(49,67,76)
#2D3D46
(45,61,70)
#293740
(41,55,64)
#25313A
(37,49,58)
#212B34
(33,43,52)
#1D252E
(29,37,46)
#191F28
(25,31,40)
#151922
(21,25,34)
#11131C
(17,19,28)
#0D0D16
(13,13,22)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #31434C

#31434C
(49,67,76)
#43545C
(67,84,92)
#55656C
(85,101,108)
#67767C
(103,118,124)
#79878C
(121,135,140)
#8B989C
(139,152,156)
#9DA9AC
(157,169,172)
#AFBABC
(175,186,188)
#C1CBCC
(193,203,204)
#D3DCDC
(211,220,220)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31434C; }

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

This text font color is #31434C.


Background Color

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

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

This div background color is #31434C.


Border color

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

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

This div border color is #31434C.


Opacity

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

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

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

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

This text has shadow with #31434C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31434C on black background.


Color preview on white background

This text has color #31434C on white background.



Black color preview on #31434C background

This text has black color on #31434C background.


White color preview on #31434C background

This text has white color on #31434C background.