COLOR #315F68

HEX: #315F68
RGB: (49,95,104)

Color info

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

RGB color model

#315F68 color RGB value is (49,95,104).

  • red value is 49;
  • green value is 95;
  • blue value is 104.
RGB:
(49,95,104)
(19%,37%,41%)

RGB channels and saturation

R 49 of 255 = 19%
G 95 of 255 = 37%
B 104 of 255 = 41%

49
95
104

R + G + B ~ 32%. #315F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 95 + 104 = 248 (100%)
R 49 of 248 ~ 19.76%
G 95 of 248 ~ 38.31%
B 104 of 248 ~ 41.94%

%19.76
%38.31
%41.94

CMYK color model

#315F68 color CMYK value is (53,9,0,59).

  • cyan value is 52.88%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(53,9,0,59)
C53M9Y0K59 
(53%,9%,0%,59%)
(0.53/0.09/0.00/0.59)	

CMYK percentages

%52.88
%8.65
%0
%59.22

Codes

Color #315F68 in popluar color models

315F68
RGB4995104
HSL190°35.95%30.00%
HSB/HSV190°52.88%40.78%
CMYK52.88%8.65%0.00%
59.22%

Color #315F68 in popluar number systems.

HEX315F68
Decimal4995104
Binary11000110111111101000
Octal61137150

Shades and tints

Shades of #315F68

#315F68
(49,95,104)
#2D575F
(45,87,95)
#294F56
(41,79,86)
#25474D
(37,71,77)
#213F44
(33,63,68)
#1D373B
(29,55,59)
#192F32
(25,47,50)
#152729
(21,39,41)
#111F20
(17,31,32)
#0D1717
(13,23,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #315F68

#315F68
(49,95,104)
#436D75
(67,109,117)
#557B82
(85,123,130)
#67898F
(103,137,143)
#79979C
(121,151,156)
#8BA5A9
(139,165,169)
#9DB3B6
(157,179,182)
#AFC1C3
(175,193,195)
#C1CFD0
(193,207,208)
#D3DDDD
(211,221,221)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315F68 color. Also use rgb(49,95,104) instead hex code.

Text Font Color

.myTextColor { color: #315F68; }

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

This text font color is #315F68.


Background Color

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

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

This div background color is #315F68.


Border color

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

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

This div border color is #315F68.


Opacity

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

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

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

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

This text has shadow with #315F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315F68 on black background.


Color preview on white background

This text has color #315F68 on white background.



Black color preview on #315F68 background

This text has black color on #315F68 background.


White color preview on #315F68 background

This text has white color on #315F68 background.