COLOR #315C4D

HEX: #315C4D RGB: (49,92,77)

Color info

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

RGB color model

#315C4D color RGB value is (49,92,77).

RGB: (49,92,77) (19%, 36%, 30%)

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 77 of 255 = 30%

49
92
77

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

Portions of RGB colors in percentages

R + G + B = 49 + 92 + 77 = 218 (100%)
R 49 of 218 ~ 22.48%
G 92 of 218 ~ 42.2%
B 77 of 218 ~ 35.32'%

%22.48
%42.2
%35.32

CMYK color model

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

  • cyan value is 46.74%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 63.92%

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

CMYK percentages

%46.74
%0
%16.3
%63.92

Codes

Color #315C4D in popluar color models

31 5C 4D
RGB 49 92 77
HSL 159° 30.50% 27.65%
HSB/HSV 159° 46.74% 36.08%
CMYK 46.74% 0.00% 16.30%
63.92%

Color #315C4D in popluar number systems.

HEX 31 5C 4D
Decimal 49 92 77
Binary 110001 1011100 1001101
Octal 61 134 115

Shades and tints

Shades of #315C4D

#315C4D
(49,92,77)
#2D5446
(45,84,70)
#294C3F
(41,76,63)
#254438
(37,68,56)
#213C31
(33,60,49)
#1D342A
(29,52,42)
#192C23
(25,44,35)
#15241C
(21,36,28)
#111C15
(17,28,21)
#0D140E
(13,20,14)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #315C4D

#315C4D
(49,92,77)
#436A5D
(67,106,93)
#55786D
(85,120,109)
#67867D
(103,134,125)
#79948D
(121,148,141)
#8BA29D
(139,162,157)
#9DB0AD
(157,176,173)
#AFBEBD
(175,190,189)
#C1CCCD
(193,204,205)
#D3DADD
(211,218,221)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315C4D color. Also use rgb(49,92,77) instead hex code.

Text Font Color

.myTextColor { color: #315C4D; }

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

This text font color is #315C4D.

Background Color

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

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

This div background color is #315C4D.

Border color

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

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

This div border color is #315C4D.

Opacity

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

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

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

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

This text has shadow with #315C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315C4D.

Preview

Color preview on black background

This text has color #315C4D on black background.


Color preview on white background

This text has color #315C4D on white background.


Black color preview on #315C4D background

This text has black color on #315C4D background.


White color preview on #315C4D background

This text has white color on #315C4D background.


Related colors

Complementary color

Complementary color for #hex is #CEA3B2.


I love getcolorcode.com

Triadic colors

1 #4D315C and #5C4D31 with #315C4D are triadic colors.

2 #4D5C31 and #5C314D with #315C4D are triadic colors.