COLOR #343449

HEX: #343449
RGB: (52,52,73)

Color info

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

RGB color model

#343449 color RGB value is (52,52,73).

  • red value is 52;
  • green value is 52;
  • blue value is 73.
RGB:
(52,52,73)
(20%,20%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 73 of 255 = 29%

52
52
73

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

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 73 = 177 (100%)
R 52 of 177 ~ 29.38%
G 52 of 177 ~ 29.38%
B 73 of 177 ~ 41.24%

%29.38
%29.38
%41.24

CMYK color model

#343449 color CMYK value is (29,29,0,71).

  • cyan value is 28.77%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(29,29,0,71)
C29M29Y0K71 
(29%,29%,0%,71%)
(0.29/0.29/0.00/0.71)	

CMYK percentages

%28.77
%28.77
%0
%71.37

Codes

Color #343449 in popluar color models

343449
RGB525273
HSL240°16.80%24.51%
HSB/HSV240°28.77%28.63%
CMYK28.77%28.77%0.00%
71.37%

Color #343449 in popluar number systems.

HEX343449
Decimal525273
Binary1101001101001001001
Octal6464111

Shades and tints

Shades of #343449

#343449
(52,52,73)
#303043
(48,48,67)
#2C2C3D
(44,44,61)
#282837
(40,40,55)
#242431
(36,36,49)
#20202B
(32,32,43)
#1C1C25
(28,28,37)
#18181F
(24,24,31)
#141419
(20,20,25)
#101013
(16,16,19)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #343449

#343449
(52,52,73)
#464659
(70,70,89)
#585869
(88,88,105)
#6A6A79
(106,106,121)
#7C7C89
(124,124,137)
#8E8E99
(142,142,153)
#A0A0A9
(160,160,169)
#B2B2B9
(178,178,185)
#C4C4C9
(196,196,201)
#D6D6D9
(214,214,217)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343449 color. Also use rgb(52,52,73) instead hex code.

Text Font Color

.myTextColor { color: #343449; }

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

This text font color is #343449.


Background Color

.myBgColor { background-color: #343449; }

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

This div background color is #343449.


Border color

.myBorderColor { border: 1px solid #343449; }

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

This div border color is #343449.


Opacity

.myOpacity80 { color: #343449; opacity: 0.8; }

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

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

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

This text has shadow with #343449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343449 on black background.


Color preview on white background

This text has color #343449 on white background.



Black color preview on #343449 background

This text has black color on #343449 background.


White color preview on #343449 background

This text has white color on #343449 background.