COLOR #343C44

HEX: #343C44
RGB: (52,60,68)

Color info

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

RGB color model

#343C44 color RGB value is (52,60,68).

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

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 68 of 255 = 27%

52
60
68

R + G + B ~ 24%. #343C44 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 68 = 180 (100%)
R 52 of 180 ~ 28.89%
G 60 of 180 ~ 33.33%
B 68 of 180 ~ 37.78%

%28.89
%33.33
%37.78

CMYK color model

#343C44 color CMYK value is (24,12,0,73).

  • cyan value is 23.53%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(24,12,0,73)
C24M12Y0K73 
(24%,12%,0%,73%)
(0.24/0.12/0.00/0.73)	

CMYK percentages

%23.53
%11.76
%0
%73.33

Codes

Color #343C44 in popluar color models

343C44
RGB526068
HSL210°13.33%23.53%
HSB/HSV210°23.53%26.67%
CMYK23.53%11.76%0.00%
73.33%

Color #343C44 in popluar number systems.

HEX343C44
Decimal526068
Binary1101001111001000100
Octal6474104

Shades and tints

Shades of #343C44

#343C44
(52,60,68)
#30373E
(48,55,62)
#2C3238
(44,50,56)
#282D32
(40,45,50)
#24282C
(36,40,44)
#202326
(32,35,38)
#1C1E20
(28,30,32)
#18191A
(24,25,26)
#141414
(20,20,20)
#100F0E
(16,15,14)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #343C44

#343C44
(52,60,68)
#464D55
(70,77,85)
#585E66
(88,94,102)
#6A6F77
(106,111,119)
#7C8088
(124,128,136)
#8E9199
(142,145,153)
#A0A2AA
(160,162,170)
#B2B3BB
(178,179,187)
#C4C4CC
(196,196,204)
#D6D5DD
(214,213,221)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C44; }

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

This text font color is #343C44.


Background Color

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

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

This div background color is #343C44.


Border color

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

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

This div border color is #343C44.


Opacity

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

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

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

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

This text has shadow with #343C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C44 on black background.


Color preview on white background

This text has color #343C44 on white background.



Black color preview on #343C44 background

This text has black color on #343C44 background.


White color preview on #343C44 background

This text has white color on #343C44 background.