COLOR #314C7C

HEX: #314C7C RGB: (49,76,124)

Color info

#314C7C contains mainly green and blue colors. Web safe color of #314C7C is #333366 (or #336).

RGB color model

#314C7C color RGB value is (49,76,124).

RGB: (49,76,124) (19%, 30%, 49%)

RGB channels and saturation

R 49 of 255 = 19%
G 76 of 255 = 30%
B 124 of 255 = 49%

49
76
124

R + G + B ~ 33%. #314C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 76 + 124 = 249 (100%)
R 49 of 249 ~ 19.68%
G 76 of 249 ~ 30.52%
B 124 of 249 ~ 49.8'%

%19.68
%30.52
%49.8

CMYK color model

#314C7C color CMYK value is (60,39,0,51).

  • cyan value is 60.48%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (60,39,0,51)
C60M39Y0K51 (60%, 39%, 0%, 51%)
(0.60 / 0.39 / 0.00 / 0.51)

CMYK percentages

%60.48
%38.71
%0
%51.37

Codes

Color #314C7C in popluar color models

31 4C 7C
RGB 49 76 124
HSL 218° 43.35% 33.92%
HSB/HSV 218° 60.48% 48.63%
CMYK 60.48% 38.71% 0.00%
51.37%

Color #314C7C in popluar number systems.

HEX 31 4C 7C
Decimal 49 76 124
Binary 110001 1001100 1111100
Octal 61 114 174

Shades and tints

Shades of #314C7C

#314C7C
(49,76,124)
#2D4671
(45,70,113)
#294066
(41,64,102)
#253A5B
(37,58,91)
#213450
(33,52,80)
#1D2E45
(29,46,69)
#19283A
(25,40,58)
#15222F
(21,34,47)
#111C24
(17,28,36)
#0D1619
(13,22,25)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #314C7C

#314C7C
(49,76,124)
#435C87
(67,92,135)
#556C92
(85,108,146)
#677C9D
(103,124,157)
#798CA8
(121,140,168)
#8B9CB3
(139,156,179)
#9DACBE
(157,172,190)
#AFBCC9
(175,188,201)
#C1CCD4
(193,204,212)
#D3DCDF
(211,220,223)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314C7C; }

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

This text font color is #314C7C.

Background Color

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

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

This div background color is #314C7C.

Border color

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

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

This div border color is #314C7C.

Opacity

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

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

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

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

This text has shadow with #314C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314C7C.

Preview

Color preview on black background

This text has color #314C7C on black background.


Color preview on white background

This text has color #314C7C on white background.


Black color preview on #314C7C background

This text has black color on #314C7C background.


White color preview on #314C7C background

This text has white color on #314C7C background.


Related colors

Complementary color

Complementary color for #hex is #CEB383.


I love getcolorcode.com

Triadic colors

1 #7C314C and #4C7C31 with #314C7C are triadic colors.

2 #7C4C31 and #4C317C with #314C7C are triadic colors.