COLOR #343E3C

HEX: #343E3C
RGB: (52,62,60)

Color info

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

RGB color model

#343E3C color RGB value is (52,62,60).

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

RGB channels and saturation

R 52 of 255 = 20%
G 62 of 255 = 24%
B 60 of 255 = 24%

52
62
60

R + G + B ~ 23%. #343E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 62 + 60 = 174 (100%)
R 52 of 174 ~ 29.89%
G 62 of 174 ~ 35.63%
B 60 of 174 ~ 34.48%

%29.89
%35.63
%34.48

CMYK color model

#343E3C color CMYK value is (16,0,3,76).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 75.69%
CMYK:
(16,0,3,76)
C16M0Y3K76 
(16%,0%,3%,76%)
(0.16/0.00/0.03/0.76)	

CMYK percentages

%16.13
%0
%3.23
%75.69

Codes

Color #343E3C in popluar color models

343E3C
RGB526260
HSL168°8.77%22.35%
HSB/HSV168°16.13%24.31%
CMYK16.13%0.00%3.23%
75.69%

Color #343E3C in popluar number systems.

HEX343E3C
Decimal526260
Binary110100111110111100
Octal647674

Shades and tints

Shades of #343E3C

#343E3C
(52,62,60)
#303937
(48,57,55)
#2C3432
(44,52,50)
#282F2D
(40,47,45)
#242A28
(36,42,40)
#202523
(32,37,35)
#1C201E
(28,32,30)
#181B19
(24,27,25)
#141614
(20,22,20)
#10110F
(16,17,15)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #343E3C

#343E3C
(52,62,60)
#464F4D
(70,79,77)
#58605E
(88,96,94)
#6A716F
(106,113,111)
#7C8280
(124,130,128)
#8E9391
(142,147,145)
#A0A4A2
(160,164,162)
#B2B5B3
(178,181,179)
#C4C6C4
(196,198,196)
#D6D7D5
(214,215,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343E3C; }

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

This text font color is #343E3C.


Background Color

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

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

This div background color is #343E3C.


Border color

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

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

This div border color is #343E3C.


Opacity

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

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

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

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

This text has shadow with #343E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343E3C on black background.


Color preview on white background

This text has color #343E3C on white background.



Black color preview on #343E3C background

This text has black color on #343E3C background.


White color preview on #343E3C background

This text has white color on #343E3C background.