COLOR #315D4E

HEX: #315D4E RGB: (49,93,78)

Color info

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

RGB color model

#315D4E color RGB value is (49,93,78).

RGB: (49,93,78) (19%, 36%, 31%)

RGB channels and saturation

R 49 of 255 = 19%
G 93 of 255 = 36%
B 78 of 255 = 31%

49
93
78

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

Portions of RGB colors in percentages

R + G + B = 49 + 93 + 78 = 220 (100%)
R 49 of 220 ~ 22.27%
G 93 of 220 ~ 42.27%
B 78 of 220 ~ 35.45'%

%22.27
%42.27
%35.45

CMYK color model

#315D4E color CMYK value is (47,0,16,64).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 63.53%

CMYK: (47,0,16,64)
C47M0Y16K64 (47%, 0%, 16%, 64%)
(0.47 / 0.00 / 0.16 / 0.64)

CMYK percentages

%47.31
%0
%16.13
%63.53

Codes

Color #315D4E in popluar color models

31 5D 4E
RGB 49 93 78
HSL 160° 30.99% 27.84%
HSB/HSV 160° 47.31% 36.47%
CMYK 47.31% 0.00% 16.13%
63.53%

Color #315D4E in popluar number systems.

HEX 31 5D 4E
Decimal 49 93 78
Binary 110001 1011101 1001110
Octal 61 135 116

Shades and tints

Shades of #315D4E

#315D4E
(49,93,78)
#2D5547
(45,85,71)
#294D40
(41,77,64)
#254539
(37,69,57)
#213D32
(33,61,50)
#1D352B
(29,53,43)
#192D24
(25,45,36)
#15251D
(21,37,29)
#111D16
(17,29,22)
#0D150F
(13,21,15)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #315D4E

#315D4E
(49,93,78)
#436B5E
(67,107,94)
#55796E
(85,121,110)
#67877E
(103,135,126)
#79958E
(121,149,142)
#8BA39E
(139,163,158)
#9DB1AE
(157,177,174)
#AFBFBE
(175,191,190)
#C1CDCE
(193,205,206)
#D3DBDE
(211,219,222)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315D4E; }

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

This text font color is #315D4E.

Background Color

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

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

This div background color is #315D4E.

Border color

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

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

This div border color is #315D4E.

Opacity

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

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

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

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

This text has shadow with #315D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315D4E.

Preview

Color preview on black background

This text has color #315D4E on black background.


Color preview on white background

This text has color #315D4E on white background.


Black color preview on #315D4E background

This text has black color on #315D4E background.


White color preview on #315D4E background

This text has white color on #315D4E background.


Related colors

Complementary color

Complementary color for #hex is #CEA2B1.


I love getcolorcode.com

Triadic colors

1 #4E315D and #5D4E31 with #315D4E are triadic colors.

2 #4E5D31 and #5D314E with #315D4E are triadic colors.