COLOR #314139

HEX: #314139 RGB: (49,65,57)

Color info

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

RGB color model

#314139 color RGB value is (49,65,57).

RGB: (49,65,57) (19%, 25%, 22%)

RGB channels and saturation

R 49 of 255 = 19%
G 65 of 255 = 25%
B 57 of 255 = 22%

49
65
57

R + G + B ~ 22%. #314139 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 65 + 57 = 171 (100%)
R 49 of 171 ~ 28.65%
G 65 of 171 ~ 38.01%
B 57 of 171 ~ 33.33'%

%28.65
%38.01
%33.33

CMYK color model

#314139 color CMYK value is (25,0,12,75).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 74.51%

CMYK: (25,0,12,75)
C25M0Y12K75 (25%, 0%, 12%, 75%)
(0.25 / 0.00 / 0.12 / 0.75)

CMYK percentages

%24.62
%0
%12.31
%74.51

Codes

Color #314139 in popluar color models

31 41 39
RGB 49 65 57
HSL 150° 14.04% 22.35%
HSB/HSV 150° 24.62% 25.49%
CMYK 24.62% 0.00% 12.31%
74.51%

Color #314139 in popluar number systems.

HEX 31 41 39
Decimal 49 65 57
Binary 110001 1000001 111001
Octal 61 101 71

Shades and tints

Shades of #314139

#314139
(49,65,57)
#2D3C34
(45,60,52)
#29372F
(41,55,47)
#25322A
(37,50,42)
#212D25
(33,45,37)
#1D2820
(29,40,32)
#19231B
(25,35,27)
#151E16
(21,30,22)
#111911
(17,25,17)
#0D140C
(13,20,12)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #314139

#314139
(49,65,57)
#43524B
(67,82,75)
#55635D
(85,99,93)
#67746F
(103,116,111)
#798581
(121,133,129)
#8B9693
(139,150,147)
#9DA7A5
(157,167,165)
#AFB8B7
(175,184,183)
#C1C9C9
(193,201,201)
#D3DADB
(211,218,219)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314139 color. Also use rgb(49,65,57) instead hex code.

Text Font Color

.myTextColor { color: #314139; }

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

This text font color is #314139.

Background Color

.myBgColor { background-color: #314139; }

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

This div background color is #314139.

Border color

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

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

This div border color is #314139.

Opacity

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

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

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

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

This text has shadow with #314139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314139.

Preview

Color preview on black background

This text has color #314139 on black background.


Color preview on white background

This text has color #314139 on white background.


Black color preview on #314139 background

This text has black color on #314139 background.


White color preview on #314139 background

This text has white color on #314139 background.


Related colors

Complementary color

Complementary color for #hex is #CEBEC6.


I love getcolorcode.com

Triadic colors

1 #393141 and #413931 with #314139 are triadic colors.

2 #394131 and #413139 with #314139 are triadic colors.