COLOR #343A52

HEX: #343A52
RGB: (52,58,82)

Color info

#343A52 contains red, green and blue colors in about the same proportion. Web safe color of #343A52 is #333366 (or #336).

RGB color model

#343A52 color RGB value is (52,58,82).

  • red value is 52;
  • green value is 58;
  • blue value is 82.
RGB:
(52,58,82)
(20%,23%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 58 of 255 = 23%
B 82 of 255 = 32%

52
58
82

R + G + B ~ 25%. #343A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 58 + 82 = 192 (100%)
R 52 of 192 ~ 27.08%
G 58 of 192 ~ 30.21%
B 82 of 192 ~ 42.71%

%27.08
%30.21
%42.71

CMYK color model

#343A52 color CMYK value is (37,29,0,68).

  • cyan value is 36.59%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(37,29,0,68)
C37M29Y0K68 
(37%,29%,0%,68%)
(0.37/0.29/0.00/0.68)	

CMYK percentages

%36.59
%29.27
%0
%67.84

Codes

Color #343A52 in popluar color models

343A52
RGB525882
HSL228°22.39%26.27%
HSB/HSV228°36.59%32.16%
CMYK36.59%29.27%0.00%
67.84%

Color #343A52 in popluar number systems.

HEX343A52
Decimal525882
Binary1101001110101010010
Octal6472122

Shades and tints

Shades of #343A52

#343A52
(52,58,82)
#30354B
(48,53,75)
#2C3044
(44,48,68)
#282B3D
(40,43,61)
#242636
(36,38,54)
#20212F
(32,33,47)
#1C1C28
(28,28,40)
#181721
(24,23,33)
#14121A
(20,18,26)
#100D13
(16,13,19)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #343A52

#343A52
(52,58,82)
#464B61
(70,75,97)
#585C70
(88,92,112)
#6A6D7F
(106,109,127)
#7C7E8E
(124,126,142)
#8E8F9D
(142,143,157)
#A0A0AC
(160,160,172)
#B2B1BB
(178,177,187)
#C4C2CA
(196,194,202)
#D6D3D9
(214,211,217)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343A52 color. Also use rgb(52,58,82) instead hex code.

Text Font Color

.myTextColor { color: #343A52; }

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

This text font color is #343A52.


Background Color

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

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

This div background color is #343A52.


Border color

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

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

This div border color is #343A52.


Opacity

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

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

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

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

This text has shadow with #343A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343A52 on black background.


Color preview on white background

This text has color #343A52 on white background.



Black color preview on #343A52 background

This text has black color on #343A52 background.


White color preview on #343A52 background

This text has white color on #343A52 background.