COLOR #314642

HEX: #314642 RGB: (49,70,66)

Color info

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

RGB color model

#314642 color RGB value is (49,70,66).

RGB: (49,70,66) (19%, 27%, 26%)

RGB channels and saturation

R 49 of 255 = 19%
G 70 of 255 = 27%
B 66 of 255 = 26%

49
70
66

R + G + B ~ 24%. #314642 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 70 + 66 = 185 (100%)
R 49 of 185 ~ 26.49%
G 70 of 185 ~ 37.84%
B 66 of 185 ~ 35.68'%

%26.49
%37.84
%35.68

CMYK color model

#314642 color CMYK value is (30,0,6,73).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 72.55%

CMYK: (30,0,6,73)
C30M0Y6K73 (30%, 0%, 6%, 73%)
(0.30 / 0.00 / 0.06 / 0.73)

CMYK percentages

%30
%0
%5.71
%72.55

Codes

Color #314642 in popluar color models

31 46 42
RGB 49 70 66
HSL 169° 17.65% 23.33%
HSB/HSV 169° 30.00% 27.45%
CMYK 30.00% 0.00% 5.71%
72.55%

Color #314642 in popluar number systems.

HEX 31 46 42
Decimal 49 70 66
Binary 110001 1000110 1000010
Octal 61 106 102

Shades and tints

Shades of #314642

#314642
(49,70,66)
#2D403C
(45,64,60)
#293A36
(41,58,54)
#253430
(37,52,48)
#212E2A
(33,46,42)
#1D2824
(29,40,36)
#19221E
(25,34,30)
#151C18
(21,28,24)
#111612
(17,22,18)
#0D100C
(13,16,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #314642

#314642
(49,70,66)
#435653
(67,86,83)
#556664
(85,102,100)
#677675
(103,118,117)
#798686
(121,134,134)
#8B9697
(139,150,151)
#9DA6A8
(157,166,168)
#AFB6B9
(175,182,185)
#C1C6CA
(193,198,202)
#D3D6DB
(211,214,219)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314642; }

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

This text font color is #314642.

Background Color

.myBgColor { background-color: #314642; }

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

This div background color is #314642.

Border color

.myBorderColor { border: 1px solid #314642; }

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

This div border color is #314642.

Opacity

.myOpacity80 { color: #314642; opacity: 0.8; }

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

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

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

This text has shadow with #314642 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314642.

Preview

Color preview on black background

This text has color #314642 on black background.


Color preview on white background

This text has color #314642 on white background.


Black color preview on #314642 background

This text has black color on #314642 background.


White color preview on #314642 background

This text has white color on #314642 background.


Related colors

Complementary color

Complementary color for #hex is #CEB9BD.


I love getcolorcode.com

Triadic colors

1 #423146 and #464231 with #314642 are triadic colors.

2 #424631 and #463142 with #314642 are triadic colors.