COLOR #315F74

HEX: #315F74
RGB: (49,95,116)

Color info

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

RGB color model

#315F74 color RGB value is (49,95,116).

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

RGB channels and saturation

R 49 of 255 = 19%
G 95 of 255 = 37%
B 116 of 255 = 45%

49
95
116

R + G + B ~ 34%. #315F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 95 + 116 = 260 (100%)
R 49 of 260 ~ 18.85%
G 95 of 260 ~ 36.54%
B 116 of 260 ~ 44.62%

%18.85
%36.54
%44.62

CMYK color model

#315F74 color CMYK value is (58,18,0,55).

  • cyan value is 57.76%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(58,18,0,55)
C58M18Y0K55 
(58%,18%,0%,55%)
(0.58/0.18/0.00/0.55)	

CMYK percentages

%57.76
%18.1
%0
%54.51

Codes

Color #315F74 in popluar color models

315F74
RGB4995116
HSL199°40.61%32.35%
HSB/HSV199°57.76%45.49%
CMYK57.76%18.10%0.00%
54.51%

Color #315F74 in popluar number systems.

HEX315F74
Decimal4995116
Binary11000110111111110100
Octal61137164

Shades and tints

Shades of #315F74

#315F74
(49,95,116)
#2D576A
(45,87,106)
#294F60
(41,79,96)
#254756
(37,71,86)
#213F4C
(33,63,76)
#1D3742
(29,55,66)
#192F38
(25,47,56)
#15272E
(21,39,46)
#111F24
(17,31,36)
#0D171A
(13,23,26)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #315F74

#315F74
(49,95,116)
#436D80
(67,109,128)
#557B8C
(85,123,140)
#678998
(103,137,152)
#7997A4
(121,151,164)
#8BA5B0
(139,165,176)
#9DB3BC
(157,179,188)
#AFC1C8
(175,193,200)
#C1CFD4
(193,207,212)
#D3DDE0
(211,221,224)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315F74; }

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

This text font color is #315F74.


Background Color

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

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

This div background color is #315F74.


Border color

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

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

This div border color is #315F74.


Opacity

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

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

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

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

This text has shadow with #315F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315F74 on black background.


Color preview on white background

This text has color #315F74 on white background.



Black color preview on #315F74 background

This text has black color on #315F74 background.


White color preview on #315F74 background

This text has white color on #315F74 background.