COLOR #343D4E

HEX: #343D4E
RGB: (52,61,78)

Color info

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

RGB color model

#343D4E color RGB value is (52,61,78).

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

RGB channels and saturation

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

52
61
78

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

Portions of RGB colors in percentages

R + G + B =
52 + 61 + 78 = 191 (100%)
R 52 of 191 ~ 27.23%
G 61 of 191 ~ 31.94%
B 78 of 191 ~ 40.84%

%27.23
%31.94
%40.84

CMYK color model

#343D4E color CMYK value is (33,22,0,69).

  • cyan value is 33.33%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(33,22,0,69)
C33M22Y0K69 
(33%,22%,0%,69%)
(0.33/0.22/0.00/0.69)	

CMYK percentages

%33.33
%21.79
%0
%69.41

Codes

Color #343D4E in popluar color models

343D4E
RGB526178
HSL219°20.00%25.49%
HSB/HSV219°33.33%30.59%
CMYK33.33%21.79%0.00%
69.41%

Color #343D4E in popluar number systems.

HEX343D4E
Decimal526178
Binary1101001111011001110
Octal6475116

Shades and tints

Shades of #343D4E

#343D4E
(52,61,78)
#303847
(48,56,71)
#2C3340
(44,51,64)
#282E39
(40,46,57)
#242932
(36,41,50)
#20242B
(32,36,43)
#1C1F24
(28,31,36)
#181A1D
(24,26,29)
#141516
(20,21,22)
#10100F
(16,16,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #343D4E

#343D4E
(52,61,78)
#464E5E
(70,78,94)
#585F6E
(88,95,110)
#6A707E
(106,112,126)
#7C818E
(124,129,142)
#8E929E
(142,146,158)
#A0A3AE
(160,163,174)
#B2B4BE
(178,180,190)
#C4C5CE
(196,197,206)
#D6D6DE
(214,214,222)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343D4E; }

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

This text font color is #343D4E.


Background Color

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

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

This div background color is #343D4E.


Border color

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

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

This div border color is #343D4E.


Opacity

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

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

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

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

This text has shadow with #343D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343D4E on black background.


Color preview on white background

This text has color #343D4E on white background.



Black color preview on #343D4E background

This text has black color on #343D4E background.


White color preview on #343D4E background

This text has white color on #343D4E background.