COLOR #31504F

HEX: #31504F
RGB: (49,80,79)

Color info

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

RGB color model

#31504F color RGB value is (49,80,79).

  • red value is 49;
  • green value is 80;
  • blue value is 79.
RGB:
(49,80,79)
(19%,31%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 80 of 255 = 31%
B 79 of 255 = 31%

49
80
79

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

Portions of RGB colors in percentages

R + G + B =
49 + 80 + 79 = 208 (100%)
R 49 of 208 ~ 23.56%
G 80 of 208 ~ 38.46%
B 79 of 208 ~ 37.98%

%23.56
%38.46
%37.98

CMYK color model

#31504F color CMYK value is (39,0,1,69).

  • cyan value is 38.75%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(39,0,1,69)
C39M0Y1K69 
(39%,0%,1%,69%)
(0.39/0.00/0.01/0.69)	

CMYK percentages

%38.75
%0
%1.25
%68.63

Codes

Color #31504F in popluar color models

31504F
RGB498079
HSL178°24.03%25.29%
HSB/HSV178°38.75%31.37%
CMYK38.75%0.00%1.25%
68.63%

Color #31504F in popluar number systems.

HEX31504F
Decimal498079
Binary11000110100001001111
Octal61120117

Shades and tints

Shades of #31504F

#31504F
(49,80,79)
#2D4948
(45,73,72)
#294241
(41,66,65)
#253B3A
(37,59,58)
#213433
(33,52,51)
#1D2D2C
(29,45,44)
#192625
(25,38,37)
#151F1E
(21,31,30)
#111817
(17,24,23)
#0D1110
(13,17,16)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #31504F

#31504F
(49,80,79)
#435F5F
(67,95,95)
#556E6F
(85,110,111)
#677D7F
(103,125,127)
#798C8F
(121,140,143)
#8B9B9F
(139,155,159)
#9DAAAF
(157,170,175)
#AFB9BF
(175,185,191)
#C1C8CF
(193,200,207)
#D3D7DF
(211,215,223)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31504F color. Also use rgb(49,80,79) instead hex code.

Text Font Color

.myTextColor { color: #31504F; }

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

This text font color is #31504F.


Background Color

.myBgColor { background-color: #31504F; }

<div style="background-color:#31504F">Inner text</div>

This div background color is #31504F.


Border color

.myBorderColor { border: 1px solid #31504F; }

<div style="border:3px solid #31504F">Div</div>

This div border color is #31504F.


Opacity

.myOpacity80 { color: #31504F; opacity: 0.8; }

<p style="color:#31504F;opacity:0.8;">80%</p>

Text with #31504F 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 #31504F;}

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

This text has shadow with #31504F color.

.textShadow {text-shadow: 3px 3px 1px #31504F, 3px 3px 1px red;}

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

This text has shadow with #31504F primary color and red secondary color.


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

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

This text has shadow with #31504F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31504F on black background.


Color preview on white background

This text has color #31504F on white background.



Black color preview on #31504F background

This text has black color on #31504F background.


White color preview on #31504F background

This text has white color on #31504F background.