COLOR #315B62

HEX: #315B62
RGB: (49,91,98)

Color info

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

RGB color model

#315B62 color RGB value is (49,91,98).

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

RGB channels and saturation

R 49 of 255 = 19%
G 91 of 255 = 36%
B 98 of 255 = 38%

49
91
98

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

Portions of RGB colors in percentages

R + G + B =
49 + 91 + 98 = 238 (100%)
R 49 of 238 ~ 20.59%
G 91 of 238 ~ 38.24%
B 98 of 238 ~ 41.18%

%20.59
%38.24
%41.18

CMYK color model

#315B62 color CMYK value is (50,7,0,62).

  • cyan value is 50.00%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(50,7,0,62)
C50M7Y0K62 
(50%,7%,0%,62%)
(0.50/0.07/0.00/0.62)	

CMYK percentages

%50
%7.14
%0
%61.57

Codes

Color #315B62 in popluar color models

315B62
RGB499198
HSL189°33.33%28.82%
HSB/HSV189°50.00%38.43%
CMYK50.00%7.14%0.00%
61.57%

Color #315B62 in popluar number systems.

HEX315B62
Decimal499198
Binary11000110110111100010
Octal61133142

Shades and tints

Shades of #315B62

#315B62
(49,91,98)
#2D535A
(45,83,90)
#294B52
(41,75,82)
#25434A
(37,67,74)
#213B42
(33,59,66)
#1D333A
(29,51,58)
#192B32
(25,43,50)
#15232A
(21,35,42)
#111B22
(17,27,34)
#0D131A
(13,19,26)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #315B62

#315B62
(49,91,98)
#436970
(67,105,112)
#55777E
(85,119,126)
#67858C
(103,133,140)
#79939A
(121,147,154)
#8BA1A8
(139,161,168)
#9DAFB6
(157,175,182)
#AFBDC4
(175,189,196)
#C1CBD2
(193,203,210)
#D3D9E0
(211,217,224)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315B62; }

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

This text font color is #315B62.


Background Color

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

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

This div background color is #315B62.


Border color

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

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

This div border color is #315B62.


Opacity

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

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

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

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

This text has shadow with #315B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315B62 on black background.


Color preview on white background

This text has color #315B62 on white background.



Black color preview on #315B62 background

This text has black color on #315B62 background.


White color preview on #315B62 background

This text has white color on #315B62 background.