COLOR #344249

HEX: #344249
RGB: (52,66,73)

Color info

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

RGB color model

#344249 color RGB value is (52,66,73).

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

RGB channels and saturation

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

52
66
73

R + G + B ~ 25%. #344249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 73 = 191 (100%)
R 52 of 191 ~ 27.23%
G 66 of 191 ~ 34.55%
B 73 of 191 ~ 38.22%

%27.23
%34.55
%38.22

CMYK color model

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

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

CMYK percentages

%28.77
%9.59
%0
%71.37

Codes

Color #344249 in popluar color models

344249
RGB526673
HSL200°16.80%24.51%
HSB/HSV200°28.77%28.63%
CMYK28.77%9.59%0.00%
71.37%

Color #344249 in popluar number systems.

HEX344249
Decimal526673
Binary11010010000101001001
Octal64102111

Shades and tints

Shades of #344249

#344249
(52,66,73)
#303C43
(48,60,67)
#2C363D
(44,54,61)
#283037
(40,48,55)
#242A31
(36,42,49)
#20242B
(32,36,43)
#1C1E25
(28,30,37)
#18181F
(24,24,31)
#141219
(20,18,25)
#100C13
(16,12,19)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #344249

#344249
(52,66,73)
#465359
(70,83,89)
#586469
(88,100,105)
#6A7579
(106,117,121)
#7C8689
(124,134,137)
#8E9799
(142,151,153)
#A0A8A9
(160,168,169)
#B2B9B9
(178,185,185)
#C4CAC9
(196,202,201)
#D6DBD9
(214,219,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344249; }

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

This text font color is #344249.


Background Color

.myBgColor { background-color: #344249; }

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

This div background color is #344249.


Border color

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

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

This div border color is #344249.


Opacity

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

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

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

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

This text has shadow with #344249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344249 on black background.


Color preview on white background

This text has color #344249 on white background.



Black color preview on #344249 background

This text has black color on #344249 background.


White color preview on #344249 background

This text has white color on #344249 background.