COLOR #315858

HEX: #315858
RGB: (49,88,88)

Color info

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

RGB color model

#315858 color RGB value is (49,88,88).

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

RGB channels and saturation

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

49
88
88

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

Portions of RGB colors in percentages

R + G + B =
49 + 88 + 88 = 225 (100%)
R 49 of 225 ~ 21.78%
G 88 of 225 ~ 39.11%
B 88 of 225 ~ 39.11%

%21.78
%39.11
%39.11

CMYK color model

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

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

CMYK percentages

%44.32
%0
%0
%65.49

Codes

Color #315858 in popluar color models

315858
RGB498888
HSL180°28.47%26.86%
HSB/HSV180°44.32%34.51%
CMYK44.32%0.00%0.00%
65.49%

Color #315858 in popluar number systems.

HEX315858
Decimal498888
Binary11000110110001011000
Octal61130130

Shades and tints

Shades of #315858

#315858
(49,88,88)
#2D5050
(45,80,80)
#294848
(41,72,72)
#254040
(37,64,64)
#213838
(33,56,56)
#1D3030
(29,48,48)
#192828
(25,40,40)
#152020
(21,32,32)
#111818
(17,24,24)
#0D1010
(13,16,16)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #315858

#315858
(49,88,88)
#436767
(67,103,103)
#557676
(85,118,118)
#678585
(103,133,133)
#799494
(121,148,148)
#8BA3A3
(139,163,163)
#9DB2B2
(157,178,178)
#AFC1C1
(175,193,193)
#C1D0D0
(193,208,208)
#D3DFDF
(211,223,223)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315858; }

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

This text font color is #315858.


Background Color

.myBgColor { background-color: #315858; }

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

This div background color is #315858.


Border color

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

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

This div border color is #315858.


Opacity

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

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

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

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

This text has shadow with #315858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315858 on black background.


Color preview on white background

This text has color #315858 on white background.



Black color preview on #315858 background

This text has black color on #315858 background.


White color preview on #315858 background

This text has white color on #315858 background.