COLOR #317F74

HEX: #317F74
RGB: (49,127,116)

Color info

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

RGB color model

#317F74 color RGB value is (49,127,116).

  • red value is 49;
  • green value is 127;
  • blue value is 116.
RGB:
(49,127,116)
(19%,50%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 127 of 255 = 50%
B 116 of 255 = 45%

49
127
116

R + G + B ~ 38%. #317F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 127 + 116 = 292 (100%)
R 49 of 292 ~ 16.78%
G 127 of 292 ~ 43.49%
B 116 of 292 ~ 39.73%

%16.78
%43.49
%39.73

CMYK color model

#317F74 color CMYK value is (61,0,9,50).

  • cyan value is 61.42%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 50.20%
CMYK:
(61,0,9,50)
C61M0Y9K50 
(61%,0%,9%,50%)
(0.61/0.00/0.09/0.50)	

CMYK percentages

%61.42
%0
%8.66
%50.2

Codes

Color #317F74 in popluar color models

317F74
RGB49127116
HSL172°44.32%34.51%
HSB/HSV172°61.42%49.80%
CMYK61.42%0.00%8.66%
50.20%

Color #317F74 in popluar number systems.

HEX317F74
Decimal49127116
Binary11000111111111110100
Octal61177164

Shades and tints

Shades of #317F74

#317F74
(49,127,116)
#2D746A
(45,116,106)
#296960
(41,105,96)
#255E56
(37,94,86)
#21534C
(33,83,76)
#1D4842
(29,72,66)
#193D38
(25,61,56)
#15322E
(21,50,46)
#112724
(17,39,36)
#0D1C1A
(13,28,26)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #317F74

#317F74
(49,127,116)
#438A80
(67,138,128)
#55958C
(85,149,140)
#67A098
(103,160,152)
#79ABA4
(121,171,164)
#8BB6B0
(139,182,176)
#9DC1BC
(157,193,188)
#AFCCC8
(175,204,200)
#C1D7D4
(193,215,212)
#D3E2E0
(211,226,224)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317F74 color. Also use rgb(49,127,116) instead hex code.

Text Font Color

.myTextColor { color: #317F74; }

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

This text font color is #317F74.


Background Color

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

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

This div background color is #317F74.


Border color

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

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

This div border color is #317F74.


Opacity

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

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

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

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

This text has shadow with #317F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317F74 on black background.


Color preview on white background

This text has color #317F74 on white background.



Black color preview on #317F74 background

This text has black color on #317F74 background.


White color preview on #317F74 background

This text has white color on #317F74 background.