COLOR #344149

HEX: #344149
RGB: (52,65,73)

Color info

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

RGB color model

#344149 color RGB value is (52,65,73).

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

RGB channels and saturation

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

52
65
73

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

Portions of RGB colors in percentages

R + G + B =
52 + 65 + 73 = 190 (100%)
R 52 of 190 ~ 27.37%
G 65 of 190 ~ 34.21%
B 73 of 190 ~ 38.42%

%27.37
%34.21
%38.42

CMYK color model

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

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

CMYK percentages

%28.77
%10.96
%0
%71.37

Codes

Color #344149 in popluar color models

344149
RGB526573
HSL203°16.80%24.51%
HSB/HSV203°28.77%28.63%
CMYK28.77%10.96%0.00%
71.37%

Color #344149 in popluar number systems.

HEX344149
Decimal526573
Binary11010010000011001001
Octal64101111

Shades and tints

Shades of #344149

#344149
(52,65,73)
#303C43
(48,60,67)
#2C373D
(44,55,61)
#283237
(40,50,55)
#242D31
(36,45,49)
#20282B
(32,40,43)
#1C2325
(28,35,37)
#181E1F
(24,30,31)
#141919
(20,25,25)
#101413
(16,20,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #344149

#344149
(52,65,73)
#465259
(70,82,89)
#586369
(88,99,105)
#6A7479
(106,116,121)
#7C8589
(124,133,137)
#8E9699
(142,150,153)
#A0A7A9
(160,167,169)
#B2B8B9
(178,184,185)
#C4C9C9
(196,201,201)
#D6DAD9
(214,218,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344149; }

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

This text font color is #344149.


Background Color

.myBgColor { background-color: #344149; }

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

This div background color is #344149.


Border color

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

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

This div border color is #344149.


Opacity

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

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

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

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

This text has shadow with #344149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344149 on black background.


Color preview on white background

This text has color #344149 on white background.



Black color preview on #344149 background

This text has black color on #344149 background.


White color preview on #344149 background

This text has white color on #344149 background.