COLOR #343D50

HEX: #343D50
RGB: (52,61,80)

Color info

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

RGB color model

#343D50 color RGB value is (52,61,80).

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

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 80 of 255 = 31%

52
61
80

R + G + B ~ 25%. #343D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 61 + 80 = 193 (100%)
R 52 of 193 ~ 26.94%
G 61 of 193 ~ 31.61%
B 80 of 193 ~ 41.45%

%26.94
%31.61
%41.45

CMYK color model

#343D50 color CMYK value is (35,24,0,69).

  • cyan value is 35.00%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(35,24,0,69)
C35M24Y0K69 
(35%,24%,0%,69%)
(0.35/0.24/0.00/0.69)	

CMYK percentages

%35
%23.75
%0
%68.63

Codes

Color #343D50 in popluar color models

343D50
RGB526180
HSL221°21.21%25.88%
HSB/HSV221°35.00%31.37%
CMYK35.00%23.75%0.00%
68.63%

Color #343D50 in popluar number systems.

HEX343D50
Decimal526180
Binary1101001111011010000
Octal6475120

Shades and tints

Shades of #343D50

#343D50
(52,61,80)
#303849
(48,56,73)
#2C3342
(44,51,66)
#282E3B
(40,46,59)
#242934
(36,41,52)
#20242D
(32,36,45)
#1C1F26
(28,31,38)
#181A1F
(24,26,31)
#141518
(20,21,24)
#101011
(16,16,17)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #343D50

#343D50
(52,61,80)
#464E5F
(70,78,95)
#585F6E
(88,95,110)
#6A707D
(106,112,125)
#7C818C
(124,129,140)
#8E929B
(142,146,155)
#A0A3AA
(160,163,170)
#B2B4B9
(178,180,185)
#C4C5C8
(196,197,200)
#D6D6D7
(214,214,215)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343D50; }

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

This text font color is #343D50.


Background Color

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

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

This div background color is #343D50.


Border color

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

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

This div border color is #343D50.


Opacity

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

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

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

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

This text has shadow with #343D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343D50 on black background.


Color preview on white background

This text has color #343D50 on white background.



Black color preview on #343D50 background

This text has black color on #343D50 background.


White color preview on #343D50 background

This text has white color on #343D50 background.