COLOR #343521

HEX: #343521 RGB: (52,53,33)

Color info

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

RGB color model

#343521 color RGB value is (52,53,33).

RGB: (52,53,33) (20%, 21%, 13%)

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 33 of 255 = 13%

52
53
33

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

Portions of RGB colors in percentages

R + G + B = 52 + 53 + 33 = 138 (100%)
R 52 of 138 ~ 37.68%
G 53 of 138 ~ 38.41%
B 33 of 138 ~ 23.91'%

%37.68
%38.41
%23.91

CMYK color model

#343521 color CMYK value is (2,0,38,79).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 79.22%

CMYK: (2,0,38,79)
C2M0Y38K79 (2%, 0%, 38%, 79%)
(0.02 / 0.00 / 0.38 / 0.79)

CMYK percentages

%1.89
%0
%37.74
%79.22

Codes

Color #343521 in popluar color models

34 35 21
RGB 52 53 33
HSL 63° 23.26% 16.86%
HSB/HSV 63° 37.74% 20.78%
CMYK 1.89% 0.00% 37.74%
79.22%

Color #343521 in popluar number systems.

HEX 34 35 21
Decimal 52 53 33
Binary 110100 110101 100001
Octal 64 65 41

Shades and tints

Shades of #343521

#343521
(52,53,33)
#30311E
(48,49,30)
#2C2D1B
(44,45,27)
#282918
(40,41,24)
#242515
(36,37,21)
#202112
(32,33,18)
#1C1D0F
(28,29,15)
#18190C
(24,25,12)
#141509
(20,21,9)
#101106
(16,17,6)
#0C0D03
(12,13,3)
#000000
(0,0,0)

Tints of #343521

#343521
(52,53,33)
#464735
(70,71,53)
#585949
(88,89,73)
#6A6B5D
(106,107,93)
#7C7D71
(124,125,113)
#8E8F85
(142,143,133)
#A0A199
(160,161,153)
#B2B3AD
(178,179,173)
#C4C5C1
(196,197,193)
#D6D7D5
(214,215,213)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343521; }

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

This text font color is #343521.

Background Color

.myBgColor { background-color: #343521; }

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

This div background color is #343521.

Border color

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

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

This div border color is #343521.

Opacity

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

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

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

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

This text has shadow with #343521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343521.

Preview

Color preview on black background

This text has color #343521 on black background.


Color preview on white background

This text has color #343521 on white background.


Black color preview on #343521 background

This text has black color on #343521 background.


White color preview on #343521 background

This text has white color on #343521 background.


Related colors

Complementary color

Complementary color for #hex is #CBCADE.


I love getcolorcode.com

Triadic colors

1 #213435 and #352134 with #343521 are triadic colors.

2 #213534 and #353421 with #343521 are triadic colors.