COLOR #344766

HEX: #344766
RGB: (52,71,102)

Color info

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

RGB color model

#344766 color RGB value is (52,71,102).

  • red value is 52;
  • green value is 71;
  • blue value is 102.
RGB:
(52,71,102)
(20%,28%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 102 of 255 = 40%

52
71
102

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

Portions of RGB colors in percentages

R + G + B =
52 + 71 + 102 = 225 (100%)
R 52 of 225 ~ 23.11%
G 71 of 225 ~ 31.56%
B 102 of 225 ~ 45.33%

%23.11
%31.56
%45.33

CMYK color model

#344766 color CMYK value is (49,30,0,60).

  • cyan value is 49.02%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(49,30,0,60)
C49M30Y0K60 
(49%,30%,0%,60%)
(0.49/0.30/0.00/0.60)	

CMYK percentages

%49.02
%30.39
%0
%60

Codes

Color #344766 in popluar color models

344766
RGB5271102
HSL217°32.47%30.20%
HSB/HSV217°49.02%40.00%
CMYK49.02%30.39%0.00%
60.00%

Color #344766 in popluar number systems.

HEX344766
Decimal5271102
Binary11010010001111100110
Octal64107146

Shades and tints

Shades of #344766

#344766
(52,71,102)
#30415D
(48,65,93)
#2C3B54
(44,59,84)
#28354B
(40,53,75)
#242F42
(36,47,66)
#202939
(32,41,57)
#1C2330
(28,35,48)
#181D27
(24,29,39)
#14171E
(20,23,30)
#101115
(16,17,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #344766

#344766
(52,71,102)
#465773
(70,87,115)
#586780
(88,103,128)
#6A778D
(106,119,141)
#7C879A
(124,135,154)
#8E97A7
(142,151,167)
#A0A7B4
(160,167,180)
#B2B7C1
(178,183,193)
#C4C7CE
(196,199,206)
#D6D7DB
(214,215,219)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344766 color. Also use rgb(52,71,102) instead hex code.

Text Font Color

.myTextColor { color: #344766; }

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

This text font color is #344766.


Background Color

.myBgColor { background-color: #344766; }

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

This div background color is #344766.


Border color

.myBorderColor { border: 1px solid #344766; }

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

This div border color is #344766.


Opacity

.myOpacity80 { color: #344766; opacity: 0.8; }

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

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

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

This text has shadow with #344766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344766 on black background.


Color preview on white background

This text has color #344766 on white background.



Black color preview on #344766 background

This text has black color on #344766 background.


White color preview on #344766 background

This text has white color on #344766 background.