COLOR #317667

HEX: #317667
RGB: (49,118,103)

Color info

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

RGB color model

#317667 color RGB value is (49,118,103).

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

RGB channels and saturation

R 49 of 255 = 19%
G 118 of 255 = 46%
B 103 of 255 = 40%

49
118
103

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

Portions of RGB colors in percentages

R + G + B =
49 + 118 + 103 = 270 (100%)
R 49 of 270 ~ 18.15%
G 118 of 270 ~ 43.7%
B 103 of 270 ~ 38.15%

%18.15
%43.7
%38.15

CMYK color model

#317667 color CMYK value is (58,0,13,54).

  • cyan value is 58.47%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(58,0,13,54)
C58M0Y13K54 
(58%,0%,13%,54%)
(0.58/0.00/0.13/0.54)	

CMYK percentages

%58.47
%0
%12.71
%53.73

Codes

Color #317667 in popluar color models

317667
RGB49118103
HSL167°41.32%32.75%
HSB/HSV167°58.47%46.27%
CMYK58.47%0.00%12.71%
53.73%

Color #317667 in popluar number systems.

HEX317667
Decimal49118103
Binary11000111101101100111
Octal61166147

Shades and tints

Shades of #317667

#317667
(49,118,103)
#2D6C5E
(45,108,94)
#296255
(41,98,85)
#25584C
(37,88,76)
#214E43
(33,78,67)
#1D443A
(29,68,58)
#193A31
(25,58,49)
#153028
(21,48,40)
#11261F
(17,38,31)
#0D1C16
(13,28,22)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #317667

#317667
(49,118,103)
#438274
(67,130,116)
#558E81
(85,142,129)
#679A8E
(103,154,142)
#79A69B
(121,166,155)
#8BB2A8
(139,178,168)
#9DBEB5
(157,190,181)
#AFCAC2
(175,202,194)
#C1D6CF
(193,214,207)
#D3E2DC
(211,226,220)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317667; }

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

This text font color is #317667.


Background Color

.myBgColor { background-color: #317667; }

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

This div background color is #317667.


Border color

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

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

This div border color is #317667.


Opacity

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

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

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

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

This text has shadow with #317667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317667 on black background.


Color preview on white background

This text has color #317667 on white background.



Black color preview on #317667 background

This text has black color on #317667 background.


White color preview on #317667 background

This text has white color on #317667 background.