COLOR #315855

HEX: #315855
RGB: (49,88,85)

Color info

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

RGB color model

#315855 color RGB value is (49,88,85).

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

RGB channels and saturation

R 49 of 255 = 19%
G 88 of 255 = 35%
B 85 of 255 = 33%

49
88
85

R + G + B ~ 29%. #315855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 88 + 85 = 222 (100%)
R 49 of 222 ~ 22.07%
G 88 of 222 ~ 39.64%
B 85 of 222 ~ 38.29%

%22.07
%39.64
%38.29

CMYK color model

#315855 color CMYK value is (44,0,3,65).

  • cyan value is 44.32%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(44,0,3,65)
C44M0Y3K65 
(44%,0%,3%,65%)
(0.44/0.00/0.03/0.65)	

CMYK percentages

%44.32
%0
%3.41
%65.49

Codes

Color #315855 in popluar color models

315855
RGB498885
HSL175°28.47%26.86%
HSB/HSV175°44.32%34.51%
CMYK44.32%0.00%3.41%
65.49%

Color #315855 in popluar number systems.

HEX315855
Decimal498885
Binary11000110110001010101
Octal61130125

Shades and tints

Shades of #315855

#315855
(49,88,85)
#2D504E
(45,80,78)
#294847
(41,72,71)
#254040
(37,64,64)
#213839
(33,56,57)
#1D3032
(29,48,50)
#19282B
(25,40,43)
#152024
(21,32,36)
#11181D
(17,24,29)
#0D1016
(13,16,22)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #315855

#315855
(49,88,85)
#436764
(67,103,100)
#557673
(85,118,115)
#678582
(103,133,130)
#799491
(121,148,145)
#8BA3A0
(139,163,160)
#9DB2AF
(157,178,175)
#AFC1BE
(175,193,190)
#C1D0CD
(193,208,205)
#D3DFDC
(211,223,220)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315855; }

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

This text font color is #315855.


Background Color

.myBgColor { background-color: #315855; }

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

This div background color is #315855.


Border color

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

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

This div border color is #315855.


Opacity

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

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

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

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

This text has shadow with #315855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315855 on black background.


Color preview on white background

This text has color #315855 on white background.



Black color preview on #315855 background

This text has black color on #315855 background.


White color preview on #315855 background

This text has white color on #315855 background.