COLOR #344A60

HEX: #344A60
RGB: (52,74,96)

Color info

#344A60 contains red, green and blue colors in about the same proportion. Web safe color of #344A60 is #333366 (or #336).

RGB color model

#344A60 color RGB value is (52,74,96).

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

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 96 of 255 = 38%

52
74
96

R + G + B ~ 29%. #344A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 96 = 222 (100%)
R 52 of 222 ~ 23.42%
G 74 of 222 ~ 33.33%
B 96 of 222 ~ 43.24%

%23.42
%33.33
%43.24

CMYK color model

#344A60 color CMYK value is (46,23,0,62).

  • cyan value is 45.83%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(46,23,0,62)
C46M23Y0K62 
(46%,23%,0%,62%)
(0.46/0.23/0.00/0.62)	

CMYK percentages

%45.83
%22.92
%0
%62.35

Codes

Color #344A60 in popluar color models

344A60
RGB527496
HSL210°29.73%29.02%
HSB/HSV210°45.83%37.65%
CMYK45.83%22.92%0.00%
62.35%

Color #344A60 in popluar number systems.

HEX344A60
Decimal527496
Binary11010010010101100000
Octal64112140

Shades and tints

Shades of #344A60

#344A60
(52,74,96)
#304458
(48,68,88)
#2C3E50
(44,62,80)
#283848
(40,56,72)
#243240
(36,50,64)
#202C38
(32,44,56)
#1C2630
(28,38,48)
#182028
(24,32,40)
#141A20
(20,26,32)
#101418
(16,20,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #344A60

#344A60
(52,74,96)
#465A6E
(70,90,110)
#586A7C
(88,106,124)
#6A7A8A
(106,122,138)
#7C8A98
(124,138,152)
#8E9AA6
(142,154,166)
#A0AAB4
(160,170,180)
#B2BAC2
(178,186,194)
#C4CAD0
(196,202,208)
#D6DADE
(214,218,222)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344A60 color. Also use rgb(52,74,96) instead hex code.

Text Font Color

.myTextColor { color: #344A60; }

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

This text font color is #344A60.


Background Color

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

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

This div background color is #344A60.


Border color

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

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

This div border color is #344A60.


Opacity

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

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

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

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

This text has shadow with #344A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A60 on black background.


Color preview on white background

This text has color #344A60 on white background.



Black color preview on #344A60 background

This text has black color on #344A60 background.


White color preview on #344A60 background

This text has white color on #344A60 background.