COLOR #317E58

HEX: #317E58
RGB: (49,126,88)

Color info

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

RGB color model

#317E58 color RGB value is (49,126,88).

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

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 88 of 255 = 35%

49
126
88

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

Portions of RGB colors in percentages

R + G + B =
49 + 126 + 88 = 263 (100%)
R 49 of 263 ~ 18.63%
G 126 of 263 ~ 47.91%
B 88 of 263 ~ 33.46%

%18.63
%47.91
%33.46

CMYK color model

#317E58 color CMYK value is (61,0,30,51).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(61,0,30,51)
C61M0Y30K51 
(61%,0%,30%,51%)
(0.61/0.00/0.30/0.51)	

CMYK percentages

%61.11
%0
%30.16
%50.59

Codes

Color #317E58 in popluar color models

317E58
RGB4912688
HSL150°44.00%34.31%
HSB/HSV150°61.11%49.41%
CMYK61.11%0.00%30.16%
50.59%

Color #317E58 in popluar number systems.

HEX317E58
Decimal4912688
Binary11000111111101011000
Octal61176130

Shades and tints

Shades of #317E58

#317E58
(49,126,88)
#2D7350
(45,115,80)
#296848
(41,104,72)
#255D40
(37,93,64)
#215238
(33,82,56)
#1D4730
(29,71,48)
#193C28
(25,60,40)
#153120
(21,49,32)
#112618
(17,38,24)
#0D1B10
(13,27,16)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #317E58

#317E58
(49,126,88)
#438967
(67,137,103)
#559476
(85,148,118)
#679F85
(103,159,133)
#79AA94
(121,170,148)
#8BB5A3
(139,181,163)
#9DC0B2
(157,192,178)
#AFCBC1
(175,203,193)
#C1D6D0
(193,214,208)
#D3E1DF
(211,225,223)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317E58; }

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

This text font color is #317E58.


Background Color

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

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

This div background color is #317E58.


Border color

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

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

This div border color is #317E58.


Opacity

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

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

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

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

This text has shadow with #317E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317E58 on black background.


Color preview on white background

This text has color #317E58 on white background.



Black color preview on #317E58 background

This text has black color on #317E58 background.


White color preview on #317E58 background

This text has white color on #317E58 background.