COLOR #317862

HEX: #317862
RGB: (49,120,98)

Color info

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

RGB color model

#317862 color RGB value is (49,120,98).

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

RGB channels and saturation

R 49 of 255 = 19%
G 120 of 255 = 47%
B 98 of 255 = 38%

49
120
98

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

Portions of RGB colors in percentages

R + G + B =
49 + 120 + 98 = 267 (100%)
R 49 of 267 ~ 18.35%
G 120 of 267 ~ 44.94%
B 98 of 267 ~ 36.7%

%18.35
%44.94
%36.7

CMYK color model

#317862 color CMYK value is (59,0,18,53).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK:
(59,0,18,53)
C59M0Y18K53 
(59%,0%,18%,53%)
(0.59/0.00/0.18/0.53)	

CMYK percentages

%59.17
%0
%18.33
%52.94

Codes

Color #317862 in popluar color models

317862
RGB4912098
HSL161°42.01%33.14%
HSB/HSV161°59.17%47.06%
CMYK59.17%0.00%18.33%
52.94%

Color #317862 in popluar number systems.

HEX317862
Decimal4912098
Binary11000111110001100010
Octal61170142

Shades and tints

Shades of #317862

#317862
(49,120,98)
#2D6E5A
(45,110,90)
#296452
(41,100,82)
#255A4A
(37,90,74)
#215042
(33,80,66)
#1D463A
(29,70,58)
#193C32
(25,60,50)
#15322A
(21,50,42)
#112822
(17,40,34)
#0D1E1A
(13,30,26)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #317862

#317862
(49,120,98)
#438470
(67,132,112)
#55907E
(85,144,126)
#679C8C
(103,156,140)
#79A89A
(121,168,154)
#8BB4A8
(139,180,168)
#9DC0B6
(157,192,182)
#AFCCC4
(175,204,196)
#C1D8D2
(193,216,210)
#D3E4E0
(211,228,224)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317862; }

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

This text font color is #317862.


Background Color

.myBgColor { background-color: #317862; }

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

This div background color is #317862.


Border color

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

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

This div border color is #317862.


Opacity

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

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

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

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

This text has shadow with #317862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317862 on black background.


Color preview on white background

This text has color #317862 on white background.



Black color preview on #317862 background

This text has black color on #317862 background.


White color preview on #317862 background

This text has white color on #317862 background.