COLOR #315D5A

HEX: #315D5A
RGB: (49,93,90)

Color info

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

RGB color model

#315D5A color RGB value is (49,93,90).

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

RGB channels and saturation

R 49 of 255 = 19%
G 93 of 255 = 36%
B 90 of 255 = 35%

49
93
90

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

Portions of RGB colors in percentages

R + G + B =
49 + 93 + 90 = 232 (100%)
R 49 of 232 ~ 21.12%
G 93 of 232 ~ 40.09%
B 90 of 232 ~ 38.79%

%21.12
%40.09
%38.79

CMYK color model

#315D5A color CMYK value is (47,0,3,64).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 63.53%
CMYK:
(47,0,3,64)
C47M0Y3K64 
(47%,0%,3%,64%)
(0.47/0.00/0.03/0.64)	

CMYK percentages

%47.31
%0
%3.23
%63.53

Codes

Color #315D5A in popluar color models

315D5A
RGB499390
HSL176°30.99%27.84%
HSB/HSV176°47.31%36.47%
CMYK47.31%0.00%3.23%
63.53%

Color #315D5A in popluar number systems.

HEX315D5A
Decimal499390
Binary11000110111011011010
Octal61135132

Shades and tints

Shades of #315D5A

#315D5A
(49,93,90)
#2D5552
(45,85,82)
#294D4A
(41,77,74)
#254542
(37,69,66)
#213D3A
(33,61,58)
#1D3532
(29,53,50)
#192D2A
(25,45,42)
#152522
(21,37,34)
#111D1A
(17,29,26)
#0D1512
(13,21,18)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #315D5A

#315D5A
(49,93,90)
#436B69
(67,107,105)
#557978
(85,121,120)
#678787
(103,135,135)
#799596
(121,149,150)
#8BA3A5
(139,163,165)
#9DB1B4
(157,177,180)
#AFBFC3
(175,191,195)
#C1CDD2
(193,205,210)
#D3DBE1
(211,219,225)
#E5E9F0
(229,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315D5A; }

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

This text font color is #315D5A.


Background Color

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

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

This div background color is #315D5A.


Border color

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

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

This div border color is #315D5A.


Opacity

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

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

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

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

This text has shadow with #315D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315D5A on black background.


Color preview on white background

This text has color #315D5A on white background.



Black color preview on #315D5A background

This text has black color on #315D5A background.


White color preview on #315D5A background

This text has white color on #315D5A background.