COLOR #314339

HEX: #314339
RGB: (49,67,57)

Color info

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

RGB color model

#314339 color RGB value is (49,67,57).

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

RGB channels and saturation

R 49 of 255 = 19%
G 67 of 255 = 26%
B 57 of 255 = 22%

49
67
57

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

Portions of RGB colors in percentages

R + G + B =
49 + 67 + 57 = 173 (100%)
R 49 of 173 ~ 28.32%
G 67 of 173 ~ 38.73%
B 57 of 173 ~ 32.95%

%28.32
%38.73
%32.95

CMYK color model

#314339 color CMYK value is (27,0,15,74).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(27,0,15,74)
C27M0Y15K74 
(27%,0%,15%,74%)
(0.27/0.00/0.15/0.74)	

CMYK percentages

%26.87
%0
%14.93
%73.73

Codes

Color #314339 in popluar color models

314339
RGB496757
HSL147°15.52%22.75%
HSB/HSV147°26.87%26.27%
CMYK26.87%0.00%14.93%
73.73%

Color #314339 in popluar number systems.

HEX314339
Decimal496757
Binary1100011000011111001
Octal6110371

Shades and tints

Shades of #314339

#314339
(49,67,57)
#2D3D34
(45,61,52)
#29372F
(41,55,47)
#25312A
(37,49,42)
#212B25
(33,43,37)
#1D2520
(29,37,32)
#191F1B
(25,31,27)
#151916
(21,25,22)
#111311
(17,19,17)
#0D0D0C
(13,13,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #314339

#314339
(49,67,57)
#43544B
(67,84,75)
#55655D
(85,101,93)
#67766F
(103,118,111)
#798781
(121,135,129)
#8B9893
(139,152,147)
#9DA9A5
(157,169,165)
#AFBAB7
(175,186,183)
#C1CBC9
(193,203,201)
#D3DCDB
(211,220,219)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314339; }

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

This text font color is #314339.


Background Color

.myBgColor { background-color: #314339; }

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

This div background color is #314339.


Border color

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

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

This div border color is #314339.


Opacity

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

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

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

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

This text has shadow with #314339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314339 on black background.


Color preview on white background

This text has color #314339 on white background.



Black color preview on #314339 background

This text has black color on #314339 background.


White color preview on #314339 background

This text has white color on #314339 background.