COLOR #31475D

HEX: #31475D RGB: (49,71,93)

Color info

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

RGB color model

#31475D color RGB value is (49,71,93).

RGB: (49,71,93) (19%, 28%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 93 of 255 = 36%

49
71
93

R + G + B ~ 28%. #31475D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 71 + 93 = 213 (100%)
R 49 of 213 ~ 23%
G 71 of 213 ~ 33.33%
B 93 of 213 ~ 43.66'%

%23
%33.33
%43.66

CMYK color model

#31475D color CMYK value is (47,24,0,64).

  • cyan value is 47.31%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (47,24,0,64)
C47M24Y0K64 (47%, 24%, 0%, 64%)
(0.47 / 0.24 / 0.00 / 0.64)

CMYK percentages

%47.31
%23.66
%0
%63.53

Codes

Color #31475D in popluar color models

31 47 5D
RGB 49 71 93
HSL 210° 30.99% 27.84%
HSB/HSV 210° 47.31% 36.47%
CMYK 47.31% 23.66% 0.00%
63.53%

Color #31475D in popluar number systems.

HEX 31 47 5D
Decimal 49 71 93
Binary 110001 1000111 1011101
Octal 61 107 135

Shades and tints

Shades of #31475D

#31475D
(49,71,93)
#2D4155
(45,65,85)
#293B4D
(41,59,77)
#253545
(37,53,69)
#212F3D
(33,47,61)
#1D2935
(29,41,53)
#19232D
(25,35,45)
#151D25
(21,29,37)
#11171D
(17,23,29)
#0D1115
(13,17,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #31475D

#31475D
(49,71,93)
#43576B
(67,87,107)
#556779
(85,103,121)
#677787
(103,119,135)
#798795
(121,135,149)
#8B97A3
(139,151,163)
#9DA7B1
(157,167,177)
#AFB7BF
(175,183,191)
#C1C7CD
(193,199,205)
#D3D7DB
(211,215,219)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31475D color. Also use rgb(49,71,93) instead hex code.

Text Font Color

.myTextColor { color: #31475D; }

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

This text font color is #31475D.

Background Color

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

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

This div background color is #31475D.

Border color

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

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

This div border color is #31475D.

Opacity

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

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

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

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

This text has shadow with #31475D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31475D.

Preview

Color preview on black background

This text has color #31475D on black background.


Color preview on white background

This text has color #31475D on white background.


Black color preview on #31475D background

This text has black color on #31475D background.


White color preview on #31475D background

This text has white color on #31475D background.


Related colors

Complementary color

Complementary color for #hex is #CEB8A2.


I love getcolorcode.com

Triadic colors

1 #5D3147 and #475D31 with #31475D are triadic colors.

2 #5D4731 and #47315D with #31475D are triadic colors.