COLOR #343A57

HEX: #343A57
RGB: (52,58,87)

Color info

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

RGB color model

#343A57 color RGB value is (52,58,87).

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

RGB channels and saturation

R 52 of 255 = 20%
G 58 of 255 = 23%
B 87 of 255 = 34%

52
58
87

R + G + B ~ 26%. #343A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 58 + 87 = 197 (100%)
R 52 of 197 ~ 26.4%
G 58 of 197 ~ 29.44%
B 87 of 197 ~ 44.16%

%26.4
%29.44
%44.16

CMYK color model

#343A57 color CMYK value is (40,33,0,66).

  • cyan value is 40.23%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(40,33,0,66)
C40M33Y0K66 
(40%,33%,0%,66%)
(0.40/0.33/0.00/0.66)	

CMYK percentages

%40.23
%33.33
%0
%65.88

Codes

Color #343A57 in popluar color models

343A57
RGB525887
HSL230°25.18%27.25%
HSB/HSV230°40.23%34.12%
CMYK40.23%33.33%0.00%
65.88%

Color #343A57 in popluar number systems.

HEX343A57
Decimal525887
Binary1101001110101010111
Octal6472127

Shades and tints

Shades of #343A57

#343A57
(52,58,87)
#303550
(48,53,80)
#2C3049
(44,48,73)
#282B42
(40,43,66)
#24263B
(36,38,59)
#202134
(32,33,52)
#1C1C2D
(28,28,45)
#181726
(24,23,38)
#14121F
(20,18,31)
#100D18
(16,13,24)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #343A57

#343A57
(52,58,87)
#464B66
(70,75,102)
#585C75
(88,92,117)
#6A6D84
(106,109,132)
#7C7E93
(124,126,147)
#8E8FA2
(142,143,162)
#A0A0B1
(160,160,177)
#B2B1C0
(178,177,192)
#C4C2CF
(196,194,207)
#D6D3DE
(214,211,222)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343A57; }

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

This text font color is #343A57.


Background Color

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

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

This div background color is #343A57.


Border color

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

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

This div border color is #343A57.


Opacity

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

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

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

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

This text has shadow with #343A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343A57 on black background.


Color preview on white background

This text has color #343A57 on white background.



Black color preview on #343A57 background

This text has black color on #343A57 background.


White color preview on #343A57 background

This text has white color on #343A57 background.