COLOR #342B2F

HEX: #342B2F
RGB: (52,43,47)

Color info

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

RGB color model

#342B2F color RGB value is (52,43,47).

  • red value is 52;
  • green value is 43;
  • blue value is 47.
RGB:
(52,43,47)
(20%,17%,18%)

RGB channels and saturation

R 52 of 255 = 20%
G 43 of 255 = 17%
B 47 of 255 = 18%

52
43
47

R + G + B ~ 18%. #342B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 43 + 47 = 142 (100%)
R 52 of 142 ~ 36.62%
G 43 of 142 ~ 30.28%
B 47 of 142 ~ 33.1%

%36.62
%30.28
%33.1

CMYK color model

#342B2F color CMYK value is (0,17,10,80).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 9.62%
  • key color value is 79.61%
CMYK:
(0,17,10,80)
C0M17Y10K80 
(0%,17%,10%,80%)
(0.00/0.17/0.10/0.80)	

CMYK percentages

%0
%17.31
%9.62
%79.61

Codes

Color #342B2F in popluar color models

342B2F
RGB524347
HSL333°9.47%18.63%
HSB/HSV333°17.31%20.39%
CMYK0.00%17.31%9.62%
79.61%

Color #342B2F in popluar number systems.

HEX342B2F
Decimal524347
Binary110100101011101111
Octal645357

Shades and tints

Shades of #342B2F

#342B2F
(52,43,47)
#30282B
(48,40,43)
#2C2527
(44,37,39)
#282223
(40,34,35)
#241F1F
(36,31,31)
#201C1B
(32,28,27)
#1C1917
(28,25,23)
#181613
(24,22,19)
#14130F
(20,19,15)
#10100B
(16,16,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #342B2F

#342B2F
(52,43,47)
#463E41
(70,62,65)
#585153
(88,81,83)
#6A6465
(106,100,101)
#7C7777
(124,119,119)
#8E8A89
(142,138,137)
#A09D9B
(160,157,155)
#B2B0AD
(178,176,173)
#C4C3BF
(196,195,191)
#D6D6D1
(214,214,209)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342B2F; }

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

This text font color is #342B2F.


Background Color

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

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

This div background color is #342B2F.


Border color

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

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

This div border color is #342B2F.


Opacity

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

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

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

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

This text has shadow with #342B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342B2F on black background.


Color preview on white background

This text has color #342B2F on white background.



Black color preview on #342B2F background

This text has black color on #342B2F background.


White color preview on #342B2F background

This text has white color on #342B2F background.