COLOR #31425B

HEX: #31425B RGB: (49,66,91)

Color info

#31425B contains red, green and blue colors in about the same proportion. Web safe color of #31425B is #333366 (or #336).

RGB color model

#31425B color RGB value is (49,66,91).

RGB: (49,66,91) (19%, 26%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 66 of 255 = 26%
B 91 of 255 = 36%

49
66
91

R + G + B ~ 27%. #31425B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 66 + 91 = 206 (100%)
R 49 of 206 ~ 23.79%
G 66 of 206 ~ 32.04%
B 91 of 206 ~ 44.17'%

%23.79
%32.04
%44.17

CMYK color model

#31425B color CMYK value is (46,27,0,64).

  • cyan value is 46.15%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (46,27,0,64)
C46M27Y0K64 (46%, 27%, 0%, 64%)
(0.46 / 0.27 / 0.00 / 0.64)

CMYK percentages

%46.15
%27.47
%0
%64.31

Codes

Color #31425B in popluar color models

31 42 5B
RGB 49 66 91
HSL 216° 30.00% 27.45%
HSB/HSV 216° 46.15% 35.69%
CMYK 46.15% 27.47% 0.00%
64.31%

Color #31425B in popluar number systems.

HEX 31 42 5B
Decimal 49 66 91
Binary 110001 1000010 1011011
Octal 61 102 133

Shades and tints

Shades of #31425B

#31425B
(49,66,91)
#2D3C53
(45,60,83)
#29364B
(41,54,75)
#253043
(37,48,67)
#212A3B
(33,42,59)
#1D2433
(29,36,51)
#191E2B
(25,30,43)
#151823
(21,24,35)
#11121B
(17,18,27)
#0D0C13
(13,12,19)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #31425B

#31425B
(49,66,91)
#435369
(67,83,105)
#556477
(85,100,119)
#677585
(103,117,133)
#798693
(121,134,147)
#8B97A1
(139,151,161)
#9DA8AF
(157,168,175)
#AFB9BD
(175,185,189)
#C1CACB
(193,202,203)
#D3DBD9
(211,219,217)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31425B color. Also use rgb(49,66,91) instead hex code.

Text Font Color

.myTextColor { color: #31425B; }

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

This text font color is #31425B.

Background Color

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

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

This div background color is #31425B.

Border color

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

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

This div border color is #31425B.

Opacity

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

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

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

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

This text has shadow with #31425B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31425B.

Preview

Color preview on black background

This text has color #31425B on black background.


Color preview on white background

This text has color #31425B on white background.


Black color preview on #31425B background

This text has black color on #31425B background.


White color preview on #31425B background

This text has white color on #31425B background.


Related colors

Complementary color

Complementary color for #hex is #CEBDA4.


I love getcolorcode.com

Triadic colors

1 #5B3142 and #425B31 with #31425B are triadic colors.

2 #5B4231 and #42315B with #31425B are triadic colors.