COLOR #315D52

HEX: #315D52
RGB: (49,93,82)

Color info

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

RGB color model

#315D52 color RGB value is (49,93,82).

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

RGB channels and saturation

R 49 of 255 = 19%
G 93 of 255 = 36%
B 82 of 255 = 32%

49
93
82

R + G + B ~ 29%. #315D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 93 + 82 = 224 (100%)
R 49 of 224 ~ 21.88%
G 93 of 224 ~ 41.52%
B 82 of 224 ~ 36.61%

%21.88
%41.52
%36.61

CMYK color model

#315D52 color CMYK value is (47,0,12,64).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 63.53%
CMYK:
(47,0,12,64)
C47M0Y12K64 
(47%,0%,12%,64%)
(0.47/0.00/0.12/0.64)	

CMYK percentages

%47.31
%0
%11.83
%63.53

Codes

Color #315D52 in popluar color models

315D52
RGB499382
HSL165°30.99%27.84%
HSB/HSV165°47.31%36.47%
CMYK47.31%0.00%11.83%
63.53%

Color #315D52 in popluar number systems.

HEX315D52
Decimal499382
Binary11000110111011010010
Octal61135122

Shades and tints

Shades of #315D52

#315D52
(49,93,82)
#2D554B
(45,85,75)
#294D44
(41,77,68)
#25453D
(37,69,61)
#213D36
(33,61,54)
#1D352F
(29,53,47)
#192D28
(25,45,40)
#152521
(21,37,33)
#111D1A
(17,29,26)
#0D1513
(13,21,19)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #315D52

#315D52
(49,93,82)
#436B61
(67,107,97)
#557970
(85,121,112)
#67877F
(103,135,127)
#79958E
(121,149,142)
#8BA39D
(139,163,157)
#9DB1AC
(157,177,172)
#AFBFBB
(175,191,187)
#C1CDCA
(193,205,202)
#D3DBD9
(211,219,217)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315D52; }

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

This text font color is #315D52.


Background Color

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

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

This div background color is #315D52.


Border color

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

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

This div border color is #315D52.


Opacity

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

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

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

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

This text has shadow with #315D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315D52 on black background.


Color preview on white background

This text has color #315D52 on white background.



Black color preview on #315D52 background

This text has black color on #315D52 background.


White color preview on #315D52 background

This text has white color on #315D52 background.