COLOR #316859

HEX: #316859
RGB: (49,104,89)

Color info

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

RGB color model

#316859 color RGB value is (49,104,89).

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

RGB channels and saturation

R 49 of 255 = 19%
G 104 of 255 = 41%
B 89 of 255 = 35%

49
104
89

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

Portions of RGB colors in percentages

R + G + B =
49 + 104 + 89 = 242 (100%)
R 49 of 242 ~ 20.25%
G 104 of 242 ~ 42.98%
B 89 of 242 ~ 36.78%

%20.25
%42.98
%36.78

CMYK color model

#316859 color CMYK value is (53,0,14,59).

  • cyan value is 52.88%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(53,0,14,59)
C53M0Y14K59 
(53%,0%,14%,59%)
(0.53/0.00/0.14/0.59)	

CMYK percentages

%52.88
%0
%14.42
%59.22

Codes

Color #316859 in popluar color models

316859
RGB4910489
HSL164°35.95%30.00%
HSB/HSV164°52.88%40.78%
CMYK52.88%0.00%14.42%
59.22%

Color #316859 in popluar number systems.

HEX316859
Decimal4910489
Binary11000111010001011001
Octal61150131

Shades and tints

Shades of #316859

#316859
(49,104,89)
#2D5F51
(45,95,81)
#295649
(41,86,73)
#254D41
(37,77,65)
#214439
(33,68,57)
#1D3B31
(29,59,49)
#193229
(25,50,41)
#152921
(21,41,33)
#112019
(17,32,25)
#0D1711
(13,23,17)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #316859

#316859
(49,104,89)
#437568
(67,117,104)
#558277
(85,130,119)
#678F86
(103,143,134)
#799C95
(121,156,149)
#8BA9A4
(139,169,164)
#9DB6B3
(157,182,179)
#AFC3C2
(175,195,194)
#C1D0D1
(193,208,209)
#D3DDE0
(211,221,224)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316859; }

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

This text font color is #316859.


Background Color

.myBgColor { background-color: #316859; }

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

This div background color is #316859.


Border color

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

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

This div border color is #316859.


Opacity

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

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

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

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

This text has shadow with #316859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316859 on black background.


Color preview on white background

This text has color #316859 on white background.



Black color preview on #316859 background

This text has black color on #316859 background.


White color preview on #316859 background

This text has white color on #316859 background.