COLOR #315C59

HEX: #315C59
RGB: (49,92,89)

Color info

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

RGB color model

#315C59 color RGB value is (49,92,89).

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

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 89 of 255 = 35%

49
92
89

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

Portions of RGB colors in percentages

R + G + B =
49 + 92 + 89 = 230 (100%)
R 49 of 230 ~ 21.3%
G 92 of 230 ~ 40%
B 89 of 230 ~ 38.7%

%21.3
%40
%38.7

CMYK color model

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

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

CMYK percentages

%46.74
%0
%3.26
%63.92

Codes

Color #315C59 in popluar color models

315C59
RGB499289
HSL176°30.50%27.65%
HSB/HSV176°46.74%36.08%
CMYK46.74%0.00%3.26%
63.92%

Color #315C59 in popluar number systems.

HEX315C59
Decimal499289
Binary11000110111001011001
Octal61134131

Shades and tints

Shades of #315C59

#315C59
(49,92,89)
#2D5451
(45,84,81)
#294C49
(41,76,73)
#254441
(37,68,65)
#213C39
(33,60,57)
#1D3431
(29,52,49)
#192C29
(25,44,41)
#152421
(21,36,33)
#111C19
(17,28,25)
#0D1411
(13,20,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #315C59

#315C59
(49,92,89)
#436A68
(67,106,104)
#557877
(85,120,119)
#678686
(103,134,134)
#799495
(121,148,149)
#8BA2A4
(139,162,164)
#9DB0B3
(157,176,179)
#AFBEC2
(175,190,194)
#C1CCD1
(193,204,209)
#D3DAE0
(211,218,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315C59 color. Also use rgb(49,92,89) instead hex code.

Text Font Color

.myTextColor { color: #315C59; }

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

This text font color is #315C59.


Background Color

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

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

This div background color is #315C59.


Border color

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

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

This div border color is #315C59.


Opacity

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

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

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

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

This text has shadow with #315C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315C59 on black background.


Color preview on white background

This text has color #315C59 on white background.



Black color preview on #315C59 background

This text has black color on #315C59 background.


White color preview on #315C59 background

This text has white color on #315C59 background.