COLOR #343829

HEX: #343829
RGB: (52,56,41)

Color info

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

RGB color model

#343829 color RGB value is (52,56,41).

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

RGB channels and saturation

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

52
56
41

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

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 41 = 149 (100%)
R 52 of 149 ~ 34.9%
G 56 of 149 ~ 37.58%
B 41 of 149 ~ 27.52%

%34.9
%37.58
%27.52

CMYK color model

#343829 color CMYK value is (7,0,27,78).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(7,0,27,78)
C7M0Y27K78 
(7%,0%,27%,78%)
(0.07/0.00/0.27/0.78)	

CMYK percentages

%7.14
%0
%26.79
%78.04

Codes

Color #343829 in popluar color models

343829
RGB525641
HSL76°15.46%19.02%
HSB/HSV76°26.79%21.96%
CMYK7.14%0.00%26.79%
78.04%

Color #343829 in popluar number systems.

HEX343829
Decimal525641
Binary110100111000101001
Octal647051

Shades and tints

Shades of #343829

#343829
(52,56,41)
#303326
(48,51,38)
#2C2E23
(44,46,35)
#282920
(40,41,32)
#24241D
(36,36,29)
#201F1A
(32,31,26)
#1C1A17
(28,26,23)
#181514
(24,21,20)
#141011
(20,16,17)
#100B0E
(16,11,14)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #343829

#343829
(52,56,41)
#464A3C
(70,74,60)
#585C4F
(88,92,79)
#6A6E62
(106,110,98)
#7C8075
(124,128,117)
#8E9288
(142,146,136)
#A0A49B
(160,164,155)
#B2B6AE
(178,182,174)
#C4C8C1
(196,200,193)
#D6DAD4
(214,218,212)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343829; }

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

This text font color is #343829.


Background Color

.myBgColor { background-color: #343829; }

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

This div background color is #343829.


Border color

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

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

This div border color is #343829.


Opacity

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

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

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

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

This text has shadow with #343829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343829 on black background.


Color preview on white background

This text has color #343829 on white background.



Black color preview on #343829 background

This text has black color on #343829 background.


White color preview on #343829 background

This text has white color on #343829 background.