COLOR #315369

HEX: #315369
RGB: (49,83,105)

Color info

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

RGB color model

#315369 color RGB value is (49,83,105).

  • red value is 49;
  • green value is 83;
  • blue value is 105.
RGB:
(49,83,105)
(19%,33%,41%)

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 105 of 255 = 41%

49
83
105

R + G + B ~ 31%. #315369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 105 = 237 (100%)
R 49 of 237 ~ 20.68%
G 83 of 237 ~ 35.02%
B 105 of 237 ~ 44.3%

%20.68
%35.02
%44.3

CMYK color model

#315369 color CMYK value is (53,21,0,59).

  • cyan value is 53.33%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(53,21,0,59)
C53M21Y0K59 
(53%,21%,0%,59%)
(0.53/0.21/0.00/0.59)	

CMYK percentages

%53.33
%20.95
%0
%58.82

Codes

Color #315369 in popluar color models

315369
RGB4983105
HSL204°36.36%30.20%
HSB/HSV204°53.33%41.18%
CMYK53.33%20.95%0.00%
58.82%

Color #315369 in popluar number systems.

HEX315369
Decimal4983105
Binary11000110100111101001
Octal61123151

Shades and tints

Shades of #315369

#315369
(49,83,105)
#2D4C60
(45,76,96)
#294557
(41,69,87)
#253E4E
(37,62,78)
#213745
(33,55,69)
#1D303C
(29,48,60)
#192933
(25,41,51)
#15222A
(21,34,42)
#111B21
(17,27,33)
#0D1418
(13,20,24)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #315369

#315369
(49,83,105)
#436276
(67,98,118)
#557183
(85,113,131)
#678090
(103,128,144)
#798F9D
(121,143,157)
#8B9EAA
(139,158,170)
#9DADB7
(157,173,183)
#AFBCC4
(175,188,196)
#C1CBD1
(193,203,209)
#D3DADE
(211,218,222)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315369 color. Also use rgb(49,83,105) instead hex code.

Text Font Color

.myTextColor { color: #315369; }

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

This text font color is #315369.


Background Color

.myBgColor { background-color: #315369; }

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

This div background color is #315369.


Border color

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

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

This div border color is #315369.


Opacity

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

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

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

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

This text has shadow with #315369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315369 on black background.


Color preview on white background

This text has color #315369 on white background.



Black color preview on #315369 background

This text has black color on #315369 background.


White color preview on #315369 background

This text has white color on #315369 background.