COLOR #31626B

HEX: #31626B
RGB: (49,98,107)

Color info

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

RGB color model

#31626B color RGB value is (49,98,107).

  • red value is 49;
  • green value is 98;
  • blue value is 107.
RGB:
(49,98,107)
(19%,38%,42%)

RGB channels and saturation

R 49 of 255 = 19%
G 98 of 255 = 38%
B 107 of 255 = 42%

49
98
107

R + G + B ~ 33%. #31626B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 98 + 107 = 254 (100%)
R 49 of 254 ~ 19.29%
G 98 of 254 ~ 38.58%
B 107 of 254 ~ 42.13%

%19.29
%38.58
%42.13

CMYK color model

#31626B color CMYK value is (54,8,0,58).

  • cyan value is 54.21%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(54,8,0,58)
C54M8Y0K58 
(54%,8%,0%,58%)
(0.54/0.08/0.00/0.58)	

CMYK percentages

%54.21
%8.41
%0
%58.04

Codes

Color #31626B in popluar color models

31626B
RGB4998107
HSL189°37.18%30.59%
HSB/HSV189°54.21%41.96%
CMYK54.21%8.41%0.00%
58.04%

Color #31626B in popluar number systems.

HEX31626B
Decimal4998107
Binary11000111000101101011
Octal61142153

Shades and tints

Shades of #31626B

#31626B
(49,98,107)
#2D5A62
(45,90,98)
#295259
(41,82,89)
#254A50
(37,74,80)
#214247
(33,66,71)
#1D3A3E
(29,58,62)
#193235
(25,50,53)
#152A2C
(21,42,44)
#112223
(17,34,35)
#0D1A1A
(13,26,26)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #31626B

#31626B
(49,98,107)
#437078
(67,112,120)
#557E85
(85,126,133)
#678C92
(103,140,146)
#799A9F
(121,154,159)
#8BA8AC
(139,168,172)
#9DB6B9
(157,182,185)
#AFC4C6
(175,196,198)
#C1D2D3
(193,210,211)
#D3E0E0
(211,224,224)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31626B color. Also use rgb(49,98,107) instead hex code.

Text Font Color

.myTextColor { color: #31626B; }

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

This text font color is #31626B.


Background Color

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

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

This div background color is #31626B.


Border color

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

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

This div border color is #31626B.


Opacity

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

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

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

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

This text has shadow with #31626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31626B on black background.


Color preview on white background

This text has color #31626B on white background.



Black color preview on #31626B background

This text has black color on #31626B background.


White color preview on #31626B background

This text has white color on #31626B background.