COLOR #317B70

HEX: #317B70
RGB: (49,123,112)

Color info

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

RGB color model

#317B70 color RGB value is (49,123,112).

  • red value is 49;
  • green value is 123;
  • blue value is 112.
RGB:
(49,123,112)
(19%,48%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 112 of 255 = 44%

49
123
112

R + G + B ~ 37%. #317B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 123 + 112 = 284 (100%)
R 49 of 284 ~ 17.25%
G 123 of 284 ~ 43.31%
B 112 of 284 ~ 39.44%

%17.25
%43.31
%39.44

CMYK color model

#317B70 color CMYK value is (60,0,9,52).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(60,0,9,52)
C60M0Y9K52 
(60%,0%,9%,52%)
(0.60/0.00/0.09/0.52)	

CMYK percentages

%60.16
%0
%8.94
%51.76

Codes

Color #317B70 in popluar color models

317B70
RGB49123112
HSL171°43.02%33.73%
HSB/HSV171°60.16%48.24%
CMYK60.16%0.00%8.94%
51.76%

Color #317B70 in popluar number systems.

HEX317B70
Decimal49123112
Binary11000111110111110000
Octal61173160

Shades and tints

Shades of #317B70

#317B70
(49,123,112)
#2D7066
(45,112,102)
#29655C
(41,101,92)
#255A52
(37,90,82)
#214F48
(33,79,72)
#1D443E
(29,68,62)
#193934
(25,57,52)
#152E2A
(21,46,42)
#112320
(17,35,32)
#0D1816
(13,24,22)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #317B70

#317B70
(49,123,112)
#43877D
(67,135,125)
#55938A
(85,147,138)
#679F97
(103,159,151)
#79ABA4
(121,171,164)
#8BB7B1
(139,183,177)
#9DC3BE
(157,195,190)
#AFCFCB
(175,207,203)
#C1DBD8
(193,219,216)
#D3E7E5
(211,231,229)
#E5F3F2
(229,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317B70 color. Also use rgb(49,123,112) instead hex code.

Text Font Color

.myTextColor { color: #317B70; }

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

This text font color is #317B70.


Background Color

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

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

This div background color is #317B70.


Border color

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

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

This div border color is #317B70.


Opacity

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

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

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

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

This text has shadow with #317B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317B70 on black background.


Color preview on white background

This text has color #317B70 on white background.



Black color preview on #317B70 background

This text has black color on #317B70 background.


White color preview on #317B70 background

This text has white color on #317B70 background.