COLOR #343C28

HEX: #343C28
RGB: (52,60,40)

Color info

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

RGB color model

#343C28 color RGB value is (52,60,40).

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

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 40 of 255 = 16%

52
60
40

R + G + B ~ 20%. #343C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 40 = 152 (100%)
R 52 of 152 ~ 34.21%
G 60 of 152 ~ 39.47%
B 40 of 152 ~ 26.32%

%34.21
%39.47
%26.32

CMYK color model

#343C28 color CMYK value is (13,0,33,76).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK: (13,0,33,76) C13M0Y33K76 (13%,0%,33%,76%) (0.13/0.00/0.33/0.76)

CMYK percentages

%13.33
%0
%33.33
%76.47

Codes

Color #343C28 in popluar color models

343C28
RGB526040
HSL84°20.00%19.61%
HSB/HSV84°33.33%23.53%
CMYK13.33%0.00%33.33%
76.47%

Color #343C28 in popluar number systems.

HEX343C28
Decimal526040
Binary110100111100101000
Octal647450

Shades and tints

Shades of #343C28

#343C28
(52,60,40)
#303725
(48,55,37)
#2C3222
(44,50,34)
#282D1F
(40,45,31)
#24281C
(36,40,28)
#202319
(32,35,25)
#1C1E16
(28,30,22)
#181913
(24,25,19)
#141410
(20,20,16)
#100F0D
(16,15,13)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #343C28

#343C28
(52,60,40)
#464D3B
(70,77,59)
#585E4E
(88,94,78)
#6A6F61
(106,111,97)
#7C8074
(124,128,116)
#8E9187
(142,145,135)
#A0A29A
(160,162,154)
#B2B3AD
(178,179,173)
#C4C4C0
(196,196,192)
#D6D5D3
(214,213,211)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C28; }

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

This text font color is #343C28.


Background Color

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

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

This div background color is #343C28.


Border color

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

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

This div border color is #343C28.


Opacity

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

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

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

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

This text has shadow with #343C28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #343C28 on black background.


Color preview on white background

This text has color #343C28 on white background.



Black color preview on #343C28 background

This text has black color on #343C28 background.


White color preview on #343C28 background

This text has white color on #343C28 background.