COLOR #316D67

HEX: #316D67
RGB: (49,109,103)

Color info

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

RGB color model

#316D67 color RGB value is (49,109,103).

  • red value is 49;
  • green value is 109;
  • blue value is 103.
RGB:
(49,109,103)
(19%,43%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 109 of 255 = 43%
B 103 of 255 = 40%

49
109
103

R + G + B ~ 34%. #316D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 109 + 103 = 261 (100%)
R 49 of 261 ~ 18.77%
G 109 of 261 ~ 41.76%
B 103 of 261 ~ 39.46%

%18.77
%41.76
%39.46

CMYK color model

#316D67 color CMYK value is (55,0,6,57).

  • cyan value is 55.05%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(55,0,6,57)
C55M0Y6K57 
(55%,0%,6%,57%)
(0.55/0.00/0.06/0.57)	

CMYK percentages

%55.05
%0
%5.5
%57.25

Codes

Color #316D67 in popluar color models

316D67
RGB49109103
HSL174°37.97%30.98%
HSB/HSV174°55.05%42.75%
CMYK55.05%0.00%5.50%
57.25%

Color #316D67 in popluar number systems.

HEX316D67
Decimal49109103
Binary11000111011011100111
Octal61155147

Shades and tints

Shades of #316D67

#316D67
(49,109,103)
#2D645E
(45,100,94)
#295B55
(41,91,85)
#25524C
(37,82,76)
#214943
(33,73,67)
#1D403A
(29,64,58)
#193731
(25,55,49)
#152E28
(21,46,40)
#11251F
(17,37,31)
#0D1C16
(13,28,22)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #316D67

#316D67
(49,109,103)
#437A74
(67,122,116)
#558781
(85,135,129)
#67948E
(103,148,142)
#79A19B
(121,161,155)
#8BAEA8
(139,174,168)
#9DBBB5
(157,187,181)
#AFC8C2
(175,200,194)
#C1D5CF
(193,213,207)
#D3E2DC
(211,226,220)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316D67 color. Also use rgb(49,109,103) instead hex code.

Text Font Color

.myTextColor { color: #316D67; }

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

This text font color is #316D67.


Background Color

.myBgColor { background-color: #316D67; }

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

This div background color is #316D67.


Border color

.myBorderColor { border: 1px solid #316D67; }

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

This div border color is #316D67.


Opacity

.myOpacity80 { color: #316D67; opacity: 0.8; }

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

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

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

This text has shadow with #316D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316D67 on black background.


Color preview on white background

This text has color #316D67 on white background.



Black color preview on #316D67 background

This text has black color on #316D67 background.


White color preview on #316D67 background

This text has white color on #316D67 background.