COLOR #317E74

HEX: #317E74
RGB: (49,126,116)

Color info

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

RGB color model

#317E74 color RGB value is (49,126,116).

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

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 116 of 255 = 45%

49
126
116

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

Portions of RGB colors in percentages

R + G + B =
49 + 126 + 116 = 291 (100%)
R 49 of 291 ~ 16.84%
G 126 of 291 ~ 43.3%
B 116 of 291 ~ 39.86%

%16.84
%43.3
%39.86

CMYK color model

#317E74 color CMYK value is (61,0,8,51).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(61,0,8,51)
C61M0Y8K51 
(61%,0%,8%,51%)
(0.61/0.00/0.08/0.51)	

CMYK percentages

%61.11
%0
%7.94
%50.59

Codes

Color #317E74 in popluar color models

317E74
RGB49126116
HSL172°44.00%34.31%
HSB/HSV172°61.11%49.41%
CMYK61.11%0.00%7.94%
50.59%

Color #317E74 in popluar number systems.

HEX317E74
Decimal49126116
Binary11000111111101110100
Octal61176164

Shades and tints

Shades of #317E74

#317E74
(49,126,116)
#2D736A
(45,115,106)
#296860
(41,104,96)
#255D56
(37,93,86)
#21524C
(33,82,76)
#1D4742
(29,71,66)
#193C38
(25,60,56)
#15312E
(21,49,46)
#112624
(17,38,36)
#0D1B1A
(13,27,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #317E74

#317E74
(49,126,116)
#438980
(67,137,128)
#55948C
(85,148,140)
#679F98
(103,159,152)
#79AAA4
(121,170,164)
#8BB5B0
(139,181,176)
#9DC0BC
(157,192,188)
#AFCBC8
(175,203,200)
#C1D6D4
(193,214,212)
#D3E1E0
(211,225,224)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317E74; }

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

This text font color is #317E74.


Background Color

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

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

This div background color is #317E74.


Border color

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

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

This div border color is #317E74.


Opacity

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

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

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

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

This text has shadow with #317E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317E74 on black background.


Color preview on white background

This text has color #317E74 on white background.



Black color preview on #317E74 background

This text has black color on #317E74 background.


White color preview on #317E74 background

This text has white color on #317E74 background.