COLOR #343D39

HEX: #343D39
RGB: (52,61,57)

Color info

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

RGB color model

#343D39 color RGB value is (52,61,57).

  • red value is 52;
  • green value is 61;
  • blue value is 57.
RGB:
(52,61,57)
(20%,24%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 57 of 255 = 22%

52
61
57

R + G + B ~ 22%. #343D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 61 + 57 = 170 (100%)
R 52 of 170 ~ 30.59%
G 61 of 170 ~ 35.88%
B 57 of 170 ~ 33.53%

%30.59
%35.88
%33.53

CMYK color model

#343D39 color CMYK value is (15,0,7,76).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 76.08%
CMYK:
(15,0,7,76)
C15M0Y7K76 
(15%,0%,7%,76%)
(0.15/0.00/0.07/0.76)	

CMYK percentages

%14.75
%0
%6.56
%76.08

Codes

Color #343D39 in popluar color models

343D39
RGB526157
HSL153°7.96%22.16%
HSB/HSV153°14.75%23.92%
CMYK14.75%0.00%6.56%
76.08%

Color #343D39 in popluar number systems.

HEX343D39
Decimal526157
Binary110100111101111001
Octal647571

Shades and tints

Shades of #343D39

#343D39
(52,61,57)
#303834
(48,56,52)
#2C332F
(44,51,47)
#282E2A
(40,46,42)
#242925
(36,41,37)
#202420
(32,36,32)
#1C1F1B
(28,31,27)
#181A16
(24,26,22)
#141511
(20,21,17)
#10100C
(16,16,12)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #343D39

#343D39
(52,61,57)
#464E4B
(70,78,75)
#585F5D
(88,95,93)
#6A706F
(106,112,111)
#7C8181
(124,129,129)
#8E9293
(142,146,147)
#A0A3A5
(160,163,165)
#B2B4B7
(178,180,183)
#C4C5C9
(196,197,201)
#D6D6DB
(214,214,219)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343D39 color. Also use rgb(52,61,57) instead hex code.

Text Font Color

.myTextColor { color: #343D39; }

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

This text font color is #343D39.


Background Color

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

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

This div background color is #343D39.


Border color

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

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

This div border color is #343D39.


Opacity

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

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

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

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

This text has shadow with #343D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343D39 on black background.


Color preview on white background

This text has color #343D39 on white background.



Black color preview on #343D39 background

This text has black color on #343D39 background.


White color preview on #343D39 background

This text has white color on #343D39 background.