COLOR #315662

HEX: #315662
RGB: (49,86,98)

Color info

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

RGB color model

#315662 color RGB value is (49,86,98).

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

RGB channels and saturation

R 49 of 255 = 19%
G 86 of 255 = 34%
B 98 of 255 = 38%

49
86
98

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

Portions of RGB colors in percentages

R + G + B =
49 + 86 + 98 = 233 (100%)
R 49 of 233 ~ 21.03%
G 86 of 233 ~ 36.91%
B 98 of 233 ~ 42.06%

%21.03
%36.91
%42.06

CMYK color model

#315662 color CMYK value is (50,12,0,62).

  • cyan value is 50.00%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(50,12,0,62)
C50M12Y0K62 
(50%,12%,0%,62%)
(0.50/0.12/0.00/0.62)	

CMYK percentages

%50
%12.24
%0
%61.57

Codes

Color #315662 in popluar color models

315662
RGB498698
HSL195°33.33%28.82%
HSB/HSV195°50.00%38.43%
CMYK50.00%12.24%0.00%
61.57%

Color #315662 in popluar number systems.

HEX315662
Decimal498698
Binary11000110101101100010
Octal61126142

Shades and tints

Shades of #315662

#315662
(49,86,98)
#2D4F5A
(45,79,90)
#294852
(41,72,82)
#25414A
(37,65,74)
#213A42
(33,58,66)
#1D333A
(29,51,58)
#192C32
(25,44,50)
#15252A
(21,37,42)
#111E22
(17,30,34)
#0D171A
(13,23,26)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #315662

#315662
(49,86,98)
#436570
(67,101,112)
#55747E
(85,116,126)
#67838C
(103,131,140)
#79929A
(121,146,154)
#8BA1A8
(139,161,168)
#9DB0B6
(157,176,182)
#AFBFC4
(175,191,196)
#C1CED2
(193,206,210)
#D3DDE0
(211,221,224)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315662; }

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

This text font color is #315662.


Background Color

.myBgColor { background-color: #315662; }

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

This div background color is #315662.


Border color

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

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

This div border color is #315662.


Opacity

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

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

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

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

This text has shadow with #315662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315662 on black background.


Color preview on white background

This text has color #315662 on white background.



Black color preview on #315662 background

This text has black color on #315662 background.


White color preview on #315662 background

This text has white color on #315662 background.