COLOR #315575

HEX: #315575
RGB: (49,85,117)

Color info

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

RGB color model

#315575 color RGB value is (49,85,117).

  • red value is 49;
  • green value is 85;
  • blue value is 117.
RGB:
(49,85,117)
(19%,33%,46%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 117 of 255 = 46%

49
85
117

R + G + B ~ 33%. #315575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 85 + 117 = 251 (100%)
R 49 of 251 ~ 19.52%
G 85 of 251 ~ 33.86%
B 117 of 251 ~ 46.61%

%19.52
%33.86
%46.61

CMYK color model

#315575 color CMYK value is (58,27,0,54).

  • cyan value is 58.12%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(58,27,0,54)
C58M27Y0K54 
(58%,27%,0%,54%)
(0.58/0.27/0.00/0.54)	

CMYK percentages

%58.12
%27.35
%0
%54.12

Codes

Color #315575 in popluar color models

315575
RGB4985117
HSL208°40.96%32.55%
HSB/HSV208°58.12%45.88%
CMYK58.12%27.35%0.00%
54.12%

Color #315575 in popluar number systems.

HEX315575
Decimal4985117
Binary11000110101011110101
Octal61125165

Shades and tints

Shades of #315575

#315575
(49,85,117)
#2D4E6B
(45,78,107)
#294761
(41,71,97)
#254057
(37,64,87)
#21394D
(33,57,77)
#1D3243
(29,50,67)
#192B39
(25,43,57)
#15242F
(21,36,47)
#111D25
(17,29,37)
#0D161B
(13,22,27)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #315575

#315575
(49,85,117)
#436481
(67,100,129)
#55738D
(85,115,141)
#678299
(103,130,153)
#7991A5
(121,145,165)
#8BA0B1
(139,160,177)
#9DAFBD
(157,175,189)
#AFBEC9
(175,190,201)
#C1CDD5
(193,205,213)
#D3DCE1
(211,220,225)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315575 color. Also use rgb(49,85,117) instead hex code.

Text Font Color

.myTextColor { color: #315575; }

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

This text font color is #315575.


Background Color

.myBgColor { background-color: #315575; }

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

This div background color is #315575.


Border color

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

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

This div border color is #315575.


Opacity

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

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

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

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

This text has shadow with #315575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315575 on black background.


Color preview on white background

This text has color #315575 on white background.



Black color preview on #315575 background

This text has black color on #315575 background.


White color preview on #315575 background

This text has white color on #315575 background.