COLOR #343C21

HEX: #343C21
RGB: (52,60,33)

Color info

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

RGB color model

#343C21 color RGB value is (52,60,33).

  • red value is 52;
  • green value is 60;
  • blue value is 33.
RGB:
(52,60,33)
(20%,24%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 33 of 255 = 13%

52
60
33

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

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 33 = 145 (100%)
R 52 of 145 ~ 35.86%
G 60 of 145 ~ 41.38%
B 33 of 145 ~ 22.76%

%35.86
%41.38
%22.76

CMYK color model

#343C21 color CMYK value is (13,0,45,76).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 76.47%
CMYK:
(13,0,45,76)
C13M0Y45K76 
(13%,0%,45%,76%)
(0.13/0.00/0.45/0.76)	

CMYK percentages

%13.33
%0
%45
%76.47

Codes

Color #343C21 in popluar color models

343C21
RGB526033
HSL78°29.03%18.24%
HSB/HSV78°45.00%23.53%
CMYK13.33%0.00%45.00%
76.47%

Color #343C21 in popluar number systems.

HEX343C21
Decimal526033
Binary110100111100100001
Octal647441

Shades and tints

Shades of #343C21

#343C21
(52,60,33)
#30371E
(48,55,30)
#2C321B
(44,50,27)
#282D18
(40,45,24)
#242815
(36,40,21)
#202312
(32,35,18)
#1C1E0F
(28,30,15)
#18190C
(24,25,12)
#141409
(20,20,9)
#100F06
(16,15,6)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #343C21

#343C21
(52,60,33)
#464D35
(70,77,53)
#585E49
(88,94,73)
#6A6F5D
(106,111,93)
#7C8071
(124,128,113)
#8E9185
(142,145,133)
#A0A299
(160,162,153)
#B2B3AD
(178,179,173)
#C4C4C1
(196,196,193)
#D6D5D5
(214,213,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C21; }

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

This text font color is #343C21.


Background Color

.myBgColor { background-color: #343C21; }

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

This div background color is #343C21.


Border color

.myBorderColor { border: 1px solid #343C21; }

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

This div border color is #343C21.


Opacity

.myOpacity80 { color: #343C21; opacity: 0.8; }

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

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

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

This text has shadow with #343C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C21 on black background.


Color preview on white background

This text has color #343C21 on white background.



Black color preview on #343C21 background

This text has black color on #343C21 background.


White color preview on #343C21 background

This text has white color on #343C21 background.