COLOR #315077

HEX: #315077
RGB: (49,80,119)

Color info

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

RGB color model

#315077 color RGB value is (49,80,119).

  • red value is 49;
  • green value is 80;
  • blue value is 119.
RGB:
(49,80,119)
(19%,31%,47%)

RGB channels and saturation

R 49 of 255 = 19%
G 80 of 255 = 31%
B 119 of 255 = 47%

49
80
119

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

Portions of RGB colors in percentages

R + G + B =
49 + 80 + 119 = 248 (100%)
R 49 of 248 ~ 19.76%
G 80 of 248 ~ 32.26%
B 119 of 248 ~ 47.98%

%19.76
%32.26
%47.98

CMYK color model

#315077 color CMYK value is (59,33,0,53).

  • cyan value is 58.82%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(59,33,0,53)
C59M33Y0K53 
(59%,33%,0%,53%)
(0.59/0.33/0.00/0.53)	

CMYK percentages

%58.82
%32.77
%0
%53.33

Codes

Color #315077 in popluar color models

315077
RGB4980119
HSL213°41.67%32.94%
HSB/HSV213°58.82%46.67%
CMYK58.82%32.77%0.00%
53.33%

Color #315077 in popluar number systems.

HEX315077
Decimal4980119
Binary11000110100001110111
Octal61120167

Shades and tints

Shades of #315077

#315077
(49,80,119)
#2D496D
(45,73,109)
#294263
(41,66,99)
#253B59
(37,59,89)
#21344F
(33,52,79)
#1D2D45
(29,45,69)
#19263B
(25,38,59)
#151F31
(21,31,49)
#111827
(17,24,39)
#0D111D
(13,17,29)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #315077

#315077
(49,80,119)
#435F83
(67,95,131)
#556E8F
(85,110,143)
#677D9B
(103,125,155)
#798CA7
(121,140,167)
#8B9BB3
(139,155,179)
#9DAABF
(157,170,191)
#AFB9CB
(175,185,203)
#C1C8D7
(193,200,215)
#D3D7E3
(211,215,227)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315077 color. Also use rgb(49,80,119) instead hex code.

Text Font Color

.myTextColor { color: #315077; }

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

This text font color is #315077.


Background Color

.myBgColor { background-color: #315077; }

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

This div background color is #315077.


Border color

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

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

This div border color is #315077.


Opacity

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

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

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

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

This text has shadow with #315077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315077 on black background.


Color preview on white background

This text has color #315077 on white background.



Black color preview on #315077 background

This text has black color on #315077 background.


White color preview on #315077 background

This text has white color on #315077 background.