COLOR #344D61

HEX: #344D61
RGB: (52,77,97)

Color info

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

RGB color model

#344D61 color RGB value is (52,77,97).

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

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 97 of 255 = 38%

52
77
97

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

Portions of RGB colors in percentages

R + G + B =
52 + 77 + 97 = 226 (100%)
R 52 of 226 ~ 23.01%
G 77 of 226 ~ 34.07%
B 97 of 226 ~ 42.92%

%23.01
%34.07
%42.92

CMYK color model

#344D61 color CMYK value is (46,21,0,62).

  • cyan value is 46.39%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(46,21,0,62)
C46M21Y0K62 
(46%,21%,0%,62%)
(0.46/0.21/0.00/0.62)	

CMYK percentages

%46.39
%20.62
%0
%61.96

Codes

Color #344D61 in popluar color models

344D61
RGB527797
HSL207°30.20%29.22%
HSB/HSV207°46.39%38.04%
CMYK46.39%20.62%0.00%
61.96%

Color #344D61 in popluar number systems.

HEX344D61
Decimal527797
Binary11010010011011100001
Octal64115141

Shades and tints

Shades of #344D61

#344D61
(52,77,97)
#304659
(48,70,89)
#2C3F51
(44,63,81)
#283849
(40,56,73)
#243141
(36,49,65)
#202A39
(32,42,57)
#1C2331
(28,35,49)
#181C29
(24,28,41)
#141521
(20,21,33)
#100E19
(16,14,25)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #344D61

#344D61
(52,77,97)
#465D6F
(70,93,111)
#586D7D
(88,109,125)
#6A7D8B
(106,125,139)
#7C8D99
(124,141,153)
#8E9DA7
(142,157,167)
#A0ADB5
(160,173,181)
#B2BDC3
(178,189,195)
#C4CDD1
(196,205,209)
#D6DDDF
(214,221,223)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344D61; }

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

This text font color is #344D61.


Background Color

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

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

This div background color is #344D61.


Border color

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

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

This div border color is #344D61.


Opacity

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

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

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

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

This text has shadow with #344D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344D61 on black background.


Color preview on white background

This text has color #344D61 on white background.



Black color preview on #344D61 background

This text has black color on #344D61 background.


White color preview on #344D61 background

This text has white color on #344D61 background.