COLOR #317C57

HEX: #317C57
RGB: (49,124,87)

Color info

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

RGB color model

#317C57 color RGB value is (49,124,87).

  • red value is 49;
  • green value is 124;
  • blue value is 87.
RGB:
(49,124,87)
(19%,49%,34%)

RGB channels and saturation

R 49 of 255 = 19%
G 124 of 255 = 49%
B 87 of 255 = 34%

49
124
87

R + G + B ~ 34%. #317C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 124 + 87 = 260 (100%)
R 49 of 260 ~ 18.85%
G 124 of 260 ~ 47.69%
B 87 of 260 ~ 33.46%

%18.85
%47.69
%33.46

CMYK color model

#317C57 color CMYK value is (60,0,30,51).

  • cyan value is 60.48%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(60,0,30,51)
C60M0Y30K51 
(60%,0%,30%,51%)
(0.60/0.00/0.30/0.51)	

CMYK percentages

%60.48
%0
%29.84
%51.37

Codes

Color #317C57 in popluar color models

317C57
RGB4912487
HSL150°43.35%33.92%
HSB/HSV150°60.48%48.63%
CMYK60.48%0.00%29.84%
51.37%

Color #317C57 in popluar number systems.

HEX317C57
Decimal4912487
Binary11000111111001010111
Octal61174127

Shades and tints

Shades of #317C57

#317C57
(49,124,87)
#2D7150
(45,113,80)
#296649
(41,102,73)
#255B42
(37,91,66)
#21503B
(33,80,59)
#1D4534
(29,69,52)
#193A2D
(25,58,45)
#152F26
(21,47,38)
#11241F
(17,36,31)
#0D1918
(13,25,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #317C57

#317C57
(49,124,87)
#438766
(67,135,102)
#559275
(85,146,117)
#679D84
(103,157,132)
#79A893
(121,168,147)
#8BB3A2
(139,179,162)
#9DBEB1
(157,190,177)
#AFC9C0
(175,201,192)
#C1D4CF
(193,212,207)
#D3DFDE
(211,223,222)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317C57 color. Also use rgb(49,124,87) instead hex code.

Text Font Color

.myTextColor { color: #317C57; }

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

This text font color is #317C57.


Background Color

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

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

This div background color is #317C57.


Border color

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

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

This div border color is #317C57.


Opacity

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

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

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

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

This text has shadow with #317C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317C57 on black background.


Color preview on white background

This text has color #317C57 on white background.



Black color preview on #317C57 background

This text has black color on #317C57 background.


White color preview on #317C57 background

This text has white color on #317C57 background.