COLOR #317477

HEX: #317477
RGB: (49,116,119)

Color info

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

RGB color model

#317477 color RGB value is (49,116,119).

  • red value is 49;
  • green value is 116;
  • blue value is 119.
RGB:
(49,116,119)
(19%,45%,47%)

RGB channels and saturation

R 49 of 255 = 19%
G 116 of 255 = 45%
B 119 of 255 = 47%

49
116
119

R + G + B ~ 37%. #317477 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 116 + 119 = 284 (100%)
R 49 of 284 ~ 17.25%
G 116 of 284 ~ 40.85%
B 119 of 284 ~ 41.9%

%17.25
%40.85
%41.9

CMYK color model

#317477 color CMYK value is (59,3,0,53).

  • cyan value is 58.82%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(59,3,0,53)
C59M3Y0K53 
(59%,3%,0%,53%)
(0.59/0.03/0.00/0.53)	

CMYK percentages

%58.82
%2.52
%0
%53.33

Codes

Color #317477 in popluar color models

317477
RGB49116119
HSL183°41.67%32.94%
HSB/HSV183°58.82%46.67%
CMYK58.82%2.52%0.00%
53.33%

Color #317477 in popluar number systems.

HEX317477
Decimal49116119
Binary11000111101001110111
Octal61164167

Shades and tints

Shades of #317477

#317477
(49,116,119)
#2D6A6D
(45,106,109)
#296063
(41,96,99)
#255659
(37,86,89)
#214C4F
(33,76,79)
#1D4245
(29,66,69)
#19383B
(25,56,59)
#152E31
(21,46,49)
#112427
(17,36,39)
#0D1A1D
(13,26,29)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #317477

#317477
(49,116,119)
#438083
(67,128,131)
#558C8F
(85,140,143)
#67989B
(103,152,155)
#79A4A7
(121,164,167)
#8BB0B3
(139,176,179)
#9DBCBF
(157,188,191)
#AFC8CB
(175,200,203)
#C1D4D7
(193,212,215)
#D3E0E3
(211,224,227)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317477 color. Also use rgb(49,116,119) instead hex code.

Text Font Color

.myTextColor { color: #317477; }

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

This text font color is #317477.


Background Color

.myBgColor { background-color: #317477; }

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

This div background color is #317477.


Border color

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

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

This div border color is #317477.


Opacity

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

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

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

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

This text has shadow with #317477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317477 on black background.


Color preview on white background

This text has color #317477 on white background.



Black color preview on #317477 background

This text has black color on #317477 background.


White color preview on #317477 background

This text has white color on #317477 background.