COLOR #343264

HEX: #343264 RGB: (52,50,100)

Color info

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

RGB color model

#343264 color RGB value is (52,50,100).

RGB: (52,50,100) (20%, 20%, 39%)

RGB channels and saturation

R 52 of 255 = 20%
G 50 of 255 = 20%
B 100 of 255 = 39%

52
50
100

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

Portions of RGB colors in percentages

R + G + B = 52 + 50 + 100 = 202 (100%)
R 52 of 202 ~ 25.74%
G 50 of 202 ~ 24.75%
B 100 of 202 ~ 49.5'%

%25.74
%24.75
%49.5

CMYK color model

#343264 color CMYK value is (48,50,0,61).

  • cyan value is 48.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (48,50,0,61)
C48M50Y0K61 (48%, 50%, 0%, 61%)
(0.48 / 0.50 / 0.00 / 0.61)

CMYK percentages

%48
%50
%0
%60.78

Codes

Color #343264 in popluar color models

34 32 64
RGB 52 50 100
HSL 242° 33.33% 29.41%
HSB/HSV 242° 50.00% 39.22%
CMYK 48.00% 50.00% 0.00%
60.78%

Color #343264 in popluar number systems.

HEX 34 32 64
Decimal 52 50 100
Binary 110100 110010 1100100
Octal 64 62 144

Shades and tints

Shades of #343264

#343264
(52,50,100)
#302E5B
(48,46,91)
#2C2A52
(44,42,82)
#282649
(40,38,73)
#242240
(36,34,64)
#201E37
(32,30,55)
#1C1A2E
(28,26,46)
#181625
(24,22,37)
#14121C
(20,18,28)
#100E13
(16,14,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #343264

#343264
(52,50,100)
#464472
(70,68,114)
#585680
(88,86,128)
#6A688E
(106,104,142)
#7C7A9C
(124,122,156)
#8E8CAA
(142,140,170)
#A09EB8
(160,158,184)
#B2B0C6
(178,176,198)
#C4C2D4
(196,194,212)
#D6D4E2
(214,212,226)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343264 color. Also use rgb(52,50,100) instead hex code.

Text Font Color

.myTextColor { color: #343264; }

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

This text font color is #343264.

Background Color

.myBgColor { background-color: #343264; }

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

This div background color is #343264.

Border color

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

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

This div border color is #343264.

Opacity

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

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

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

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

This text has shadow with #343264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343264.

Preview

Color preview on black background

This text has color #343264 on black background.


Color preview on white background

This text has color #343264 on white background.


Black color preview on #343264 background

This text has black color on #343264 background.


White color preview on #343264 background

This text has white color on #343264 background.


Related colors

Complementary color

Complementary color for #hex is #CBCD9B.


I love getcolorcode.com

Triadic colors

1 #643432 and #326434 with #343264 are triadic colors.

2 #643234 and #323464 with #343264 are triadic colors.