COLOR #31404D

HEX: #31404D RGB: (49,64,77)

Color info

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

RGB color model

#31404D color RGB value is (49,64,77).

RGB: (49,64,77) (19%, 25%, 30%)

RGB channels and saturation

R 49 of 255 = 19%
G 64 of 255 = 25%
B 77 of 255 = 30%

49
64
77

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

Portions of RGB colors in percentages

R + G + B = 49 + 64 + 77 = 190 (100%)
R 49 of 190 ~ 25.79%
G 64 of 190 ~ 33.68%
B 77 of 190 ~ 40.53'%

%25.79
%33.68
%40.53

CMYK color model

#31404D color CMYK value is (36,17,0,70).

  • cyan value is 36.36%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (36,17,0,70) C36M17Y0K70 (36%,17%,0%,70%) (0.36/0.17/0.00/0.70) 

CMYK percentages

%36.36
%16.88
%0
%69.8

Codes

Color #31404D in popluar color models

31 40 4D
RGB 49 64 77
HSL 208° 22.22% 24.71%
HSB/HSV 208° 36.36% 30.20%
CMYK 36.36% 16.88% 0.00%
69.80%

Color #31404D in popluar number systems.

HEX 31 40 4D
Decimal 49 64 77
Binary 110001 1000000 1001101
Octal 61 100 115

Shades and tints

Shades of #31404D

#31404D
(49,64,77)
#2D3B46
(45,59,70)
#29363F
(41,54,63)
#253138
(37,49,56)
#212C31
(33,44,49)
#1D272A
(29,39,42)
#192223
(25,34,35)
#151D1C
(21,29,28)
#111815
(17,24,21)
#0D130E
(13,19,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #31404D

#31404D
(49,64,77)
#43515D
(67,81,93)
#55626D
(85,98,109)
#67737D
(103,115,125)
#79848D
(121,132,141)
#8B959D
(139,149,157)
#9DA6AD
(157,166,173)
#AFB7BD
(175,183,189)
#C1C8CD
(193,200,205)
#D3D9DD
(211,217,221)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31404D; }

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

This text font color is #31404D.

Background Color

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

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

This div background color is #31404D.

Border color

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

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

This div border color is #31404D.

Opacity

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

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

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

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

This text has shadow with #31404D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31404D.

Preview

Color preview on black background

This text has color #31404D on black background.


Color preview on white background

This text has color #31404D on white background.


Black color preview on #31404D background

This text has black color on #31404D background.


White color preview on #31404D background

This text has white color on #31404D background.


Related colors

Complementary color

Complementary color for #hex is #CEBFB2.


I love getcolorcode.com

Triadic colors

1 #4D3140 and #404D31 with #31404D are triadic colors.

2 #4D4031 and #40314D with #31404D are triadic colors.