COLOR #343429

HEX: #343429
RGB: (52,52,41)

Color info

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

RGB color model

#343429 color RGB value is (52,52,41).

  • red value is 52;
  • green value is 52;
  • blue value is 41.
RGB: (52,52,41) (20%,20%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 41 of 255 = 16%

52
52
41

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

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 41 = 145 (100%)
R 52 of 145 ~ 35.86%
G 52 of 145 ~ 35.86%
B 41 of 145 ~ 28.28%

%35.86
%35.86
%28.28

CMYK color model

#343429 color CMYK value is (0,0,21,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK: (0,0,21,80) C0M0Y21K80 (0%,0%,21%,80%) (0.00/0.00/0.21/0.80)

CMYK percentages

%0
%0
%21.15
%79.61

Codes

Color #343429 in popluar color models

343429
RGB525241
HSL60°11.83%18.24%
HSB/HSV60°21.15%20.39%
CMYK0.00%0.00%21.15%
79.61%

Color #343429 in popluar number systems.

HEX343429
Decimal525241
Binary110100110100101001
Octal646451

Shades and tints

Shades of #343429

#343429
(52,52,41)
#303026
(48,48,38)
#2C2C23
(44,44,35)
#282820
(40,40,32)
#24241D
(36,36,29)
#20201A
(32,32,26)
#1C1C17
(28,28,23)
#181814
(24,24,20)
#141411
(20,20,17)
#10100E
(16,16,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #343429

#343429
(52,52,41)
#46463C
(70,70,60)
#58584F
(88,88,79)
#6A6A62
(106,106,98)
#7C7C75
(124,124,117)
#8E8E88
(142,142,136)
#A0A09B
(160,160,155)
#B2B2AE
(178,178,174)
#C4C4C1
(196,196,193)
#D6D6D4
(214,214,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343429; }

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

This text font color is #343429.


Background Color

.myBgColor { background-color: #343429; }

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

This div background color is #343429.


Border color

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

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

This div border color is #343429.


Opacity

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

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

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

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

This text has shadow with #343429 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #343429 on black background.


Color preview on white background

This text has color #343429 on white background.



Black color preview on #343429 background

This text has black color on #343429 background.


White color preview on #343429 background

This text has white color on #343429 background.