COLOR #31515F

HEX: #31515F
RGB: (49,81,95)

Color info

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

RGB color model

#31515F color RGB value is (49,81,95).

  • red value is 49;
  • green value is 81;
  • blue value is 95.
RGB:
(49,81,95)
(19%,32%,37%)

RGB channels and saturation

R 49 of 255 = 19%
G 81 of 255 = 32%
B 95 of 255 = 37%

49
81
95

R + G + B ~ 29%. #31515F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 81 + 95 = 225 (100%)
R 49 of 225 ~ 21.78%
G 81 of 225 ~ 36%
B 95 of 225 ~ 42.22%

%21.78
%36
%42.22

CMYK color model

#31515F color CMYK value is (48,15,0,63).

  • cyan value is 48.42%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(48,15,0,63)
C48M15Y0K63 
(48%,15%,0%,63%)
(0.48/0.15/0.00/0.63)	

CMYK percentages

%48.42
%14.74
%0
%62.75

Codes

Color #31515F in popluar color models

31515F
RGB498195
HSL198°31.94%28.24%
HSB/HSV198°48.42%37.25%
CMYK48.42%14.74%0.00%
62.75%

Color #31515F in popluar number systems.

HEX31515F
Decimal498195
Binary11000110100011011111
Octal61121137

Shades and tints

Shades of #31515F

#31515F
(49,81,95)
#2D4A57
(45,74,87)
#29434F
(41,67,79)
#253C47
(37,60,71)
#21353F
(33,53,63)
#1D2E37
(29,46,55)
#19272F
(25,39,47)
#152027
(21,32,39)
#11191F
(17,25,31)
#0D1217
(13,18,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #31515F

#31515F
(49,81,95)
#43606D
(67,96,109)
#556F7B
(85,111,123)
#677E89
(103,126,137)
#798D97
(121,141,151)
#8B9CA5
(139,156,165)
#9DABB3
(157,171,179)
#AFBAC1
(175,186,193)
#C1C9CF
(193,201,207)
#D3D8DD
(211,216,221)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31515F color. Also use rgb(49,81,95) instead hex code.

Text Font Color

.myTextColor { color: #31515F; }

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

This text font color is #31515F.


Background Color

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

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

This div background color is #31515F.


Border color

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

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

This div border color is #31515F.


Opacity

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

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

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

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

This text has shadow with #31515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31515F on black background.


Color preview on white background

This text has color #31515F on white background.



Black color preview on #31515F background

This text has black color on #31515F background.


White color preview on #31515F background

This text has white color on #31515F background.