COLOR #315949

HEX: #315949 RGB: (49,89,73)

Color info

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

RGB color model

#315949 color RGB value is (49,89,73).

RGB: (49,89,73) (19%, 35%, 29%)

RGB channels and saturation

R 49 of 255 = 19%
G 89 of 255 = 35%
B 73 of 255 = 29%

49
89
73

R + G + B ~ 28%. #315949 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 89 + 73 = 211 (100%)
R 49 of 211 ~ 23.22%
G 89 of 211 ~ 42.18%
B 73 of 211 ~ 34.6'%

%23.22
%42.18
%34.6

CMYK color model

#315949 color CMYK value is (45,0,18,65).

  • cyan value is 44.94%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 65.10%

CMYK: (45,0,18,65)
C45M0Y18K65 (45%, 0%, 18%, 65%)
(0.45 / 0.00 / 0.18 / 0.65)

CMYK percentages

%44.94
%0
%17.98
%65.1

Codes

Color #315949 in popluar color models

31 59 49
RGB 49 89 73
HSL 156° 28.99% 27.06%
HSB/HSV 156° 44.94% 34.90%
CMYK 44.94% 0.00% 17.98%
65.10%

Color #315949 in popluar number systems.

HEX 31 59 49
Decimal 49 89 73
Binary 110001 1011001 1001001
Octal 61 131 111

Shades and tints

Shades of #315949

#315949
(49,89,73)
#2D5143
(45,81,67)
#29493D
(41,73,61)
#254137
(37,65,55)
#213931
(33,57,49)
#1D312B
(29,49,43)
#192925
(25,41,37)
#15211F
(21,33,31)
#111919
(17,25,25)
#0D1113
(13,17,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #315949

#315949
(49,89,73)
#436859
(67,104,89)
#557769
(85,119,105)
#678679
(103,134,121)
#799589
(121,149,137)
#8BA499
(139,164,153)
#9DB3A9
(157,179,169)
#AFC2B9
(175,194,185)
#C1D1C9
(193,209,201)
#D3E0D9
(211,224,217)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315949; }

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

This text font color is #315949.

Background Color

.myBgColor { background-color: #315949; }

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

This div background color is #315949.

Border color

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

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

This div border color is #315949.

Opacity

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

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

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

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

This text has shadow with #315949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315949.

Preview

Color preview on black background

This text has color #315949 on black background.


Color preview on white background

This text has color #315949 on white background.


Black color preview on #315949 background

This text has black color on #315949 background.


White color preview on #315949 background

This text has white color on #315949 background.


Related colors

Complementary color

Complementary color for #hex is #CEA6B6.


I love getcolorcode.com

Triadic colors

1 #493159 and #594931 with #315949 are triadic colors.

2 #495931 and #593149 with #315949 are triadic colors.