COLOR #315163

HEX: #315163
RGB: (49,81,99)

Color info

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

RGB color model

#315163 color RGB value is (49,81,99).

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

RGB channels and saturation

R 49 of 255 = 19%
G 81 of 255 = 32%
B 99 of 255 = 39%

49
81
99

R + G + B ~ 30%. #315163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 81 + 99 = 229 (100%)
R 49 of 229 ~ 21.4%
G 81 of 229 ~ 35.37%
B 99 of 229 ~ 43.23%

%21.4
%35.37
%43.23

CMYK color model

#315163 color CMYK value is (51,18,0,61).

  • cyan value is 50.51%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(51,18,0,61)
C51M18Y0K61 
(51%,18%,0%,61%)
(0.51/0.18/0.00/0.61)	

CMYK percentages

%50.51
%18.18
%0
%61.18

Codes

Color #315163 in popluar color models

315163
RGB498199
HSL202°33.78%29.02%
HSB/HSV202°50.51%38.82%
CMYK50.51%18.18%0.00%
61.18%

Color #315163 in popluar number systems.

HEX315163
Decimal498199
Binary11000110100011100011
Octal61121143

Shades and tints

Shades of #315163

#315163
(49,81,99)
#2D4A5A
(45,74,90)
#294351
(41,67,81)
#253C48
(37,60,72)
#21353F
(33,53,63)
#1D2E36
(29,46,54)
#19272D
(25,39,45)
#152024
(21,32,36)
#11191B
(17,25,27)
#0D1212
(13,18,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #315163

#315163
(49,81,99)
#436071
(67,96,113)
#556F7F
(85,111,127)
#677E8D
(103,126,141)
#798D9B
(121,141,155)
#8B9CA9
(139,156,169)
#9DABB7
(157,171,183)
#AFBAC5
(175,186,197)
#C1C9D3
(193,201,211)
#D3D8E1
(211,216,225)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315163; }

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

This text font color is #315163.


Background Color

.myBgColor { background-color: #315163; }

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

This div background color is #315163.


Border color

.myBorderColor { border: 1px solid #315163; }

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

This div border color is #315163.


Opacity

.myOpacity80 { color: #315163; opacity: 0.8; }

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

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

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

This text has shadow with #315163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315163 on black background.


Color preview on white background

This text has color #315163 on white background.



Black color preview on #315163 background

This text has black color on #315163 background.


White color preview on #315163 background

This text has white color on #315163 background.