COLOR #317F55

HEX: #317F55
RGB: (49,127,85)

Color info

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

RGB color model

#317F55 color RGB value is (49,127,85).

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

RGB channels and saturation

R 49 of 255 = 19%
G 127 of 255 = 50%
B 85 of 255 = 33%

49
127
85

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

Portions of RGB colors in percentages

R + G + B =
49 + 127 + 85 = 261 (100%)
R 49 of 261 ~ 18.77%
G 127 of 261 ~ 48.66%
B 85 of 261 ~ 32.57%

%18.77
%48.66
%32.57

CMYK color model

#317F55 color CMYK value is (61,0,33,50).

  • cyan value is 61.42%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 50.20%
CMYK:
(61,0,33,50)
C61M0Y33K50 
(61%,0%,33%,50%)
(0.61/0.00/0.33/0.50)	

CMYK percentages

%61.42
%0
%33.07
%50.2

Codes

Color #317F55 in popluar color models

317F55
RGB4912785
HSL148°44.32%34.51%
HSB/HSV148°61.42%49.80%
CMYK61.42%0.00%33.07%
50.20%

Color #317F55 in popluar number systems.

HEX317F55
Decimal4912785
Binary11000111111111010101
Octal61177125

Shades and tints

Shades of #317F55

#317F55
(49,127,85)
#2D744E
(45,116,78)
#296947
(41,105,71)
#255E40
(37,94,64)
#215339
(33,83,57)
#1D4832
(29,72,50)
#193D2B
(25,61,43)
#153224
(21,50,36)
#11271D
(17,39,29)
#0D1C16
(13,28,22)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #317F55

#317F55
(49,127,85)
#438A64
(67,138,100)
#559573
(85,149,115)
#67A082
(103,160,130)
#79AB91
(121,171,145)
#8BB6A0
(139,182,160)
#9DC1AF
(157,193,175)
#AFCCBE
(175,204,190)
#C1D7CD
(193,215,205)
#D3E2DC
(211,226,220)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317F55; }

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

This text font color is #317F55.


Background Color

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

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

This div background color is #317F55.


Border color

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

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

This div border color is #317F55.


Opacity

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

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

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

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

This text has shadow with #317F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317F55 on black background.


Color preview on white background

This text has color #317F55 on white background.



Black color preview on #317F55 background

This text has black color on #317F55 background.


White color preview on #317F55 background

This text has white color on #317F55 background.