COLOR #316360

HEX: #316360
RGB: (49,99,96)

Color info

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

RGB color model

#316360 color RGB value is (49,99,96).

  • red value is 49;
  • green value is 99;
  • blue value is 96.
RGB:
(49,99,96)
(19%,39%,38%)

RGB channels and saturation

R 49 of 255 = 19%
G 99 of 255 = 39%
B 96 of 255 = 38%

49
99
96

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

Portions of RGB colors in percentages

R + G + B =
49 + 99 + 96 = 244 (100%)
R 49 of 244 ~ 20.08%
G 99 of 244 ~ 40.57%
B 96 of 244 ~ 39.34%

%20.08
%40.57
%39.34

CMYK color model

#316360 color CMYK value is (51,0,3,61).

  • cyan value is 50.51%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(51,0,3,61)
C51M0Y3K61 
(51%,0%,3%,61%)
(0.51/0.00/0.03/0.61)	

CMYK percentages

%50.51
%0
%3.03
%61.18

Codes

Color #316360 in popluar color models

316360
RGB499996
HSL176°33.78%29.02%
HSB/HSV176°50.51%38.82%
CMYK50.51%0.00%3.03%
61.18%

Color #316360 in popluar number systems.

HEX316360
Decimal499996
Binary11000111000111100000
Octal61143140

Shades and tints

Shades of #316360

#316360
(49,99,96)
#2D5A58
(45,90,88)
#295150
(41,81,80)
#254848
(37,72,72)
#213F40
(33,63,64)
#1D3638
(29,54,56)
#192D30
(25,45,48)
#152428
(21,36,40)
#111B20
(17,27,32)
#0D1218
(13,18,24)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #316360

#316360
(49,99,96)
#43716E
(67,113,110)
#557F7C
(85,127,124)
#678D8A
(103,141,138)
#799B98
(121,155,152)
#8BA9A6
(139,169,166)
#9DB7B4
(157,183,180)
#AFC5C2
(175,197,194)
#C1D3D0
(193,211,208)
#D3E1DE
(211,225,222)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316360; }

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

This text font color is #316360.


Background Color

.myBgColor { background-color: #316360; }

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

This div background color is #316360.


Border color

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

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

This div border color is #316360.


Opacity

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

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

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

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

This text has shadow with #316360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316360 on black background.


Color preview on white background

This text has color #316360 on white background.



Black color preview on #316360 background

This text has black color on #316360 background.


White color preview on #316360 background

This text has white color on #316360 background.