COLOR #314C5F

HEX: #314C5F RGB: (49,76,95)

Color info

#314C5F contains red, green and blue colors in about the same proportion. Web safe color of #314C5F is #333366 (or #336).

RGB color model

#314C5F color RGB value is (49,76,95).

RGB: (49,76,95) (19%, 30%, 37%)

RGB channels and saturation

R 49 of 255 = 19%
G 76 of 255 = 30%
B 95 of 255 = 37%

49
76
95

R + G + B ~ 29%. #314C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 76 + 95 = 220 (100%)
R 49 of 220 ~ 22.27%
G 76 of 220 ~ 34.55%
B 95 of 220 ~ 43.18'%

%22.27
%34.55
%43.18

CMYK color model

#314C5F color CMYK value is (48,20,0,63).

  • cyan value is 48.42%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (48,20,0,63) C48M20Y0K63 (48%,20%,0%,63%) (0.48/0.20/0.00/0.63) 

CMYK percentages

%48.42
%20
%0
%62.75

Codes

Color #314C5F in popluar color models

31 4C 5F
RGB 49 76 95
HSL 205° 31.94% 28.24%
HSB/HSV 205° 48.42% 37.25%
CMYK 48.42% 20.00% 0.00%
62.75%

Color #314C5F in popluar number systems.

HEX 31 4C 5F
Decimal 49 76 95
Binary 110001 1001100 1011111
Octal 61 114 137

Shades and tints

Shades of #314C5F

#314C5F
(49,76,95)
#2D4657
(45,70,87)
#29404F
(41,64,79)
#253A47
(37,58,71)
#21343F
(33,52,63)
#1D2E37
(29,46,55)
#19282F
(25,40,47)
#152227
(21,34,39)
#111C1F
(17,28,31)
#0D1617
(13,22,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #314C5F

#314C5F
(49,76,95)
#435C6D
(67,92,109)
#556C7B
(85,108,123)
#677C89
(103,124,137)
#798C97
(121,140,151)
#8B9CA5
(139,156,165)
#9DACB3
(157,172,179)
#AFBCC1
(175,188,193)
#C1CCCF
(193,204,207)
#D3DCDD
(211,220,221)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314C5F color. Also use rgb(49,76,95) instead hex code.

Text Font Color

.myTextColor { color: #314C5F; }

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

This text font color is #314C5F.

Background Color

.myBgColor { background-color: #314C5F; }

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

This div background color is #314C5F.

Border color

.myBorderColor { border: 1px solid #314C5F; }

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

This div border color is #314C5F.

Opacity

.myOpacity80 { color: #314C5F; opacity: 0.8; }

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

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

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

This text has shadow with #314C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314C5F.

Preview

Color preview on black background

This text has color #314C5F on black background.


Color preview on white background

This text has color #314C5F on white background.


Black color preview on #314C5F background

This text has black color on #314C5F background.


White color preview on #314C5F background

This text has white color on #314C5F background.


Related colors

Complementary color

Complementary color for #hex is #CEB3A0.


I love getcolorcode.com

Triadic colors

1 #5F314C and #4C5F31 with #314C5F are triadic colors.

2 #5F4C31 and #4C315F with #314C5F are triadic colors.