COLOR #343652

HEX: #343652
RGB: (52,54,82)

Color info

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

RGB color model

#343652 color RGB value is (52,54,82).

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

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 82 of 255 = 32%

52
54
82

R + G + B ~ 24%. #343652 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 82 = 188 (100%)
R 52 of 188 ~ 27.66%
G 54 of 188 ~ 28.72%
B 82 of 188 ~ 43.62%

%27.66
%28.72
%43.62

CMYK color model

#343652 color CMYK value is (37,34,0,68).

  • cyan value is 36.59%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(37,34,0,68)
C37M34Y0K68 
(37%,34%,0%,68%)
(0.37/0.34/0.00/0.68)	

CMYK percentages

%36.59
%34.15
%0
%67.84

Codes

Color #343652 in popluar color models

343652
RGB525482
HSL236°22.39%26.27%
HSB/HSV236°36.59%32.16%
CMYK36.59%34.15%0.00%
67.84%

Color #343652 in popluar number systems.

HEX343652
Decimal525482
Binary1101001101101010010
Octal6466122

Shades and tints

Shades of #343652

#343652
(52,54,82)
#30324B
(48,50,75)
#2C2E44
(44,46,68)
#282A3D
(40,42,61)
#242636
(36,38,54)
#20222F
(32,34,47)
#1C1E28
(28,30,40)
#181A21
(24,26,33)
#14161A
(20,22,26)
#101213
(16,18,19)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #343652

#343652
(52,54,82)
#464861
(70,72,97)
#585A70
(88,90,112)
#6A6C7F
(106,108,127)
#7C7E8E
(124,126,142)
#8E909D
(142,144,157)
#A0A2AC
(160,162,172)
#B2B4BB
(178,180,187)
#C4C6CA
(196,198,202)
#D6D8D9
(214,216,217)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343652; }

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

This text font color is #343652.


Background Color

.myBgColor { background-color: #343652; }

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

This div background color is #343652.


Border color

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

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

This div border color is #343652.


Opacity

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

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

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

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

This text has shadow with #343652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343652 on black background.


Color preview on white background

This text has color #343652 on white background.



Black color preview on #343652 background

This text has black color on #343652 background.


White color preview on #343652 background

This text has white color on #343652 background.