COLOR #316B6F

HEX: #316B6F
RGB: (49,107,111)

Color info

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

RGB color model

#316B6F color RGB value is (49,107,111).

  • red value is 49;
  • green value is 107;
  • blue value is 111.
RGB:
(49,107,111)
(19%,42%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 107 of 255 = 42%
B 111 of 255 = 44%

49
107
111

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

Portions of RGB colors in percentages

R + G + B =
49 + 107 + 111 = 267 (100%)
R 49 of 267 ~ 18.35%
G 107 of 267 ~ 40.07%
B 111 of 267 ~ 41.57%

%18.35
%40.07
%41.57

CMYK color model

#316B6F color CMYK value is (56,4,0,56).

  • cyan value is 55.86%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(56,4,0,56)
C56M4Y0K56 
(56%,4%,0%,56%)
(0.56/0.04/0.00/0.56)	

CMYK percentages

%55.86
%3.6
%0
%56.47

Codes

Color #316B6F in popluar color models

316B6F
RGB49107111
HSL184°38.75%31.37%
HSB/HSV184°55.86%43.53%
CMYK55.86%3.60%0.00%
56.47%

Color #316B6F in popluar number systems.

HEX316B6F
Decimal49107111
Binary11000111010111101111
Octal61153157

Shades and tints

Shades of #316B6F

#316B6F
(49,107,111)
#2D6265
(45,98,101)
#29595B
(41,89,91)
#255051
(37,80,81)
#214747
(33,71,71)
#1D3E3D
(29,62,61)
#193533
(25,53,51)
#152C29
(21,44,41)
#11231F
(17,35,31)
#0D1A15
(13,26,21)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #316B6F

#316B6F
(49,107,111)
#43787C
(67,120,124)
#558589
(85,133,137)
#679296
(103,146,150)
#799FA3
(121,159,163)
#8BACB0
(139,172,176)
#9DB9BD
(157,185,189)
#AFC6CA
(175,198,202)
#C1D3D7
(193,211,215)
#D3E0E4
(211,224,228)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #316B6F color. Also use rgb(49,107,111) instead hex code.

Text Font Color

.myTextColor { color: #316B6F; }

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

This text font color is #316B6F.


Background Color

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

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

This div background color is #316B6F.


Border color

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

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

This div border color is #316B6F.


Opacity

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

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

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

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

This text has shadow with #316B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316B6F on black background.


Color preview on white background

This text has color #316B6F on white background.



Black color preview on #316B6F background

This text has black color on #316B6F background.


White color preview on #316B6F background

This text has white color on #316B6F background.