COLOR #317663

HEX: #317663
RGB: (49,118,99)

Color info

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

RGB color model

#317663 color RGB value is (49,118,99).

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

RGB channels and saturation

R 49 of 255 = 19%
G 118 of 255 = 46%
B 99 of 255 = 39%

49
118
99

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

Portions of RGB colors in percentages

R + G + B =
49 + 118 + 99 = 266 (100%)
R 49 of 266 ~ 18.42%
G 118 of 266 ~ 44.36%
B 99 of 266 ~ 37.22%

%18.42
%44.36
%37.22

CMYK color model

#317663 color CMYK value is (58,0,16,54).

  • cyan value is 58.47%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(58,0,16,54)
C58M0Y16K54 
(58%,0%,16%,54%)
(0.58/0.00/0.16/0.54)	

CMYK percentages

%58.47
%0
%16.1
%53.73

Codes

Color #317663 in popluar color models

317663
RGB4911899
HSL163°41.32%32.75%
HSB/HSV163°58.47%46.27%
CMYK58.47%0.00%16.10%
53.73%

Color #317663 in popluar number systems.

HEX317663
Decimal4911899
Binary11000111101101100011
Octal61166143

Shades and tints

Shades of #317663

#317663
(49,118,99)
#2D6C5A
(45,108,90)
#296251
(41,98,81)
#255848
(37,88,72)
#214E3F
(33,78,63)
#1D4436
(29,68,54)
#193A2D
(25,58,45)
#153024
(21,48,36)
#11261B
(17,38,27)
#0D1C12
(13,28,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #317663

#317663
(49,118,99)
#438271
(67,130,113)
#558E7F
(85,142,127)
#679A8D
(103,154,141)
#79A69B
(121,166,155)
#8BB2A9
(139,178,169)
#9DBEB7
(157,190,183)
#AFCAC5
(175,202,197)
#C1D6D3
(193,214,211)
#D3E2E1
(211,226,225)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317663; }

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

This text font color is #317663.


Background Color

.myBgColor { background-color: #317663; }

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

This div background color is #317663.


Border color

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

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

This div border color is #317663.


Opacity

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

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

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

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

This text has shadow with #317663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317663 on black background.


Color preview on white background

This text has color #317663 on white background.



Black color preview on #317663 background

This text has black color on #317663 background.


White color preview on #317663 background

This text has white color on #317663 background.