COLOR #315747

HEX: #315747
RGB: (49,87,71)

Color info

#315747 contains red, green and blue colors in about the same proportion. Web safe color of #315747 is #336633 (or #363).

RGB color model

#315747 color RGB value is (49,87,71).

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

RGB channels and saturation

R 49 of 255 = 19%
G 87 of 255 = 34%
B 71 of 255 = 28%

49
87
71

R + G + B ~ 27%. #315747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 87 + 71 = 207 (100%)
R 49 of 207 ~ 23.67%
G 87 of 207 ~ 42.03%
B 71 of 207 ~ 34.3%

%23.67
%42.03
%34.3

CMYK color model

#315747 color CMYK value is (44,0,18,66).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(44,0,18,66)
C44M0Y18K66 
(44%,0%,18%,66%)
(0.44/0.00/0.18/0.66)	

CMYK percentages

%43.68
%0
%18.39
%65.88

Codes

Color #315747 in popluar color models

315747
RGB498771
HSL155°27.94%26.67%
HSB/HSV155°43.68%34.12%
CMYK43.68%0.00%18.39%
65.88%

Color #315747 in popluar number systems.

HEX315747
Decimal498771
Binary11000110101111000111
Octal61127107

Shades and tints

Shades of #315747

#315747
(49,87,71)
#2D5041
(45,80,65)
#29493B
(41,73,59)
#254235
(37,66,53)
#213B2F
(33,59,47)
#1D3429
(29,52,41)
#192D23
(25,45,35)
#15261D
(21,38,29)
#111F17
(17,31,23)
#0D1811
(13,24,17)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #315747

#315747
(49,87,71)
#436657
(67,102,87)
#557567
(85,117,103)
#678477
(103,132,119)
#799387
(121,147,135)
#8BA297
(139,162,151)
#9DB1A7
(157,177,167)
#AFC0B7
(175,192,183)
#C1CFC7
(193,207,199)
#D3DED7
(211,222,215)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315747; }

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

This text font color is #315747.


Background Color

.myBgColor { background-color: #315747; }

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

This div background color is #315747.


Border color

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

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

This div border color is #315747.


Opacity

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

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

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

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

This text has shadow with #315747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315747 on black background.


Color preview on white background

This text has color #315747 on white background.



Black color preview on #315747 background

This text has black color on #315747 background.


White color preview on #315747 background

This text has white color on #315747 background.