COLOR #344B49

HEX: #344B49
RGB: (52,75,73)

Color info

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

RGB color model

#344B49 color RGB value is (52,75,73).

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

RGB channels and saturation

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

52
75
73

R + G + B ~ 26%. #344B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 75 + 73 = 200 (100%)
R 52 of 200 ~ 26%
G 75 of 200 ~ 37.5%
B 73 of 200 ~ 36.5%

%26
%37.5
%36.5

CMYK color model

#344B49 color CMYK value is (31,0,3,71).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(31,0,3,71)
C31M0Y3K71 
(31%,0%,3%,71%)
(0.31/0.00/0.03/0.71)	

CMYK percentages

%30.67
%0
%2.67
%70.59

Codes

Color #344B49 in popluar color models

344B49
RGB527573
HSL175°18.11%24.90%
HSB/HSV175°30.67%29.41%
CMYK30.67%0.00%2.67%
70.59%

Color #344B49 in popluar number systems.

HEX344B49
Decimal527573
Binary11010010010111001001
Octal64113111

Shades and tints

Shades of #344B49

#344B49
(52,75,73)
#304543
(48,69,67)
#2C3F3D
(44,63,61)
#283937
(40,57,55)
#243331
(36,51,49)
#202D2B
(32,45,43)
#1C2725
(28,39,37)
#18211F
(24,33,31)
#141B19
(20,27,25)
#101513
(16,21,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #344B49

#344B49
(52,75,73)
#465B59
(70,91,89)
#586B69
(88,107,105)
#6A7B79
(106,123,121)
#7C8B89
(124,139,137)
#8E9B99
(142,155,153)
#A0ABA9
(160,171,169)
#B2BBB9
(178,187,185)
#C4CBC9
(196,203,201)
#D6DBD9
(214,219,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344B49; }

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

This text font color is #344B49.


Background Color

.myBgColor { background-color: #344B49; }

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

This div background color is #344B49.


Border color

.myBorderColor { border: 1px solid #344B49; }

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

This div border color is #344B49.


Opacity

.myOpacity80 { color: #344B49; opacity: 0.8; }

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

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

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

This text has shadow with #344B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344B49 on black background.


Color preview on white background

This text has color #344B49 on white background.



Black color preview on #344B49 background

This text has black color on #344B49 background.


White color preview on #344B49 background

This text has white color on #344B49 background.