COLOR #314639

HEX: #314639
RGB: (49,70,57)

Color info

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

RGB color model

#314639 color RGB value is (49,70,57).

  • red value is 49;
  • green value is 70;
  • blue value is 57.
RGB:
(49,70,57)
(19%,27%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 70 of 255 = 27%
B 57 of 255 = 22%

49
70
57

R + G + B ~ 23%. #314639 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 70 + 57 = 176 (100%)
R 49 of 176 ~ 27.84%
G 70 of 176 ~ 39.77%
B 57 of 176 ~ 32.39%

%27.84
%39.77
%32.39

CMYK color model

#314639 color CMYK value is (30,0,19,73).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(30,0,19,73)
C30M0Y19K73 
(30%,0%,19%,73%)
(0.30/0.00/0.19/0.73)	

CMYK percentages

%30
%0
%18.57
%72.55

Codes

Color #314639 in popluar color models

314639
RGB497057
HSL143°17.65%23.33%
HSB/HSV143°30.00%27.45%
CMYK30.00%0.00%18.57%
72.55%

Color #314639 in popluar number systems.

HEX314639
Decimal497057
Binary1100011000110111001
Octal6110671

Shades and tints

Shades of #314639

#314639
(49,70,57)
#2D4034
(45,64,52)
#293A2F
(41,58,47)
#25342A
(37,52,42)
#212E25
(33,46,37)
#1D2820
(29,40,32)
#19221B
(25,34,27)
#151C16
(21,28,22)
#111611
(17,22,17)
#0D100C
(13,16,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #314639

#314639
(49,70,57)
#43564B
(67,86,75)
#55665D
(85,102,93)
#67766F
(103,118,111)
#798681
(121,134,129)
#8B9693
(139,150,147)
#9DA6A5
(157,166,165)
#AFB6B7
(175,182,183)
#C1C6C9
(193,198,201)
#D3D6DB
(211,214,219)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314639; }

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

This text font color is #314639.


Background Color

.myBgColor { background-color: #314639; }

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

This div background color is #314639.


Border color

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

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

This div border color is #314639.


Opacity

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

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

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

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

This text has shadow with #314639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314639 on black background.


Color preview on white background

This text has color #314639 on white background.



Black color preview on #314639 background

This text has black color on #314639 background.


White color preview on #314639 background

This text has white color on #314639 background.