COLOR #343F67

HEX: #343F67
RGB: (52,63,103)

Color info

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

RGB color model

#343F67 color RGB value is (52,63,103).

  • red value is 52;
  • green value is 63;
  • blue value is 103.
RGB:
(52,63,103)
(20%,25%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 63 of 255 = 25%
B 103 of 255 = 40%

52
63
103

R + G + B ~ 28%. #343F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 63 + 103 = 218 (100%)
R 52 of 218 ~ 23.85%
G 63 of 218 ~ 28.9%
B 103 of 218 ~ 47.25%

%23.85
%28.9
%47.25

CMYK color model

#343F67 color CMYK value is (50,39,0,60).

  • cyan value is 49.51%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(50,39,0,60)
C50M39Y0K60 
(50%,39%,0%,60%)
(0.50/0.39/0.00/0.60)	

CMYK percentages

%49.51
%38.83
%0
%59.61

Codes

Color #343F67 in popluar color models

343F67
RGB5263103
HSL227°32.90%30.39%
HSB/HSV227°49.51%40.39%
CMYK49.51%38.83%0.00%
59.61%

Color #343F67 in popluar number systems.

HEX343F67
Decimal5263103
Binary1101001111111100111
Octal6477147

Shades and tints

Shades of #343F67

#343F67
(52,63,103)
#303A5E
(48,58,94)
#2C3555
(44,53,85)
#28304C
(40,48,76)
#242B43
(36,43,67)
#20263A
(32,38,58)
#1C2131
(28,33,49)
#181C28
(24,28,40)
#14171F
(20,23,31)
#101216
(16,18,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #343F67

#343F67
(52,63,103)
#465074
(70,80,116)
#586181
(88,97,129)
#6A728E
(106,114,142)
#7C839B
(124,131,155)
#8E94A8
(142,148,168)
#A0A5B5
(160,165,181)
#B2B6C2
(178,182,194)
#C4C7CF
(196,199,207)
#D6D8DC
(214,216,220)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343F67 color. Also use rgb(52,63,103) instead hex code.

Text Font Color

.myTextColor { color: #343F67; }

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

This text font color is #343F67.


Background Color

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

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

This div background color is #343F67.


Border color

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

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

This div border color is #343F67.


Opacity

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

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

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

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

This text has shadow with #343F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343F67 on black background.


Color preview on white background

This text has color #343F67 on white background.



Black color preview on #343F67 background

This text has black color on #343F67 background.


White color preview on #343F67 background

This text has white color on #343F67 background.