COLOR #317E8C

HEX: #317E8C
RGB: (49,126,140)

Color info

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

RGB color model

#317E8C color RGB value is (49,126,140).

  • red value is 49;
  • green value is 126;
  • blue value is 140.
RGB:
(49,126,140)
(19%,49%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 140 of 255 = 55%

49
126
140

R + G + B ~ 41%. #317E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 126 + 140 = 315 (100%)
R 49 of 315 ~ 15.56%
G 126 of 315 ~ 40%
B 140 of 315 ~ 44.44%

%15.56
%40
%44.44

CMYK color model

#317E8C color CMYK value is (65,10,0,45).

  • cyan value is 65.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(65,10,0,45)
C65M10Y0K45 
(65%,10%,0%,45%)
(0.65/0.10/0.00/0.45)	

CMYK percentages

%65
%10
%0
%45.1

Codes

Color #317E8C in popluar color models

317E8C
RGB49126140
HSL189°48.15%37.06%
HSB/HSV189°65.00%54.90%
CMYK65.00%10.00%0.00%
45.10%

Color #317E8C in popluar number systems.

HEX317E8C
Decimal49126140
Binary110001111111010001100
Octal61176214

Shades and tints

Shades of #317E8C

#317E8C
(49,126,140)
#2D7380
(45,115,128)
#296874
(41,104,116)
#255D68
(37,93,104)
#21525C
(33,82,92)
#1D4750
(29,71,80)
#193C44
(25,60,68)
#153138
(21,49,56)
#11262C
(17,38,44)
#0D1B20
(13,27,32)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #317E8C

#317E8C
(49,126,140)
#438996
(67,137,150)
#5594A0
(85,148,160)
#679FAA
(103,159,170)
#79AAB4
(121,170,180)
#8BB5BE
(139,181,190)
#9DC0C8
(157,192,200)
#AFCBD2
(175,203,210)
#C1D6DC
(193,214,220)
#D3E1E6
(211,225,230)
#E5ECF0
(229,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317E8C color. Also use rgb(49,126,140) instead hex code.

Text Font Color

.myTextColor { color: #317E8C; }

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

This text font color is #317E8C.


Background Color

.myBgColor { background-color: #317E8C; }

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

This div background color is #317E8C.


Border color

.myBorderColor { border: 1px solid #317E8C; }

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

This div border color is #317E8C.


Opacity

.myOpacity80 { color: #317E8C; opacity: 0.8; }

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

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

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

This text has shadow with #317E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317E8C on black background.


Color preview on white background

This text has color #317E8C on white background.



Black color preview on #317E8C background

This text has black color on #317E8C background.


White color preview on #317E8C background

This text has white color on #317E8C background.