COLOR #315165

HEX: #315165
RGB: (49,81,101)

Color info

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

RGB color model

#315165 color RGB value is (49,81,101).

  • red value is 49;
  • green value is 81;
  • blue value is 101.
RGB:
(49,81,101)
(19%,32%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 81 of 255 = 32%
B 101 of 255 = 40%

49
81
101

R + G + B ~ 30%. #315165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 81 + 101 = 231 (100%)
R 49 of 231 ~ 21.21%
G 81 of 231 ~ 35.06%
B 101 of 231 ~ 43.72%

%21.21
%35.06
%43.72

CMYK color model

#315165 color CMYK value is (51,20,0,60).

  • cyan value is 51.49%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(51,20,0,60)
C51M20Y0K60 
(51%,20%,0%,60%)
(0.51/0.20/0.00/0.60)	

CMYK percentages

%51.49
%19.8
%0
%60.39

Codes

Color #315165 in popluar color models

315165
RGB4981101
HSL203°34.67%29.41%
HSB/HSV203°51.49%39.61%
CMYK51.49%19.80%0.00%
60.39%

Color #315165 in popluar number systems.

HEX315165
Decimal4981101
Binary11000110100011100101
Octal61121145

Shades and tints

Shades of #315165

#315165
(49,81,101)
#2D4A5C
(45,74,92)
#294353
(41,67,83)
#253C4A
(37,60,74)
#213541
(33,53,65)
#1D2E38
(29,46,56)
#19272F
(25,39,47)
#152026
(21,32,38)
#11191D
(17,25,29)
#0D1214
(13,18,20)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #315165

#315165
(49,81,101)
#436073
(67,96,115)
#556F81
(85,111,129)
#677E8F
(103,126,143)
#798D9D
(121,141,157)
#8B9CAB
(139,156,171)
#9DABB9
(157,171,185)
#AFBAC7
(175,186,199)
#C1C9D5
(193,201,213)
#D3D8E3
(211,216,227)
#E5E7F1
(229,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315165 color. Also use rgb(49,81,101) instead hex code.

Text Font Color

.myTextColor { color: #315165; }

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

This text font color is #315165.


Background Color

.myBgColor { background-color: #315165; }

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

This div background color is #315165.


Border color

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

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

This div border color is #315165.


Opacity

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

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

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

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

This text has shadow with #315165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315165 on black background.


Color preview on white background

This text has color #315165 on white background.



Black color preview on #315165 background

This text has black color on #315165 background.


White color preview on #315165 background

This text has white color on #315165 background.