COLOR #317873

HEX: #317873
RGB: (49,120,115)

Color info

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

RGB color model

#317873 color RGB value is (49,120,115).

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

RGB channels and saturation

R 49 of 255 = 19%
G 120 of 255 = 47%
B 115 of 255 = 45%

49
120
115

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

Portions of RGB colors in percentages

R + G + B =
49 + 120 + 115 = 284 (100%)
R 49 of 284 ~ 17.25%
G 120 of 284 ~ 42.25%
B 115 of 284 ~ 40.49%

%17.25
%42.25
%40.49

CMYK color model

#317873 color CMYK value is (59,0,4,53).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(59,0,4,53)
C59M0Y4K53 
(59%,0%,4%,53%)
(0.59/0.00/0.04/0.53)	

CMYK percentages

%59.17
%0
%4.17
%52.94

Codes

Color #317873 in popluar color models

317873
RGB49120115
HSL176°42.01%33.14%
HSB/HSV176°59.17%47.06%
CMYK59.17%0.00%4.17%
52.94%

Color #317873 in popluar number systems.

HEX317873
Decimal49120115
Binary11000111110001110011
Octal61170163

Shades and tints

Shades of #317873

#317873
(49,120,115)
#2D6E69
(45,110,105)
#29645F
(41,100,95)
#255A55
(37,90,85)
#21504B
(33,80,75)
#1D4641
(29,70,65)
#193C37
(25,60,55)
#15322D
(21,50,45)
#112823
(17,40,35)
#0D1E19
(13,30,25)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #317873

#317873
(49,120,115)
#43847F
(67,132,127)
#55908B
(85,144,139)
#679C97
(103,156,151)
#79A8A3
(121,168,163)
#8BB4AF
(139,180,175)
#9DC0BB
(157,192,187)
#AFCCC7
(175,204,199)
#C1D8D3
(193,216,211)
#D3E4DF
(211,228,223)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317873; }

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

This text font color is #317873.


Background Color

.myBgColor { background-color: #317873; }

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

This div background color is #317873.


Border color

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

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

This div border color is #317873.


Opacity

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

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

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

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

This text has shadow with #317873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317873 on black background.


Color preview on white background

This text has color #317873 on white background.



Black color preview on #317873 background

This text has black color on #317873 background.


White color preview on #317873 background

This text has white color on #317873 background.