COLOR #315D5F

HEX: #315D5F
RGB: (49,93,95)

Color info

#315D5F contains red, green and blue colors in about the same proportion. Web safe color of #315D5F is #336666 (or #366).

RGB color model

#315D5F color RGB value is (49,93,95).

  • red value is 49;
  • green value is 93;
  • blue value is 95.
RGB:
(49,93,95)
(19%,36%,37%)

RGB channels and saturation

R 49 of 255 = 19%
G 93 of 255 = 36%
B 95 of 255 = 37%

49
93
95

R + G + B ~ 31%. #315D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 93 + 95 = 237 (100%)
R 49 of 237 ~ 20.68%
G 93 of 237 ~ 39.24%
B 95 of 237 ~ 40.08%

%20.68
%39.24
%40.08

CMYK color model

#315D5F color CMYK value is (48,2,0,63).

  • cyan value is 48.42%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(48,2,0,63)
C48M2Y0K63 
(48%,2%,0%,63%)
(0.48/0.02/0.00/0.63)	

CMYK percentages

%48.42
%2.11
%0
%62.75

Codes

Color #315D5F in popluar color models

315D5F
RGB499395
HSL183°31.94%28.24%
HSB/HSV183°48.42%37.25%
CMYK48.42%2.11%0.00%
62.75%

Color #315D5F in popluar number systems.

HEX315D5F
Decimal499395
Binary11000110111011011111
Octal61135137

Shades and tints

Shades of #315D5F

#315D5F
(49,93,95)
#2D5557
(45,85,87)
#294D4F
(41,77,79)
#254547
(37,69,71)
#213D3F
(33,61,63)
#1D3537
(29,53,55)
#192D2F
(25,45,47)
#152527
(21,37,39)
#111D1F
(17,29,31)
#0D1517
(13,21,23)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #315D5F

#315D5F
(49,93,95)
#436B6D
(67,107,109)
#55797B
(85,121,123)
#678789
(103,135,137)
#799597
(121,149,151)
#8BA3A5
(139,163,165)
#9DB1B3
(157,177,179)
#AFBFC1
(175,191,193)
#C1CDCF
(193,205,207)
#D3DBDD
(211,219,221)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315D5F color. Also use rgb(49,93,95) instead hex code.

Text Font Color

.myTextColor { color: #315D5F; }

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

This text font color is #315D5F.


Background Color

.myBgColor { background-color: #315D5F; }

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

This div background color is #315D5F.


Border color

.myBorderColor { border: 1px solid #315D5F; }

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

This div border color is #315D5F.


Opacity

.myOpacity80 { color: #315D5F; opacity: 0.8; }

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

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

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

This text has shadow with #315D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315D5F on black background.


Color preview on white background

This text has color #315D5F on white background.



Black color preview on #315D5F background

This text has black color on #315D5F background.


White color preview on #315D5F background

This text has white color on #315D5F background.