COLOR #342721

HEX: #342721 RGB: (52,39,33)

Color info

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

RGB color model

#342721 color RGB value is (52,39,33).

RGB: (52,39,33) (20%, 15%, 13%)

RGB channels and saturation

R 52 of 255 = 20%
G 39 of 255 = 15%
B 33 of 255 = 13%

52
39
33

R + G + B ~ 16%. #342721 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 39 + 33 = 124 (100%)
R 52 of 124 ~ 41.94%
G 39 of 124 ~ 31.45%
B 33 of 124 ~ 26.61'%

%41.94
%31.45
%26.61

CMYK color model

#342721 color CMYK value is (0,25,37,80).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK: (0,25,37,80) C0M25Y37K80 (0%,25%,37%,80%) (0.00/0.25/0.37/0.80) 

CMYK percentages

%0
%25
%36.54
%79.61

Codes

Color #342721 in popluar color models

34 27 21
RGB 52 39 33
HSL 19° 22.35% 16.67%
HSB/HSV 19° 36.54% 20.39%
CMYK 0.00% 25.00% 36.54%
79.61%

Color #342721 in popluar number systems.

HEX 34 27 21
Decimal 52 39 33
Binary 110100 100111 100001
Octal 64 47 41

Shades and tints

Shades of #342721

#342721
(52,39,33)
#30241E
(48,36,30)
#2C211B
(44,33,27)
#281E18
(40,30,24)
#241B15
(36,27,21)
#201812
(32,24,18)
#1C150F
(28,21,15)
#18120C
(24,18,12)
#140F09
(20,15,9)
#100C06
(16,12,6)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #342721

#342721
(52,39,33)
#463A35
(70,58,53)
#584D49
(88,77,73)
#6A605D
(106,96,93)
#7C7371
(124,115,113)
#8E8685
(142,134,133)
#A09999
(160,153,153)
#B2ACAD
(178,172,173)
#C4BFC1
(196,191,193)
#D6D2D5
(214,210,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342721; }

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

This text font color is #342721.

Background Color

.myBgColor { background-color: #342721; }

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

This div background color is #342721.

Border color

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

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

This div border color is #342721.

Opacity

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

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

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

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

This text has shadow with #342721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #342721.

Preview

Color preview on black background

This text has color #342721 on black background.


Color preview on white background

This text has color #342721 on white background.


Black color preview on #342721 background

This text has black color on #342721 background.


White color preview on #342721 background

This text has white color on #342721 background.


Related colors

Complementary color

Complementary color for #hex is #CBD8DE.


I love getcolorcode.com

Triadic colors

1 #213427 and #272134 with #342721 are triadic colors.

2 #212734 and #273421 with #342721 are triadic colors.