COLOR #315073

HEX: #315073
RGB: (49,80,115)

Color info

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

RGB color model

#315073 color RGB value is (49,80,115).

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

RGB channels and saturation

R 49 of 255 = 19%
G 80 of 255 = 31%
B 115 of 255 = 45%

49
80
115

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

Portions of RGB colors in percentages

R + G + B =
49 + 80 + 115 = 244 (100%)
R 49 of 244 ~ 20.08%
G 80 of 244 ~ 32.79%
B 115 of 244 ~ 47.13%

%20.08
%32.79
%47.13

CMYK color model

#315073 color CMYK value is (57,30,0,55).

  • cyan value is 57.39%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(57,30,0,55)
C57M30Y0K55 
(57%,30%,0%,55%)
(0.57/0.30/0.00/0.55)	

CMYK percentages

%57.39
%30.43
%0
%54.9

Codes

Color #315073 in popluar color models

315073
RGB4980115
HSL212°40.24%32.16%
HSB/HSV212°57.39%45.10%
CMYK57.39%30.43%0.00%
54.90%

Color #315073 in popluar number systems.

HEX315073
Decimal4980115
Binary11000110100001110011
Octal61120163

Shades and tints

Shades of #315073

#315073
(49,80,115)
#2D4969
(45,73,105)
#29425F
(41,66,95)
#253B55
(37,59,85)
#21344B
(33,52,75)
#1D2D41
(29,45,65)
#192637
(25,38,55)
#151F2D
(21,31,45)
#111823
(17,24,35)
#0D1119
(13,17,25)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #315073

#315073
(49,80,115)
#435F7F
(67,95,127)
#556E8B
(85,110,139)
#677D97
(103,125,151)
#798CA3
(121,140,163)
#8B9BAF
(139,155,175)
#9DAABB
(157,170,187)
#AFB9C7
(175,185,199)
#C1C8D3
(193,200,211)
#D3D7DF
(211,215,223)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315073; }

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

This text font color is #315073.


Background Color

.myBgColor { background-color: #315073; }

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

This div background color is #315073.


Border color

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

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

This div border color is #315073.


Opacity

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

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

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

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

This text has shadow with #315073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315073 on black background.


Color preview on white background

This text has color #315073 on white background.



Black color preview on #315073 background

This text has black color on #315073 background.


White color preview on #315073 background

This text has white color on #315073 background.