COLOR #343842

HEX: #343842
RGB: (52,56,66)

Color info

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

RGB color model

#343842 color RGB value is (52,56,66).

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

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 66 of 255 = 26%

52
56
66

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

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 66 = 174 (100%)
R 52 of 174 ~ 29.89%
G 56 of 174 ~ 32.18%
B 66 of 174 ~ 37.93%

%29.89
%32.18
%37.93

CMYK color model

#343842 color CMYK value is (21,15,0,74).

  • cyan value is 21.21%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(21,15,0,74)
C21M15Y0K74 
(21%,15%,0%,74%)
(0.21/0.15/0.00/0.74)	

CMYK percentages

%21.21
%15.15
%0
%74.12

Codes

Color #343842 in popluar color models

343842
RGB525666
HSL223°11.86%23.14%
HSB/HSV223°21.21%25.88%
CMYK21.21%15.15%0.00%
74.12%

Color #343842 in popluar number systems.

HEX343842
Decimal525666
Binary1101001110001000010
Octal6470102

Shades and tints

Shades of #343842

#343842
(52,56,66)
#30333C
(48,51,60)
#2C2E36
(44,46,54)
#282930
(40,41,48)
#24242A
(36,36,42)
#201F24
(32,31,36)
#1C1A1E
(28,26,30)
#181518
(24,21,24)
#141012
(20,16,18)
#100B0C
(16,11,12)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #343842

#343842
(52,56,66)
#464A53
(70,74,83)
#585C64
(88,92,100)
#6A6E75
(106,110,117)
#7C8086
(124,128,134)
#8E9297
(142,146,151)
#A0A4A8
(160,164,168)
#B2B6B9
(178,182,185)
#C4C8CA
(196,200,202)
#D6DADB
(214,218,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343842; }

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

This text font color is #343842.


Background Color

.myBgColor { background-color: #343842; }

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

This div background color is #343842.


Border color

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

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

This div border color is #343842.


Opacity

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

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

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

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

This text has shadow with #343842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343842 on black background.


Color preview on white background

This text has color #343842 on white background.



Black color preview on #343842 background

This text has black color on #343842 background.


White color preview on #343842 background

This text has white color on #343842 background.