COLOR #344C63

HEX: #344C63
RGB: (52,76,99)

Color info

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

RGB color model

#344C63 color RGB value is (52,76,99).

  • red value is 52;
  • green value is 76;
  • blue value is 99.
RGB:
(52,76,99)
(20%,30%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 76 of 255 = 30%
B 99 of 255 = 39%

52
76
99

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

Portions of RGB colors in percentages

R + G + B =
52 + 76 + 99 = 227 (100%)
R 52 of 227 ~ 22.91%
G 76 of 227 ~ 33.48%
B 99 of 227 ~ 43.61%

%22.91
%33.48
%43.61

CMYK color model

#344C63 color CMYK value is (47,23,0,61).

  • cyan value is 47.47%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(47,23,0,61)
C47M23Y0K61 
(47%,23%,0%,61%)
(0.47/0.23/0.00/0.61)	

CMYK percentages

%47.47
%23.23
%0
%61.18

Codes

Color #344C63 in popluar color models

344C63
RGB527699
HSL209°31.13%29.61%
HSB/HSV209°47.47%38.82%
CMYK47.47%23.23%0.00%
61.18%

Color #344C63 in popluar number systems.

HEX344C63
Decimal527699
Binary11010010011001100011
Octal64114143

Shades and tints

Shades of #344C63

#344C63
(52,76,99)
#30465A
(48,70,90)
#2C4051
(44,64,81)
#283A48
(40,58,72)
#24343F
(36,52,63)
#202E36
(32,46,54)
#1C282D
(28,40,45)
#182224
(24,34,36)
#141C1B
(20,28,27)
#101612
(16,22,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #344C63

#344C63
(52,76,99)
#465C71
(70,92,113)
#586C7F
(88,108,127)
#6A7C8D
(106,124,141)
#7C8C9B
(124,140,155)
#8E9CA9
(142,156,169)
#A0ACB7
(160,172,183)
#B2BCC5
(178,188,197)
#C4CCD3
(196,204,211)
#D6DCE1
(214,220,225)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344C63; }

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

This text font color is #344C63.


Background Color

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

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

This div background color is #344C63.


Border color

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

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

This div border color is #344C63.


Opacity

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

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

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

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

This text has shadow with #344C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344C63 on black background.


Color preview on white background

This text has color #344C63 on white background.



Black color preview on #344C63 background

This text has black color on #344C63 background.


White color preview on #344C63 background

This text has white color on #344C63 background.