COLOR #31577A

HEX: #31577A RGB: (49,87,122)

Color info

#31577A contains mainly green and blue colors. Web safe color of #31577A is #336666 (or #366).

RGB color model

#31577A color RGB value is (49,87,122).

RGB: (49,87,122) (19%, 34%, 48%)

RGB channels and saturation

R 49 of 255 = 19%
G 87 of 255 = 34%
B 122 of 255 = 48%

49
87
122

R + G + B ~ 34%. #31577A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 87 + 122 = 258 (100%)
R 49 of 258 ~ 18.99%
G 87 of 258 ~ 33.72%
B 122 of 258 ~ 47.29'%

%18.99
%33.72
%47.29

CMYK color model

#31577A color CMYK value is (60,29,0,52).

  • cyan value is 59.84%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (60,29,0,52) C60M29Y0K52 (60%,29%,0%,52%) (0.60/0.29/0.00/0.52) 

CMYK percentages

%59.84
%28.69
%0
%52.16

Codes

Color #31577A in popluar color models

31 57 7A
RGB 49 87 122
HSL 209° 42.69% 33.53%
HSB/HSV 209° 59.84% 47.84%
CMYK 59.84% 28.69% 0.00%
52.16%

Color #31577A in popluar number systems.

HEX 31 57 7A
Decimal 49 87 122
Binary 110001 1010111 1111010
Octal 61 127 172

Shades and tints

Shades of #31577A

#31577A
(49,87,122)
#2D506F
(45,80,111)
#294964
(41,73,100)
#254259
(37,66,89)
#213B4E
(33,59,78)
#1D3443
(29,52,67)
#192D38
(25,45,56)
#15262D
(21,38,45)
#111F22
(17,31,34)
#0D1817
(13,24,23)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #31577A

#31577A
(49,87,122)
#436686
(67,102,134)
#557592
(85,117,146)
#67849E
(103,132,158)
#7993AA
(121,147,170)
#8BA2B6
(139,162,182)
#9DB1C2
(157,177,194)
#AFC0CE
(175,192,206)
#C1CFDA
(193,207,218)
#D3DEE6
(211,222,230)
#E5EDF2
(229,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31577A color. Also use rgb(49,87,122) instead hex code.

Text Font Color

.myTextColor { color: #31577A; }

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

This text font color is #31577A.


Background Color

.myBgColor { background-color: #31577A; }

<div style="background-color:#31577A">Inner text</div>

This div background color is #31577A.


Border color

.myBorderColor { border: 1px solid #31577A; }

<div style="border:3px solid #31577A">Div</div>

This div border color is #31577A.


Opacity

.myOpacity80 { color: #31577A; opacity: 0.8; }

<p style="color:#31577A;opacity:0.8;">80%</p>

Text with #31577A 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 #31577A;}

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

This text has shadow with #31577A color.

.textShadow {text-shadow: 3px 3px 1px #31577A, 3px 3px 1px red;}

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

This text has shadow with #31577A primary color and red secondary color.


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

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

This text has shadow with #31577A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #31577A; -webkit-box-shadow:	1px 1px 3px 2px #31577A; box-shadow:	1px 1px 3px 2px #31577A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #31577A; -webkit-box-shadow: 1px 1px 3px 2px #31577A; box-shadow:1px 1px 3px 2px #31577A;">
Div content here</div>
This div box has shadow with color #31577A.

Preview

Color preview on black background

This text has color #31577A on black background.


Color preview on white background

This text has color #31577A on white background.



Black color preview on #31577A background

This text has black color on #31577A background.


White color preview on #31577A background

This text has white color on #31577A background.