COLOR #315C6C

HEX: #315C6C RGB: (49,92,108)

Color info

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

RGB color model

#315C6C color RGB value is (49,92,108).

RGB: (49,92,108) (19%, 36%, 42%)

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 108 of 255 = 42%

49
92
108

R + G + B ~ 32%. #315C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 92 + 108 = 249 (100%)
R 49 of 249 ~ 19.68%
G 92 of 249 ~ 36.95%
B 108 of 249 ~ 43.37'%

%19.68
%36.95
%43.37

CMYK color model

#315C6C color CMYK value is (55,15,0,58).

  • cyan value is 54.63%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (55,15,0,58)
C55M15Y0K58 (55%, 15%, 0%, 58%)
(0.55 / 0.15 / 0.00 / 0.58)

CMYK percentages

%54.63
%14.81
%0
%57.65

Codes

Color #315C6C in popluar color models

31 5C 6C
RGB 49 92 108
HSL 196° 37.58% 30.78%
HSB/HSV 196° 54.63% 42.35%
CMYK 54.63% 14.81% 0.00%
57.65%

Color #315C6C in popluar number systems.

HEX 31 5C 6C
Decimal 49 92 108
Binary 110001 1011100 1101100
Octal 61 134 154

Shades and tints

Shades of #315C6C

#315C6C
(49,92,108)
#2D5463
(45,84,99)
#294C5A
(41,76,90)
#254451
(37,68,81)
#213C48
(33,60,72)
#1D343F
(29,52,63)
#192C36
(25,44,54)
#15242D
(21,36,45)
#111C24
(17,28,36)
#0D141B
(13,20,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #315C6C

#315C6C
(49,92,108)
#436A79
(67,106,121)
#557886
(85,120,134)
#678693
(103,134,147)
#7994A0
(121,148,160)
#8BA2AD
(139,162,173)
#9DB0BA
(157,176,186)
#AFBEC7
(175,190,199)
#C1CCD4
(193,204,212)
#D3DAE1
(211,218,225)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315C6C; }

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

This text font color is #315C6C.

Background Color

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

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

This div background color is #315C6C.

Border color

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

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

This div border color is #315C6C.

Opacity

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

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

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

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

This text has shadow with #315C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315C6C.

Preview

Color preview on black background

This text has color #315C6C on black background.


Color preview on white background

This text has color #315C6C on white background.


Black color preview on #315C6C background

This text has black color on #315C6C background.


White color preview on #315C6C background

This text has white color on #315C6C background.


Related colors

Complementary color

Complementary color for #hex is #CEA393.


I love getcolorcode.com

Triadic colors

1 #6C315C and #5C6C31 with #315C6C are triadic colors.

2 #6C5C31 and #5C316C with #315C6C are triadic colors.