COLOR #315348

HEX: #315348
RGB: (49,83,72)

Color info

#315348 contains red, green and blue colors in about the same proportion. Web safe color of #315348 is #336633 (or #363).

RGB color model

#315348 color RGB value is (49,83,72).

  • red value is 49;
  • green value is 83;
  • blue value is 72.
RGB:
(49,83,72)
(19%,33%,28%)

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 72 of 255 = 28%

49
83
72

R + G + B ~ 27%. #315348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 72 = 204 (100%)
R 49 of 204 ~ 24.02%
G 83 of 204 ~ 40.69%
B 72 of 204 ~ 35.29%

%24.02
%40.69
%35.29

CMYK color model

#315348 color CMYK value is (41,0,13,67).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(41,0,13,67)
C41M0Y13K67 
(41%,0%,13%,67%)
(0.41/0.00/0.13/0.67)	

CMYK percentages

%40.96
%0
%13.25
%67.45

Codes

Color #315348 in popluar color models

315348
RGB498372
HSL161°25.76%25.88%
HSB/HSV161°40.96%32.55%
CMYK40.96%0.00%13.25%
67.45%

Color #315348 in popluar number systems.

HEX315348
Decimal498372
Binary11000110100111001000
Octal61123110

Shades and tints

Shades of #315348

#315348
(49,83,72)
#2D4C42
(45,76,66)
#29453C
(41,69,60)
#253E36
(37,62,54)
#213730
(33,55,48)
#1D302A
(29,48,42)
#192924
(25,41,36)
#15221E
(21,34,30)
#111B18
(17,27,24)
#0D1412
(13,20,18)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #315348

#315348
(49,83,72)
#436258
(67,98,88)
#557168
(85,113,104)
#678078
(103,128,120)
#798F88
(121,143,136)
#8B9E98
(139,158,152)
#9DADA8
(157,173,168)
#AFBCB8
(175,188,184)
#C1CBC8
(193,203,200)
#D3DAD8
(211,218,216)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315348 color. Also use rgb(49,83,72) instead hex code.

Text Font Color

.myTextColor { color: #315348; }

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

This text font color is #315348.


Background Color

.myBgColor { background-color: #315348; }

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

This div background color is #315348.


Border color

.myBorderColor { border: 1px solid #315348; }

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

This div border color is #315348.


Opacity

.myOpacity80 { color: #315348; opacity: 0.8; }

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

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

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

This text has shadow with #315348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315348 on black background.


Color preview on white background

This text has color #315348 on white background.



Black color preview on #315348 background

This text has black color on #315348 background.


White color preview on #315348 background

This text has white color on #315348 background.