COLOR #314D42

HEX: #314D42 RGB: (49,77,66)

Color info

#314D42 contains red, green and blue colors in about the same proportion. Web safe color of #314D42 is #333333 (or #333).

RGB color model

#314D42 color RGB value is (49,77,66).

RGB: (49,77,66) (19%, 30%, 26%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 66 of 255 = 26%

49
77
66

R + G + B ~ 25%. #314D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 77 + 66 = 192 (100%)
R 49 of 192 ~ 25.52%
G 77 of 192 ~ 40.1%
B 66 of 192 ~ 34.38'%

%25.52
%40.1
%34.38

CMYK color model

#314D42 color CMYK value is (36,0,14,70).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 69.80%
CMYK: (36,0,14,70) C36M0Y14K70 (36%,0%,14%,70%) (0.36/0.00/0.14/0.70) 

CMYK percentages

%36.36
%0
%14.29
%69.8

Codes

Color #314D42 in popluar color models

31 4D 42
RGB 49 77 66
HSL 156° 22.22% 24.71%
HSB/HSV 156° 36.36% 30.20%
CMYK 36.36% 0.00% 14.29%
69.80%

Color #314D42 in popluar number systems.

HEX 31 4D 42
Decimal 49 77 66
Binary 110001 1001101 1000010
Octal 61 115 102

Shades and tints

Shades of #314D42

#314D42
(49,77,66)
#2D463C
(45,70,60)
#293F36
(41,63,54)
#253830
(37,56,48)
#21312A
(33,49,42)
#1D2A24
(29,42,36)
#19231E
(25,35,30)
#151C18
(21,28,24)
#111512
(17,21,18)
#0D0E0C
(13,14,12)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #314D42

#314D42
(49,77,66)
#435D53
(67,93,83)
#556D64
(85,109,100)
#677D75
(103,125,117)
#798D86
(121,141,134)
#8B9D97
(139,157,151)
#9DADA8
(157,173,168)
#AFBDB9
(175,189,185)
#C1CDCA
(193,205,202)
#D3DDDB
(211,221,219)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D42 color. Also use rgb(49,77,66) instead hex code.

Text Font Color

.myTextColor { color: #314D42; }

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

This text font color is #314D42.

Background Color

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

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

This div background color is #314D42.

Border color

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

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

This div border color is #314D42.

Opacity

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

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

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

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

This text has shadow with #314D42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314D42.

Preview

Color preview on black background

This text has color #314D42 on black background.


Color preview on white background

This text has color #314D42 on white background.


Black color preview on #314D42 background

This text has black color on #314D42 background.


White color preview on #314D42 background

This text has white color on #314D42 background.


Related colors

Complementary color

Complementary color for #hex is #CEB2BD.


I love getcolorcode.com

Triadic colors

1 #42314D and #4D4231 with #314D42 are triadic colors.

2 #424D31 and #4D3142 with #314D42 are triadic colors.