COLOR #344D6A

HEX: #344D6A RGB: (52,77,106)

Color info

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

RGB color model

#344D6A color RGB value is (52,77,106).

RGB: (52,77,106) (20%, 30%, 42%)

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 106 of 255 = 42%

52
77
106

R + G + B ~ 31%. #344D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 77 + 106 = 235 (100%)
R 52 of 235 ~ 22.13%
G 77 of 235 ~ 32.77%
B 106 of 235 ~ 45.11'%

%22.13
%32.77
%45.11

CMYK color model

#344D6A color CMYK value is (51,27,0,58).

  • cyan value is 50.94%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (51,27,0,58)
C51M27Y0K58 (51%, 27%, 0%, 58%)
(0.51 / 0.27 / 0.00 / 0.58)

CMYK percentages

%50.94
%27.36
%0
%58.43

Codes

Color #344D6A in popluar color models

34 4D 6A
RGB 52 77 106
HSL 212° 34.18% 30.98%
HSB/HSV 212° 50.94% 41.57%
CMYK 50.94% 27.36% 0.00%
58.43%

Color #344D6A in popluar number systems.

HEX 34 4D 6A
Decimal 52 77 106
Binary 110100 1001101 1101010
Octal 64 115 152

Shades and tints

Shades of #344D6A

#344D6A
(52,77,106)
#304661
(48,70,97)
#2C3F58
(44,63,88)
#28384F
(40,56,79)
#243146
(36,49,70)
#202A3D
(32,42,61)
#1C2334
(28,35,52)
#181C2B
(24,28,43)
#141522
(20,21,34)
#100E19
(16,14,25)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #344D6A

#344D6A
(52,77,106)
#465D77
(70,93,119)
#586D84
(88,109,132)
#6A7D91
(106,125,145)
#7C8D9E
(124,141,158)
#8E9DAB
(142,157,171)
#A0ADB8
(160,173,184)
#B2BDC5
(178,189,197)
#C4CDD2
(196,205,210)
#D6DDDF
(214,221,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344D6A color. Also use rgb(52,77,106) instead hex code.

Text Font Color

.myTextColor { color: #344D6A; }

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

This text font color is #344D6A.

Background Color

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

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

This div background color is #344D6A.

Border color

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

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

This div border color is #344D6A.

Opacity

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

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

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

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

This text has shadow with #344D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344D6A.

Preview

Color preview on black background

This text has color #344D6A on black background.


Color preview on white background

This text has color #344D6A on white background.


Black color preview on #344D6A background

This text has black color on #344D6A background.


White color preview on #344D6A background

This text has white color on #344D6A background.


Related colors

Complementary color

Complementary color for #hex is #CBB295.


I love getcolorcode.com

Triadic colors

1 #6A344D and #4D6A34 with #344D6A are triadic colors.

2 #6A4D34 and #4D346A with #344D6A are triadic colors.