COLOR #343840

HEX: #343840
RGB: (52,56,64)

Color info

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

RGB color model

#343840 color RGB value is (52,56,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 64 of 255 = 25%

52
56
64

R + G + B ~ 22%. #343840 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 64 = 172 (100%)
R 52 of 172 ~ 30.23%
G 56 of 172 ~ 32.56%
B 64 of 172 ~ 37.21%

%30.23
%32.56
%37.21

CMYK color model

#343840 color CMYK value is (19,13,0,75).

  • cyan value is 18.75%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(19,13,0,75)
C19M13Y0K75 
(19%,13%,0%,75%)
(0.19/0.13/0.00/0.75)	

CMYK percentages

%18.75
%12.5
%0
%74.9

Codes

Color #343840 in popluar color models

343840
RGB525664
HSL220°10.34%22.75%
HSB/HSV220°18.75%25.10%
CMYK18.75%12.50%0.00%
74.90%

Color #343840 in popluar number systems.

HEX343840
Decimal525664
Binary1101001110001000000
Octal6470100

Shades and tints

Shades of #343840

#343840
(52,56,64)
#30333B
(48,51,59)
#2C2E36
(44,46,54)
#282931
(40,41,49)
#24242C
(36,36,44)
#201F27
(32,31,39)
#1C1A22
(28,26,34)
#18151D
(24,21,29)
#141018
(20,16,24)
#100B13
(16,11,19)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #343840

#343840
(52,56,64)
#464A51
(70,74,81)
#585C62
(88,92,98)
#6A6E73
(106,110,115)
#7C8084
(124,128,132)
#8E9295
(142,146,149)
#A0A4A6
(160,164,166)
#B2B6B7
(178,182,183)
#C4C8C8
(196,200,200)
#D6DAD9
(214,218,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343840; }

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

This text font color is #343840.


Background Color

.myBgColor { background-color: #343840; }

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

This div background color is #343840.


Border color

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

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

This div border color is #343840.


Opacity

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

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

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

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

This text has shadow with #343840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343840 on black background.


Color preview on white background

This text has color #343840 on white background.



Black color preview on #343840 background

This text has black color on #343840 background.


White color preview on #343840 background

This text has white color on #343840 background.