COLOR #343B49

HEX: #343B49
RGB: (52,59,73)

Color info

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

RGB color model

#343B49 color RGB value is (52,59,73).

  • red value is 52;
  • green value is 59;
  • blue value is 73.
RGB:
(52,59,73)
(20%,23%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 59 of 255 = 23%
B 73 of 255 = 29%

52
59
73

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

Portions of RGB colors in percentages

R + G + B =
52 + 59 + 73 = 184 (100%)
R 52 of 184 ~ 28.26%
G 59 of 184 ~ 32.07%
B 73 of 184 ~ 39.67%

%28.26
%32.07
%39.67

CMYK color model

#343B49 color CMYK value is (29,19,0,71).

  • cyan value is 28.77%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(29,19,0,71)
C29M19Y0K71 
(29%,19%,0%,71%)
(0.29/0.19/0.00/0.71)	

CMYK percentages

%28.77
%19.18
%0
%71.37

Codes

Color #343B49 in popluar color models

343B49
RGB525973
HSL220°16.80%24.51%
HSB/HSV220°28.77%28.63%
CMYK28.77%19.18%0.00%
71.37%

Color #343B49 in popluar number systems.

HEX343B49
Decimal525973
Binary1101001110111001001
Octal6473111

Shades and tints

Shades of #343B49

#343B49
(52,59,73)
#303643
(48,54,67)
#2C313D
(44,49,61)
#282C37
(40,44,55)
#242731
(36,39,49)
#20222B
(32,34,43)
#1C1D25
(28,29,37)
#18181F
(24,24,31)
#141319
(20,19,25)
#100E13
(16,14,19)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #343B49

#343B49
(52,59,73)
#464C59
(70,76,89)
#585D69
(88,93,105)
#6A6E79
(106,110,121)
#7C7F89
(124,127,137)
#8E9099
(142,144,153)
#A0A1A9
(160,161,169)
#B2B2B9
(178,178,185)
#C4C3C9
(196,195,201)
#D6D4D9
(214,212,217)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343B49 color. Also use rgb(52,59,73) instead hex code.

Text Font Color

.myTextColor { color: #343B49; }

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

This text font color is #343B49.


Background Color

.myBgColor { background-color: #343B49; }

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

This div background color is #343B49.


Border color

.myBorderColor { border: 1px solid #343B49; }

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

This div border color is #343B49.


Opacity

.myOpacity80 { color: #343B49; opacity: 0.8; }

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

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

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

This text has shadow with #343B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343B49 on black background.


Color preview on white background

This text has color #343B49 on white background.



Black color preview on #343B49 background

This text has black color on #343B49 background.


White color preview on #343B49 background

This text has white color on #343B49 background.