COLOR #343662

HEX: #343662
RGB: (52,54,98)

Color info

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

RGB color model

#343662 color RGB value is (52,54,98).

  • red value is 52;
  • green value is 54;
  • blue value is 98.
RGB:
(52,54,98)
(20%,21%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 98 of 255 = 38%

52
54
98

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

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 98 = 204 (100%)
R 52 of 204 ~ 25.49%
G 54 of 204 ~ 26.47%
B 98 of 204 ~ 48.04%

%25.49
%26.47
%48.04

CMYK color model

#343662 color CMYK value is (47,45,0,62).

  • cyan value is 46.94%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(47,45,0,62)
C47M45Y0K62 
(47%,45%,0%,62%)
(0.47/0.45/0.00/0.62)	

CMYK percentages

%46.94
%44.9
%0
%61.57

Codes

Color #343662 in popluar color models

343662
RGB525498
HSL237°30.67%29.41%
HSB/HSV237°46.94%38.43%
CMYK46.94%44.90%0.00%
61.57%

Color #343662 in popluar number systems.

HEX343662
Decimal525498
Binary1101001101101100010
Octal6466142

Shades and tints

Shades of #343662

#343662
(52,54,98)
#30325A
(48,50,90)
#2C2E52
(44,46,82)
#282A4A
(40,42,74)
#242642
(36,38,66)
#20223A
(32,34,58)
#1C1E32
(28,30,50)
#181A2A
(24,26,42)
#141622
(20,22,34)
#10121A
(16,18,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #343662

#343662
(52,54,98)
#464870
(70,72,112)
#585A7E
(88,90,126)
#6A6C8C
(106,108,140)
#7C7E9A
(124,126,154)
#8E90A8
(142,144,168)
#A0A2B6
(160,162,182)
#B2B4C4
(178,180,196)
#C4C6D2
(196,198,210)
#D6D8E0
(214,216,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343662 color. Also use rgb(52,54,98) instead hex code.

Text Font Color

.myTextColor { color: #343662; }

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

This text font color is #343662.


Background Color

.myBgColor { background-color: #343662; }

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

This div background color is #343662.


Border color

.myBorderColor { border: 1px solid #343662; }

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

This div border color is #343662.


Opacity

.myOpacity80 { color: #343662; opacity: 0.8; }

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

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

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

This text has shadow with #343662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343662 on black background.


Color preview on white background

This text has color #343662 on white background.



Black color preview on #343662 background

This text has black color on #343662 background.


White color preview on #343662 background

This text has white color on #343662 background.