COLOR #342B31

HEX: #342B31 RGB: (52,43,49)

Color info

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

RGB color model

#342B31 color RGB value is (52,43,49).

RGB: (52,43,49) (20%, 17%, 19%)

RGB channels and saturation

R 52 of 255 = 20%
G 43 of 255 = 17%
B 49 of 255 = 19%

52
43
49

R + G + B ~ 19%. #342B31 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 43 + 49 = 144 (100%)
R 52 of 144 ~ 36.11%
G 43 of 144 ~ 29.86%
B 49 of 144 ~ 34.03'%

%36.11
%29.86
%34.03

CMYK color model

#342B31 color CMYK value is (0,17,6,80).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 5.77%
  • key color value is 79.61%

CMYK: (0,17,6,80)
C0M17Y6K80 (0%, 17%, 6%, 80%)
(0.00 / 0.17 / 0.06 / 0.80)

CMYK percentages

%0
%17.31
%5.77
%79.61

Codes

Color #342B31 in popluar color models

34 2B 31
RGB 52 43 49
HSL 320° 9.47% 18.63%
HSB/HSV 320° 17.31% 20.39%
CMYK 0.00% 17.31% 5.77%
79.61%

Color #342B31 in popluar number systems.

HEX 34 2B 31
Decimal 52 43 49
Binary 110100 101011 110001
Octal 64 53 61

Shades and tints

Shades of #342B31

#342B31
(52,43,49)
#30282D
(48,40,45)
#2C2529
(44,37,41)
#282225
(40,34,37)
#241F21
(36,31,33)
#201C1D
(32,28,29)
#1C1919
(28,25,25)
#181615
(24,22,21)
#141311
(20,19,17)
#10100D
(16,16,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #342B31

#342B31
(52,43,49)
#463E43
(70,62,67)
#585155
(88,81,85)
#6A6467
(106,100,103)
#7C7779
(124,119,121)
#8E8A8B
(142,138,139)
#A09D9D
(160,157,157)
#B2B0AF
(178,176,175)
#C4C3C1
(196,195,193)
#D6D6D3
(214,214,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342B31; }

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

This text font color is #342B31.

Background Color

.myBgColor { background-color: #342B31; }

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

This div background color is #342B31.

Border color

.myBorderColor { border: 1px solid #342B31; }

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

This div border color is #342B31.

Opacity

.myOpacity80 { color: #342B31; opacity: 0.8; }

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

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

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

This text has shadow with #342B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #342B31.

Preview

Color preview on black background

This text has color #342B31 on black background.


Color preview on white background

This text has color #342B31 on white background.


Black color preview on #342B31 background

This text has black color on #342B31 background.


White color preview on #342B31 background

This text has white color on #342B31 background.


Related colors

Complementary color

Complementary color for #hex is #CBD4CE.


I love getcolorcode.com

Triadic colors

1 #31342B and #2B3134 with #342B31 are triadic colors.

2 #312B34 and #2B3431 with #342B31 are triadic colors.