COLOR #343550

HEX: #343550
RGB: (52,53,80)

Color info

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

RGB color model

#343550 color RGB value is (52,53,80).

  • red value is 52;
  • green value is 53;
  • blue value is 80.
RGB: (52,53,80) (20%,21%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 80 of 255 = 31%

52
53
80

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

Portions of RGB colors in percentages

R + G + B =
52 + 53 + 80 = 185 (100%)
R 52 of 185 ~ 28.11%
G 53 of 185 ~ 28.65%
B 80 of 185 ~ 43.24%

%28.11
%28.65
%43.24

CMYK color model

#343550 color CMYK value is (35,34,0,69).

  • cyan value is 35.00%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (35,34,0,69) C35M34Y0K69 (35%,34%,0%,69%) (0.35/0.34/0.00/0.69)

CMYK percentages

%35
%33.75
%0
%68.63

Codes

Color #343550 in popluar color models

343550
RGB525380
HSL238°21.21%25.88%
HSB/HSV238°35.00%31.37%
CMYK35.00%33.75%0.00%
68.63%

Color #343550 in popluar number systems.

HEX343550
Decimal525380
Binary1101001101011010000
Octal6465120

Shades and tints

Shades of #343550

#343550
(52,53,80)
#303149
(48,49,73)
#2C2D42
(44,45,66)
#28293B
(40,41,59)
#242534
(36,37,52)
#20212D
(32,33,45)
#1C1D26
(28,29,38)
#18191F
(24,25,31)
#141518
(20,21,24)
#101111
(16,17,17)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #343550

#343550
(52,53,80)
#46475F
(70,71,95)
#58596E
(88,89,110)
#6A6B7D
(106,107,125)
#7C7D8C
(124,125,140)
#8E8F9B
(142,143,155)
#A0A1AA
(160,161,170)
#B2B3B9
(178,179,185)
#C4C5C8
(196,197,200)
#D6D7D7
(214,215,215)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343550 color. Also use rgb(52,53,80) instead hex code.

Text Font Color

.myTextColor { color: #343550; }

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

This text font color is #343550.


Background Color

.myBgColor { background-color: #343550; }

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

This div background color is #343550.


Border color

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

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

This div border color is #343550.


Opacity

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

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

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

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

This text has shadow with #343550 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #343550 on black background.


Color preview on white background

This text has color #343550 on white background.



Black color preview on #343550 background

This text has black color on #343550 background.


White color preview on #343550 background

This text has white color on #343550 background.