COLOR #317B60

HEX: #317B60
RGB: (49,123,96)

Color info

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

RGB color model

#317B60 color RGB value is (49,123,96).

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

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 96 of 255 = 38%

49
123
96

R + G + B ~ 35%. #317B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 123 + 96 = 268 (100%)
R 49 of 268 ~ 18.28%
G 123 of 268 ~ 45.9%
B 96 of 268 ~ 35.82%

%18.28
%45.9
%35.82

CMYK color model

#317B60 color CMYK value is (60,0,22,52).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 51.76%
CMYK:
(60,0,22,52)
C60M0Y22K52 
(60%,0%,22%,52%)
(0.60/0.00/0.22/0.52)	

CMYK percentages

%60.16
%0
%21.95
%51.76

Codes

Color #317B60 in popluar color models

317B60
RGB4912396
HSL158°43.02%33.73%
HSB/HSV158°60.16%48.24%
CMYK60.16%0.00%21.95%
51.76%

Color #317B60 in popluar number systems.

HEX317B60
Decimal4912396
Binary11000111110111100000
Octal61173140

Shades and tints

Shades of #317B60

#317B60
(49,123,96)
#2D7058
(45,112,88)
#296550
(41,101,80)
#255A48
(37,90,72)
#214F40
(33,79,64)
#1D4438
(29,68,56)
#193930
(25,57,48)
#152E28
(21,46,40)
#112320
(17,35,32)
#0D1818
(13,24,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #317B60

#317B60
(49,123,96)
#43876E
(67,135,110)
#55937C
(85,147,124)
#679F8A
(103,159,138)
#79AB98
(121,171,152)
#8BB7A6
(139,183,166)
#9DC3B4
(157,195,180)
#AFCFC2
(175,207,194)
#C1DBD0
(193,219,208)
#D3E7DE
(211,231,222)
#E5F3EC
(229,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317B60; }

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

This text font color is #317B60.


Background Color

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

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

This div background color is #317B60.


Border color

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

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

This div border color is #317B60.


Opacity

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

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

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

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

This text has shadow with #317B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317B60 on black background.


Color preview on white background

This text has color #317B60 on white background.



Black color preview on #317B60 background

This text has black color on #317B60 background.


White color preview on #317B60 background

This text has white color on #317B60 background.