COLOR #315349

HEX: #315349
RGB: (49,83,73)

Color info

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

RGB color model

#315349 color RGB value is (49,83,73).

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

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 73 of 255 = 29%

49
83
73

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

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 73 = 205 (100%)
R 49 of 205 ~ 23.9%
G 83 of 205 ~ 40.49%
B 73 of 205 ~ 35.61%

%23.9
%40.49
%35.61

CMYK color model

#315349 color CMYK value is (41,0,12,67).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(41,0,12,67)
C41M0Y12K67 
(41%,0%,12%,67%)
(0.41/0.00/0.12/0.67)	

CMYK percentages

%40.96
%0
%12.05
%67.45

Codes

Color #315349 in popluar color models

315349
RGB498373
HSL162°25.76%25.88%
HSB/HSV162°40.96%32.55%
CMYK40.96%0.00%12.05%
67.45%

Color #315349 in popluar number systems.

HEX315349
Decimal498373
Binary11000110100111001001
Octal61123111

Shades and tints

Shades of #315349

#315349
(49,83,73)
#2D4C43
(45,76,67)
#29453D
(41,69,61)
#253E37
(37,62,55)
#213731
(33,55,49)
#1D302B
(29,48,43)
#192925
(25,41,37)
#15221F
(21,34,31)
#111B19
(17,27,25)
#0D1413
(13,20,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #315349

#315349
(49,83,73)
#436259
(67,98,89)
#557169
(85,113,105)
#678079
(103,128,121)
#798F89
(121,143,137)
#8B9E99
(139,158,153)
#9DADA9
(157,173,169)
#AFBCB9
(175,188,185)
#C1CBC9
(193,203,201)
#D3DAD9
(211,218,217)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315349; }

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

This text font color is #315349.


Background Color

.myBgColor { background-color: #315349; }

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

This div background color is #315349.


Border color

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

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

This div border color is #315349.


Opacity

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

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

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

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

This text has shadow with #315349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315349 on black background.


Color preview on white background

This text has color #315349 on white background.



Black color preview on #315349 background

This text has black color on #315349 background.


White color preview on #315349 background

This text has white color on #315349 background.