COLOR #344B58

HEX: #344B58
RGB: (52,75,88)

Color info

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

RGB color model

#344B58 color RGB value is (52,75,88).

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

RGB channels and saturation

R 52 of 255 = 20%
G 75 of 255 = 29%
B 88 of 255 = 35%

52
75
88

R + G + B ~ 28%. #344B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 75 + 88 = 215 (100%)
R 52 of 215 ~ 24.19%
G 75 of 215 ~ 34.88%
B 88 of 215 ~ 40.93%

%24.19
%34.88
%40.93

CMYK color model

#344B58 color CMYK value is (41,15,0,65).

  • cyan value is 40.91%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(41,15,0,65)
C41M15Y0K65 
(41%,15%,0%,65%)
(0.41/0.15/0.00/0.65)	

CMYK percentages

%40.91
%14.77
%0
%65.49

Codes

Color #344B58 in popluar color models

344B58
RGB527588
HSL202°25.71%27.45%
HSB/HSV202°40.91%34.51%
CMYK40.91%14.77%0.00%
65.49%

Color #344B58 in popluar number systems.

HEX344B58
Decimal527588
Binary11010010010111011000
Octal64113130

Shades and tints

Shades of #344B58

#344B58
(52,75,88)
#304550
(48,69,80)
#2C3F48
(44,63,72)
#283940
(40,57,64)
#243338
(36,51,56)
#202D30
(32,45,48)
#1C2728
(28,39,40)
#182120
(24,33,32)
#141B18
(20,27,24)
#101510
(16,21,16)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #344B58

#344B58
(52,75,88)
#465B67
(70,91,103)
#586B76
(88,107,118)
#6A7B85
(106,123,133)
#7C8B94
(124,139,148)
#8E9BA3
(142,155,163)
#A0ABB2
(160,171,178)
#B2BBC1
(178,187,193)
#C4CBD0
(196,203,208)
#D6DBDF
(214,219,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344B58; }

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

This text font color is #344B58.


Background Color

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

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

This div background color is #344B58.


Border color

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

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

This div border color is #344B58.


Opacity

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

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

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

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

This text has shadow with #344B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344B58 on black background.


Color preview on white background

This text has color #344B58 on white background.



Black color preview on #344B58 background

This text has black color on #344B58 background.


White color preview on #344B58 background

This text has white color on #344B58 background.