COLOR #315B70

HEX: #315B70
RGB: (49,91,112)

Color info

#315B70 contains mainly green and blue colors. Web safe color of #315B70 is #336666 (or #366).

RGB color model

#315B70 color RGB value is (49,91,112).

  • red value is 49;
  • green value is 91;
  • blue value is 112.
RGB:
(49,91,112)
(19%,36%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 91 of 255 = 36%
B 112 of 255 = 44%

49
91
112

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

Portions of RGB colors in percentages

R + G + B =
49 + 91 + 112 = 252 (100%)
R 49 of 252 ~ 19.44%
G 91 of 252 ~ 36.11%
B 112 of 252 ~ 44.44%

%19.44
%36.11
%44.44

CMYK color model

#315B70 color CMYK value is (56,19,0,56).

  • cyan value is 56.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(56,19,0,56)
C56M19Y0K56 
(56%,19%,0%,56%)
(0.56/0.19/0.00/0.56)	

CMYK percentages

%56.25
%18.75
%0
%56.08

Codes

Color #315B70 in popluar color models

315B70
RGB4991112
HSL200°39.13%31.57%
HSB/HSV200°56.25%43.92%
CMYK56.25%18.75%0.00%
56.08%

Color #315B70 in popluar number systems.

HEX315B70
Decimal4991112
Binary11000110110111110000
Octal61133160

Shades and tints

Shades of #315B70

#315B70
(49,91,112)
#2D5366
(45,83,102)
#294B5C
(41,75,92)
#254352
(37,67,82)
#213B48
(33,59,72)
#1D333E
(29,51,62)
#192B34
(25,43,52)
#15232A
(21,35,42)
#111B20
(17,27,32)
#0D1316
(13,19,22)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #315B70

#315B70
(49,91,112)
#43697D
(67,105,125)
#55778A
(85,119,138)
#678597
(103,133,151)
#7993A4
(121,147,164)
#8BA1B1
(139,161,177)
#9DAFBE
(157,175,190)
#AFBDCB
(175,189,203)
#C1CBD8
(193,203,216)
#D3D9E5
(211,217,229)
#E5E7F2
(229,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315B70 color. Also use rgb(49,91,112) instead hex code.

Text Font Color

.myTextColor { color: #315B70; }

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

This text font color is #315B70.


Background Color

.myBgColor { background-color: #315B70; }

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

This div background color is #315B70.


Border color

.myBorderColor { border: 1px solid #315B70; }

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

This div border color is #315B70.


Opacity

.myOpacity80 { color: #315B70; opacity: 0.8; }

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

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

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

This text has shadow with #315B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315B70 on black background.


Color preview on white background

This text has color #315B70 on white background.



Black color preview on #315B70 background

This text has black color on #315B70 background.


White color preview on #315B70 background

This text has white color on #315B70 background.