COLOR #343140

HEX: #343140 RGB: (52,49,64)

Color info

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

RGB color model

#343140 color RGB value is (52,49,64).

RGB: (52,49,64) (20%, 19%, 25%)

RGB channels and saturation

R 52 of 255 = 20%
G 49 of 255 = 19%
B 64 of 255 = 25%

52
49
64

R + G + B ~ 21%. #343140 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 49 + 64 = 165 (100%)
R 52 of 165 ~ 31.52%
G 49 of 165 ~ 29.7%
B 64 of 165 ~ 38.79'%

%31.52
%29.7
%38.79

CMYK color model

#343140 color CMYK value is (19,23,0,75).

  • cyan value is 18.75%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (19,23,0,75)
C19M23Y0K75 (19%, 23%, 0%, 75%)
(0.19 / 0.23 / 0.00 / 0.75)

CMYK percentages

%18.75
%23.44
%0
%74.9

Codes

Color #343140 in popluar color models

34 31 40
RGB 52 49 64
HSL 252° 13.27% 22.16%
HSB/HSV 252° 23.44% 25.10%
CMYK 18.75% 23.44% 0.00%
74.90%

Color #343140 in popluar number systems.

HEX 34 31 40
Decimal 52 49 64
Binary 110100 110001 1000000
Octal 64 61 100

Shades and tints

Shades of #343140

#343140
(52,49,64)
#302D3B
(48,45,59)
#2C2936
(44,41,54)
#282531
(40,37,49)
#24212C
(36,33,44)
#201D27
(32,29,39)
#1C1922
(28,25,34)
#18151D
(24,21,29)
#141118
(20,17,24)
#100D13
(16,13,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #343140

#343140
(52,49,64)
#464351
(70,67,81)
#585562
(88,85,98)
#6A6773
(106,103,115)
#7C7984
(124,121,132)
#8E8B95
(142,139,149)
#A09DA6
(160,157,166)
#B2AFB7
(178,175,183)
#C4C1C8
(196,193,200)
#D6D3D9
(214,211,217)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343140; }

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

This text font color is #343140.

Background Color

.myBgColor { background-color: #343140; }

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

This div background color is #343140.

Border color

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

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

This div border color is #343140.

Opacity

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

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

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

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

This text has shadow with #343140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343140.

Preview

Color preview on black background

This text has color #343140 on black background.


Color preview on white background

This text has color #343140 on white background.


Black color preview on #343140 background

This text has black color on #343140 background.


White color preview on #343140 background

This text has white color on #343140 background.


Related colors

Complementary color

Complementary color for #hex is #CBCEBF.


I love getcolorcode.com

Triadic colors

1 #403431 and #314034 with #343140 are triadic colors.

2 #403134 and #313440 with #343140 are triadic colors.