COLOR #31586C

HEX: #31586C
RGB: (49,88,108)

Color info

#31586C contains red, green and blue colors in about the same proportion. Web safe color of #31586C is #336666 (or #366).

RGB color model

#31586C color RGB value is (49,88,108).

  • red value is 49;
  • green value is 88;
  • blue value is 108.
RGB:
(49,88,108)
(19%,35%,42%)

RGB channels and saturation

R 49 of 255 = 19%
G 88 of 255 = 35%
B 108 of 255 = 42%

49
88
108

R + G + B ~ 32%. #31586C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 88 + 108 = 245 (100%)
R 49 of 245 ~ 20%
G 88 of 245 ~ 35.92%
B 108 of 245 ~ 44.08%

%20
%35.92
%44.08

CMYK color model

#31586C color CMYK value is (55,19,0,58).

  • cyan value is 54.63%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(55,19,0,58)
C55M19Y0K58 
(55%,19%,0%,58%)
(0.55/0.19/0.00/0.58)	

CMYK percentages

%54.63
%18.52
%0
%57.65

Codes

Color #31586C in popluar color models

31586C
RGB4988108
HSL200°37.58%30.78%
HSB/HSV200°54.63%42.35%
CMYK54.63%18.52%0.00%
57.65%

Color #31586C in popluar number systems.

HEX31586C
Decimal4988108
Binary11000110110001101100
Octal61130154

Shades and tints

Shades of #31586C

#31586C
(49,88,108)
#2D5063
(45,80,99)
#29485A
(41,72,90)
#254051
(37,64,81)
#213848
(33,56,72)
#1D303F
(29,48,63)
#192836
(25,40,54)
#15202D
(21,32,45)
#111824
(17,24,36)
#0D101B
(13,16,27)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #31586C

#31586C
(49,88,108)
#436779
(67,103,121)
#557686
(85,118,134)
#678593
(103,133,147)
#7994A0
(121,148,160)
#8BA3AD
(139,163,173)
#9DB2BA
(157,178,186)
#AFC1C7
(175,193,199)
#C1D0D4
(193,208,212)
#D3DFE1
(211,223,225)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31586C color. Also use rgb(49,88,108) instead hex code.

Text Font Color

.myTextColor { color: #31586C; }

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

This text font color is #31586C.


Background Color

.myBgColor { background-color: #31586C; }

<div style="background-color:#31586C">Inner text</div>

This div background color is #31586C.


Border color

.myBorderColor { border: 1px solid #31586C; }

<div style="border:3px solid #31586C">Div</div>

This div border color is #31586C.


Opacity

.myOpacity80 { color: #31586C; opacity: 0.8; }

<p style="color:#31586C;opacity:0.8;">80%</p>

Text with #31586C 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 #31586C;}

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

This text has shadow with #31586C color.

.textShadow {text-shadow: 3px 3px 1px #31586C, 3px 3px 1px red;}

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

This text has shadow with #31586C primary color and red secondary color.


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

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

This text has shadow with #31586C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31586C;
-webkit-box-shadow: 1px 1px 3px 2px #31586C;
box-shadow:1px 1px 3px 2px #31586C;">
Div content here</div>
This div box has shadow with color #31586C.

Preview

Color preview on black background

This text has color #31586C on black background.


Color preview on white background

This text has color #31586C on white background.



Black color preview on #31586C background

This text has black color on #31586C background.


White color preview on #31586C background

This text has white color on #31586C background.