COLOR #343C24

HEX: #343C24
RGB: (52,60,36)

Color info

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

RGB color model

#343C24 color RGB value is (52,60,36).

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

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 36 of 255 = 14%

52
60
36

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

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 36 = 148 (100%)
R 52 of 148 ~ 35.14%
G 60 of 148 ~ 40.54%
B 36 of 148 ~ 24.32%

%35.14
%40.54
%24.32

CMYK color model

#343C24 color CMYK value is (13,0,40,76).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 76.47%
CMYK:
(13,0,40,76)
C13M0Y40K76 
(13%,0%,40%,76%)
(0.13/0.00/0.40/0.76)	

CMYK percentages

%13.33
%0
%40
%76.47

Codes

Color #343C24 in popluar color models

343C24
RGB526036
HSL80°25.00%18.82%
HSB/HSV80°40.00%23.53%
CMYK13.33%0.00%40.00%
76.47%

Color #343C24 in popluar number systems.

HEX343C24
Decimal526036
Binary110100111100100100
Octal647444

Shades and tints

Shades of #343C24

#343C24
(52,60,36)
#303721
(48,55,33)
#2C321E
(44,50,30)
#282D1B
(40,45,27)
#242818
(36,40,24)
#202315
(32,35,21)
#1C1E12
(28,30,18)
#18190F
(24,25,15)
#14140C
(20,20,12)
#100F09
(16,15,9)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #343C24

#343C24
(52,60,36)
#464D37
(70,77,55)
#585E4A
(88,94,74)
#6A6F5D
(106,111,93)
#7C8070
(124,128,112)
#8E9183
(142,145,131)
#A0A296
(160,162,150)
#B2B3A9
(178,179,169)
#C4C4BC
(196,196,188)
#D6D5CF
(214,213,207)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C24; }

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

This text font color is #343C24.


Background Color

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

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

This div background color is #343C24.


Border color

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

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

This div border color is #343C24.


Opacity

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

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

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

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

This text has shadow with #343C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C24 on black background.


Color preview on white background

This text has color #343C24 on white background.



Black color preview on #343C24 background

This text has black color on #343C24 background.


White color preview on #343C24 background

This text has white color on #343C24 background.