COLOR #317383

HEX: #317383
RGB: (49,115,131)

Color info

#317383 contains mainly green and blue colors. Web safe color of #317383 is #336699 (or #369).

RGB color model

#317383 color RGB value is (49,115,131).

  • red value is 49;
  • green value is 115;
  • blue value is 131.
RGB:
(49,115,131)
(19%,45%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 115 of 255 = 45%
B 131 of 255 = 51%

49
115
131

R + G + B ~ 38%. #317383 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 115 + 131 = 295 (100%)
R 49 of 295 ~ 16.61%
G 115 of 295 ~ 38.98%
B 131 of 295 ~ 44.41%

%16.61
%38.98
%44.41

CMYK color model

#317383 color CMYK value is (63,12,0,49).

  • cyan value is 62.60%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(63,12,0,49)
C63M12Y0K49 
(63%,12%,0%,49%)
(0.63/0.12/0.00/0.49)	

CMYK percentages

%62.6
%12.21
%0
%48.63

Codes

Color #317383 in popluar color models

317383
RGB49115131
HSL192°45.56%35.29%
HSB/HSV192°62.60%51.37%
CMYK62.60%12.21%0.00%
48.63%

Color #317383 in popluar number systems.

HEX317383
Decimal49115131
Binary110001111001110000011
Octal61163203

Shades and tints

Shades of #317383

#317383
(49,115,131)
#2D6978
(45,105,120)
#295F6D
(41,95,109)
#255562
(37,85,98)
#214B57
(33,75,87)
#1D414C
(29,65,76)
#193741
(25,55,65)
#152D36
(21,45,54)
#11232B
(17,35,43)
#0D1920
(13,25,32)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #317383

#317383
(49,115,131)
#437F8E
(67,127,142)
#558B99
(85,139,153)
#6797A4
(103,151,164)
#79A3AF
(121,163,175)
#8BAFBA
(139,175,186)
#9DBBC5
(157,187,197)
#AFC7D0
(175,199,208)
#C1D3DB
(193,211,219)
#D3DFE6
(211,223,230)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317383 color. Also use rgb(49,115,131) instead hex code.

Text Font Color

.myTextColor { color: #317383; }

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

This text font color is #317383.


Background Color

.myBgColor { background-color: #317383; }

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

This div background color is #317383.


Border color

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

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

This div border color is #317383.


Opacity

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

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

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

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

This text has shadow with #317383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317383 on black background.


Color preview on white background

This text has color #317383 on white background.



Black color preview on #317383 background

This text has black color on #317383 background.


White color preview on #317383 background

This text has white color on #317383 background.