COLOR #344D6D

HEX: #344D6D
RGB: (52,77,109)

Color info

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

RGB color model

#344D6D color RGB value is (52,77,109).

  • red value is 52;
  • green value is 77;
  • blue value is 109.
RGB:
(52,77,109)
(20%,30%,43%)

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 109 of 255 = 43%

52
77
109

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

Portions of RGB colors in percentages

R + G + B =
52 + 77 + 109 = 238 (100%)
R 52 of 238 ~ 21.85%
G 77 of 238 ~ 32.35%
B 109 of 238 ~ 45.8%

%21.85
%32.35
%45.8

CMYK color model

#344D6D color CMYK value is (52,29,0,57).

  • cyan value is 52.29%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(52,29,0,57)
C52M29Y0K57 
(52%,29%,0%,57%)
(0.52/0.29/0.00/0.57)	

CMYK percentages

%52.29
%29.36
%0
%57.25

Codes

Color #344D6D in popluar color models

344D6D
RGB5277109
HSL214°35.40%31.57%
HSB/HSV214°52.29%42.75%
CMYK52.29%29.36%0.00%
57.25%

Color #344D6D in popluar number systems.

HEX344D6D
Decimal5277109
Binary11010010011011101101
Octal64115155

Shades and tints

Shades of #344D6D

#344D6D
(52,77,109)
#304664
(48,70,100)
#2C3F5B
(44,63,91)
#283852
(40,56,82)
#243149
(36,49,73)
#202A40
(32,42,64)
#1C2337
(28,35,55)
#181C2E
(24,28,46)
#141525
(20,21,37)
#100E1C
(16,14,28)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #344D6D

#344D6D
(52,77,109)
#465D7A
(70,93,122)
#586D87
(88,109,135)
#6A7D94
(106,125,148)
#7C8DA1
(124,141,161)
#8E9DAE
(142,157,174)
#A0ADBB
(160,173,187)
#B2BDC8
(178,189,200)
#C4CDD5
(196,205,213)
#D6DDE2
(214,221,226)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344D6D; }

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

This text font color is #344D6D.


Background Color

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

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

This div background color is #344D6D.


Border color

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

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

This div border color is #344D6D.


Opacity

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

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

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

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

This text has shadow with #344D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344D6D on black background.


Color preview on white background

This text has color #344D6D on white background.



Black color preview on #344D6D background

This text has black color on #344D6D background.


White color preview on #344D6D background

This text has white color on #344D6D background.