COLOR #317557

HEX: #317557
RGB: (49,117,87)

Color info

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

RGB color model

#317557 color RGB value is (49,117,87).

  • red value is 49;
  • green value is 117;
  • blue value is 87.
RGB:
(49,117,87)
(19%,46%,34%)

RGB channels and saturation

R 49 of 255 = 19%
G 117 of 255 = 46%
B 87 of 255 = 34%

49
117
87

R + G + B ~ 33%. #317557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 117 + 87 = 253 (100%)
R 49 of 253 ~ 19.37%
G 117 of 253 ~ 46.25%
B 87 of 253 ~ 34.39%

%19.37
%46.25
%34.39

CMYK color model

#317557 color CMYK value is (58,0,26,54).

  • cyan value is 58.12%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(58,0,26,54)
C58M0Y26K54 
(58%,0%,26%,54%)
(0.58/0.00/0.26/0.54)	

CMYK percentages

%58.12
%0
%25.64
%54.12

Codes

Color #317557 in popluar color models

317557
RGB4911787
HSL154°40.96%32.55%
HSB/HSV154°58.12%45.88%
CMYK58.12%0.00%25.64%
54.12%

Color #317557 in popluar number systems.

HEX317557
Decimal4911787
Binary11000111101011010111
Octal61165127

Shades and tints

Shades of #317557

#317557
(49,117,87)
#2D6B50
(45,107,80)
#296149
(41,97,73)
#255742
(37,87,66)
#214D3B
(33,77,59)
#1D4334
(29,67,52)
#19392D
(25,57,45)
#152F26
(21,47,38)
#11251F
(17,37,31)
#0D1B18
(13,27,24)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #317557

#317557
(49,117,87)
#438166
(67,129,102)
#558D75
(85,141,117)
#679984
(103,153,132)
#79A593
(121,165,147)
#8BB1A2
(139,177,162)
#9DBDB1
(157,189,177)
#AFC9C0
(175,201,192)
#C1D5CF
(193,213,207)
#D3E1DE
(211,225,222)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317557 color. Also use rgb(49,117,87) instead hex code.

Text Font Color

.myTextColor { color: #317557; }

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

This text font color is #317557.


Background Color

.myBgColor { background-color: #317557; }

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

This div background color is #317557.


Border color

.myBorderColor { border: 1px solid #317557; }

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

This div border color is #317557.


Opacity

.myOpacity80 { color: #317557; opacity: 0.8; }

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

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

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

This text has shadow with #317557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317557 on black background.


Color preview on white background

This text has color #317557 on white background.



Black color preview on #317557 background

This text has black color on #317557 background.


White color preview on #317557 background

This text has white color on #317557 background.