COLOR #317B81

HEX: #317B81
RGB: (49,123,129)

Color info

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

RGB color model

#317B81 color RGB value is (49,123,129).

  • red value is 49;
  • green value is 123;
  • blue value is 129.
RGB:
(49,123,129)
(19%,48%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 129 of 255 = 51%

49
123
129

R + G + B ~ 39%. #317B81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 123 + 129 = 301 (100%)
R 49 of 301 ~ 16.28%
G 123 of 301 ~ 40.86%
B 129 of 301 ~ 42.86%

%16.28
%40.86
%42.86

CMYK color model

#317B81 color CMYK value is (62,5,0,49).

  • cyan value is 62.02%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(62,5,0,49)
C62M5Y0K49 
(62%,5%,0%,49%)
(0.62/0.05/0.00/0.49)	

CMYK percentages

%62.02
%4.65
%0
%49.41

Codes

Color #317B81 in popluar color models

317B81
RGB49123129
HSL185°44.94%34.90%
HSB/HSV185°62.02%50.59%
CMYK62.02%4.65%0.00%
49.41%

Color #317B81 in popluar number systems.

HEX317B81
Decimal49123129
Binary110001111101110000001
Octal61173201

Shades and tints

Shades of #317B81

#317B81
(49,123,129)
#2D7076
(45,112,118)
#29656B
(41,101,107)
#255A60
(37,90,96)
#214F55
(33,79,85)
#1D444A
(29,68,74)
#19393F
(25,57,63)
#152E34
(21,46,52)
#112329
(17,35,41)
#0D181E
(13,24,30)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #317B81

#317B81
(49,123,129)
#43878C
(67,135,140)
#559397
(85,147,151)
#679FA2
(103,159,162)
#79ABAD
(121,171,173)
#8BB7B8
(139,183,184)
#9DC3C3
(157,195,195)
#AFCFCE
(175,207,206)
#C1DBD9
(193,219,217)
#D3E7E4
(211,231,228)
#E5F3EF
(229,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317B81 color. Also use rgb(49,123,129) instead hex code.

Text Font Color

.myTextColor { color: #317B81; }

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

This text font color is #317B81.


Background Color

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

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

This div background color is #317B81.


Border color

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

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

This div border color is #317B81.


Opacity

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

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

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

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

This text has shadow with #317B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317B81 on black background.


Color preview on white background

This text has color #317B81 on white background.



Black color preview on #317B81 background

This text has black color on #317B81 background.


White color preview on #317B81 background

This text has white color on #317B81 background.