COLOR #344E63

HEX: #344E63 RGB: (52,78,99)

Color info

#344E63 contains red, green and blue colors in about the same proportion. Web safe color of #344E63 is #336666 (or #366).

RGB color model

#344E63 color RGB value is (52,78,99).

RGB: (52,78,99) (20%, 31%, 39%)

RGB channels and saturation

R 52 of 255 = 20%
G 78 of 255 = 31%
B 99 of 255 = 39%

52
78
99

R + G + B ~ 30%. #344E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 78 + 99 = 229 (100%)
R 52 of 229 ~ 22.71%
G 78 of 229 ~ 34.06%
B 99 of 229 ~ 43.23'%

%22.71
%34.06
%43.23

CMYK color model

#344E63 color CMYK value is (47,21,0,61).

  • cyan value is 47.47%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (47,21,0,61)
C47M21Y0K61 (47%, 21%, 0%, 61%)
(0.47 / 0.21 / 0.00 / 0.61)

CMYK percentages

%47.47
%21.21
%0
%61.18

Codes

Color #344E63 in popluar color models

34 4E 63
RGB 52 78 99
HSL 207° 31.13% 29.61%
HSB/HSV 207° 47.47% 38.82%
CMYK 47.47% 21.21% 0.00%
61.18%

Color #344E63 in popluar number systems.

HEX 34 4E 63
Decimal 52 78 99
Binary 110100 1001110 1100011
Octal 64 116 143

Shades and tints

Shades of #344E63

#344E63
(52,78,99)
#30475A
(48,71,90)
#2C4051
(44,64,81)
#283948
(40,57,72)
#24323F
(36,50,63)
#202B36
(32,43,54)
#1C242D
(28,36,45)
#181D24
(24,29,36)
#14161B
(20,22,27)
#100F12
(16,15,18)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #344E63

#344E63
(52,78,99)
#465E71
(70,94,113)
#586E7F
(88,110,127)
#6A7E8D
(106,126,141)
#7C8E9B
(124,142,155)
#8E9EA9
(142,158,169)
#A0AEB7
(160,174,183)
#B2BEC5
(178,190,197)
#C4CED3
(196,206,211)
#D6DEE1
(214,222,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344E63 color. Also use rgb(52,78,99) instead hex code.

Text Font Color

.myTextColor { color: #344E63; }

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

This text font color is #344E63.

Background Color

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

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

This div background color is #344E63.

Border color

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

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

This div border color is #344E63.

Opacity

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

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

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

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

This text has shadow with #344E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344E63.

Preview

Color preview on black background

This text has color #344E63 on black background.


Color preview on white background

This text has color #344E63 on white background.


Black color preview on #344E63 background

This text has black color on #344E63 background.


White color preview on #344E63 background

This text has white color on #344E63 background.


Related colors

Complementary color

Complementary color for #hex is #CBB19C.


I love getcolorcode.com

Triadic colors

1 #63344E and #4E6334 with #344E63 are triadic colors.

2 #634E34 and #4E3463 with #344E63 are triadic colors.