COLOR #315A5F

HEX: #315A5F
RGB: (49,90,95)

Color info

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

RGB color model

#315A5F color RGB value is (49,90,95).

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

RGB channels and saturation

R 49 of 255 = 19%
G 90 of 255 = 35%
B 95 of 255 = 37%

49
90
95

R + G + B ~ 30%. #315A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 90 + 95 = 234 (100%)
R 49 of 234 ~ 20.94%
G 90 of 234 ~ 38.46%
B 95 of 234 ~ 40.6%

%20.94
%38.46
%40.6

CMYK color model

#315A5F color CMYK value is (48,5,0,63).

  • cyan value is 48.42%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(48,5,0,63)
C48M5Y0K63 
(48%,5%,0%,63%)
(0.48/0.05/0.00/0.63)	

CMYK percentages

%48.42
%5.26
%0
%62.75

Codes

Color #315A5F in popluar color models

315A5F
RGB499095
HSL187°31.94%28.24%
HSB/HSV187°48.42%37.25%
CMYK48.42%5.26%0.00%
62.75%

Color #315A5F in popluar number systems.

HEX315A5F
Decimal499095
Binary11000110110101011111
Octal61132137

Shades and tints

Shades of #315A5F

#315A5F
(49,90,95)
#2D5257
(45,82,87)
#294A4F
(41,74,79)
#254247
(37,66,71)
#213A3F
(33,58,63)
#1D3237
(29,50,55)
#192A2F
(25,42,47)
#152227
(21,34,39)
#111A1F
(17,26,31)
#0D1217
(13,18,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #315A5F

#315A5F
(49,90,95)
#43696D
(67,105,109)
#55787B
(85,120,123)
#678789
(103,135,137)
#799697
(121,150,151)
#8BA5A5
(139,165,165)
#9DB4B3
(157,180,179)
#AFC3C1
(175,195,193)
#C1D2CF
(193,210,207)
#D3E1DD
(211,225,221)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315A5F; }

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

This text font color is #315A5F.


Background Color

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

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

This div background color is #315A5F.


Border color

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

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

This div border color is #315A5F.


Opacity

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

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

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

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

This text has shadow with #315A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315A5F on black background.


Color preview on white background

This text has color #315A5F on white background.



Black color preview on #315A5F background

This text has black color on #315A5F background.


White color preview on #315A5F background

This text has white color on #315A5F background.