COLOR #31424D

HEX: #31424D RGB: (49,66,77)

Color info

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

RGB color model

#31424D color RGB value is (49,66,77).

RGB: (49,66,77) (19%, 26%, 30%)

RGB channels and saturation

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

49
66
77

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

Portions of RGB colors in percentages

R + G + B = 49 + 66 + 77 = 192 (100%)
R 49 of 192 ~ 25.52%
G 66 of 192 ~ 34.38%
B 77 of 192 ~ 40.1'%

%25.52
%34.38
%40.1

CMYK color model

#31424D color CMYK value is (36,14,0,70).

  • cyan value is 36.36%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (36,14,0,70)
C36M14Y0K70 (36%, 14%, 0%, 70%)
(0.36 / 0.14 / 0.00 / 0.70)

CMYK percentages

%36.36
%14.29
%0
%69.8

Codes

Color #31424D in popluar color models

31 42 4D
RGB 49 66 77
HSL 204° 22.22% 24.71%
HSB/HSV 204° 36.36% 30.20%
CMYK 36.36% 14.29% 0.00%
69.80%

Color #31424D in popluar number systems.

HEX 31 42 4D
Decimal 49 66 77
Binary 110001 1000010 1001101
Octal 61 102 115

Shades and tints

Shades of #31424D

#31424D
(49,66,77)
#2D3C46
(45,60,70)
#29363F
(41,54,63)
#253038
(37,48,56)
#212A31
(33,42,49)
#1D242A
(29,36,42)
#191E23
(25,30,35)
#15181C
(21,24,28)
#111215
(17,18,21)
#0D0C0E
(13,12,14)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #31424D

#31424D
(49,66,77)
#43535D
(67,83,93)
#55646D
(85,100,109)
#67757D
(103,117,125)
#79868D
(121,134,141)
#8B979D
(139,151,157)
#9DA8AD
(157,168,173)
#AFB9BD
(175,185,189)
#C1CACD
(193,202,205)
#D3DBDD
(211,219,221)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31424D; }

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

This text font color is #31424D.

Background Color

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

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

This div background color is #31424D.

Border color

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

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

This div border color is #31424D.

Opacity

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

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

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

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

This text has shadow with #31424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31424D.

Preview

Color preview on black background

This text has color #31424D on black background.


Color preview on white background

This text has color #31424D on white background.


Black color preview on #31424D background

This text has black color on #31424D background.


White color preview on #31424D background

This text has white color on #31424D background.


Related colors

Complementary color

Complementary color for #hex is #CEBDB2.


I love getcolorcode.com

Triadic colors

1 #4D3142 and #424D31 with #31424D are triadic colors.

2 #4D4231 and #42314D with #31424D are triadic colors.