COLOR #343F6D

HEX: #343F6D
RGB: (52,63,109)

Color info

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

RGB color model

#343F6D color RGB value is (52,63,109).

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

RGB channels and saturation

R 52 of 255 = 20%
G 63 of 255 = 25%
B 109 of 255 = 43%

52
63
109

R + G + B ~ 29%. #343F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 63 + 109 = 224 (100%)
R 52 of 224 ~ 23.21%
G 63 of 224 ~ 28.13%
B 109 of 224 ~ 48.66%

%23.21
%28.13
%48.66

CMYK color model

#343F6D color CMYK value is (52,42,0,57).

  • cyan value is 52.29%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(52,42,0,57)
C52M42Y0K57 
(52%,42%,0%,57%)
(0.52/0.42/0.00/0.57)	

CMYK percentages

%52.29
%42.2
%0
%57.25

Codes

Color #343F6D in popluar color models

343F6D
RGB5263109
HSL228°35.40%31.57%
HSB/HSV228°52.29%42.75%
CMYK52.29%42.20%0.00%
57.25%

Color #343F6D in popluar number systems.

HEX343F6D
Decimal5263109
Binary1101001111111101101
Octal6477155

Shades and tints

Shades of #343F6D

#343F6D
(52,63,109)
#303A64
(48,58,100)
#2C355B
(44,53,91)
#283052
(40,48,82)
#242B49
(36,43,73)
#202640
(32,38,64)
#1C2137
(28,33,55)
#181C2E
(24,28,46)
#141725
(20,23,37)
#10121C
(16,18,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #343F6D

#343F6D
(52,63,109)
#46507A
(70,80,122)
#586187
(88,97,135)
#6A7294
(106,114,148)
#7C83A1
(124,131,161)
#8E94AE
(142,148,174)
#A0A5BB
(160,165,187)
#B2B6C8
(178,182,200)
#C4C7D5
(196,199,213)
#D6D8E2
(214,216,226)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343F6D; }

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

This text font color is #343F6D.


Background Color

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

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

This div background color is #343F6D.


Border color

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

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

This div border color is #343F6D.


Opacity

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

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

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

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

This text has shadow with #343F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343F6D on black background.


Color preview on white background

This text has color #343F6D on white background.



Black color preview on #343F6D background

This text has black color on #343F6D background.


White color preview on #343F6D background

This text has white color on #343F6D background.