COLOR #316B54

HEX: #316B54
RGB: (49,107,84)

Color info

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

RGB color model

#316B54 color RGB value is (49,107,84).

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

RGB channels and saturation

R 49 of 255 = 19%
G 107 of 255 = 42%
B 84 of 255 = 33%

49
107
84

R + G + B ~ 31%. #316B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 107 + 84 = 240 (100%)
R 49 of 240 ~ 20.42%
G 107 of 240 ~ 44.58%
B 84 of 240 ~ 35%

%20.42
%44.58
%35

CMYK color model

#316B54 color CMYK value is (54,0,21,58).

  • cyan value is 54.21%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(54,0,21,58)
C54M0Y21K58 
(54%,0%,21%,58%)
(0.54/0.00/0.21/0.58)	

CMYK percentages

%54.21
%0
%21.5
%58.04

Codes

Color #316B54 in popluar color models

316B54
RGB4910784
HSL156°37.18%30.59%
HSB/HSV156°54.21%41.96%
CMYK54.21%0.00%21.50%
58.04%

Color #316B54 in popluar number systems.

HEX316B54
Decimal4910784
Binary11000111010111010100
Octal61153124

Shades and tints

Shades of #316B54

#316B54
(49,107,84)
#2D624D
(45,98,77)
#295946
(41,89,70)
#25503F
(37,80,63)
#214738
(33,71,56)
#1D3E31
(29,62,49)
#19352A
(25,53,42)
#152C23
(21,44,35)
#11231C
(17,35,28)
#0D1A15
(13,26,21)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #316B54

#316B54
(49,107,84)
#437863
(67,120,99)
#558572
(85,133,114)
#679281
(103,146,129)
#799F90
(121,159,144)
#8BAC9F
(139,172,159)
#9DB9AE
(157,185,174)
#AFC6BD
(175,198,189)
#C1D3CC
(193,211,204)
#D3E0DB
(211,224,219)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #316B54; }

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

This text font color is #316B54.


Background Color

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

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

This div background color is #316B54.


Border color

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

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

This div border color is #316B54.


Opacity

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

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

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

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

This text has shadow with #316B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #316B54 on black background.


Color preview on white background

This text has color #316B54 on white background.



Black color preview on #316B54 background

This text has black color on #316B54 background.


White color preview on #316B54 background

This text has white color on #316B54 background.