COLOR #316876

HEX: #316876
RGB: (49,104,118)

Color info

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

RGB color model

#316876 color RGB value is (49,104,118).

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

RGB channels and saturation

R 49 of 255 = 19%
G 104 of 255 = 41%
B 118 of 255 = 46%

49
104
118

R + G + B ~ 35%. #316876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 104 + 118 = 271 (100%)
R 49 of 271 ~ 18.08%
G 104 of 271 ~ 38.38%
B 118 of 271 ~ 43.54%

%18.08
%38.38
%43.54

CMYK color model

#316876 color CMYK value is (58,12,0,54).

  • cyan value is 58.47%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(58,12,0,54)
C58M12Y0K54 
(58%,12%,0%,54%)
(0.58/0.12/0.00/0.54)	

CMYK percentages

%58.47
%11.86
%0
%53.73

Codes

Color #316876 in popluar color models

316876
RGB49104118
HSL192°41.32%32.75%
HSB/HSV192°58.47%46.27%
CMYK58.47%11.86%0.00%
53.73%

Color #316876 in popluar number systems.

HEX316876
Decimal49104118
Binary11000111010001110110
Octal61150166

Shades and tints

Shades of #316876

#316876
(49,104,118)
#2D5F6C
(45,95,108)
#295662
(41,86,98)
#254D58
(37,77,88)
#21444E
(33,68,78)
#1D3B44
(29,59,68)
#19323A
(25,50,58)
#152930
(21,41,48)
#112026
(17,32,38)
#0D171C
(13,23,28)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #316876

#316876
(49,104,118)
#437582
(67,117,130)
#55828E
(85,130,142)
#678F9A
(103,143,154)
#799CA6
(121,156,166)
#8BA9B2
(139,169,178)
#9DB6BE
(157,182,190)
#AFC3CA
(175,195,202)
#C1D0D6
(193,208,214)
#D3DDE2
(211,221,226)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316876; }

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

This text font color is #316876.


Background Color

.myBgColor { background-color: #316876; }

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

This div background color is #316876.


Border color

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

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

This div border color is #316876.


Opacity

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

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

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

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

This text has shadow with #316876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316876 on black background.


Color preview on white background

This text has color #316876 on white background.



Black color preview on #316876 background

This text has black color on #316876 background.


White color preview on #316876 background

This text has white color on #316876 background.