COLOR #343E42

HEX: #343E42
RGB: (52,62,66)

Color info

#343E42 contains red, green and blue colors in about the same proportion. Web safe color of #343E42 is #333333 (or #333).

RGB color model

#343E42 color RGB value is (52,62,66).

  • red value is 52;
  • green value is 62;
  • blue value is 66.
RGB:
(52,62,66)
(20%,24%,26%)

RGB channels and saturation

R 52 of 255 = 20%
G 62 of 255 = 24%
B 66 of 255 = 26%

52
62
66

R + G + B ~ 23%. #343E42 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 62 + 66 = 180 (100%)
R 52 of 180 ~ 28.89%
G 62 of 180 ~ 34.44%
B 66 of 180 ~ 36.67%

%28.89
%34.44
%36.67

CMYK color model

#343E42 color CMYK value is (21,6,0,74).

  • cyan value is 21.21%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(21,6,0,74)
C21M6Y0K74 
(21%,6%,0%,74%)
(0.21/0.06/0.00/0.74)	

CMYK percentages

%21.21
%6.06
%0
%74.12

Codes

Color #343E42 in popluar color models

343E42
RGB526266
HSL197°11.86%23.14%
HSB/HSV197°21.21%25.88%
CMYK21.21%6.06%0.00%
74.12%

Color #343E42 in popluar number systems.

HEX343E42
Decimal526266
Binary1101001111101000010
Octal6476102

Shades and tints

Shades of #343E42

#343E42
(52,62,66)
#30393C
(48,57,60)
#2C3436
(44,52,54)
#282F30
(40,47,48)
#242A2A
(36,42,42)
#202524
(32,37,36)
#1C201E
(28,32,30)
#181B18
(24,27,24)
#141612
(20,22,18)
#10110C
(16,17,12)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #343E42

#343E42
(52,62,66)
#464F53
(70,79,83)
#586064
(88,96,100)
#6A7175
(106,113,117)
#7C8286
(124,130,134)
#8E9397
(142,147,151)
#A0A4A8
(160,164,168)
#B2B5B9
(178,181,185)
#C4C6CA
(196,198,202)
#D6D7DB
(214,215,219)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343E42 color. Also use rgb(52,62,66) instead hex code.

Text Font Color

.myTextColor { color: #343E42; }

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

This text font color is #343E42.


Background Color

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

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

This div background color is #343E42.


Border color

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

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

This div border color is #343E42.


Opacity

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

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

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

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

This text has shadow with #343E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343E42 on black background.


Color preview on white background

This text has color #343E42 on white background.



Black color preview on #343E42 background

This text has black color on #343E42 background.


White color preview on #343E42 background

This text has white color on #343E42 background.