COLOR #346789

HEX: #346789
RGB: (52,103,137)

Color info

#346789 contains mainly green and blue colors. Web safe color of #346789 is #336699 (or #369).

RGB color model

#346789 color RGB value is (52,103,137).

  • red value is 52;
  • green value is 103;
  • blue value is 137.
RGB:
(52,103,137)
(20%,40%,54%)

RGB channels and saturation

R 52 of 255 = 20%
G 103 of 255 = 40%
B 137 of 255 = 54%

52
103
137

R + G + B ~ 38%. #346789 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 103 + 137 = 292 (100%)
R 52 of 292 ~ 17.81%
G 103 of 292 ~ 35.27%
B 137 of 292 ~ 46.92%

%17.81
%35.27
%46.92

CMYK color model

#346789 color CMYK value is (62,25,0,46).

  • cyan value is 62.04%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(62,25,0,46)
C62M25Y0K46 
(62%,25%,0%,46%)
(0.62/0.25/0.00/0.46)	

CMYK percentages

%62.04
%24.82
%0
%46.27

Codes

Color #346789 in popluar color models

346789
RGB52103137
HSL204°44.97%37.06%
HSB/HSV204°62.04%53.73%
CMYK62.04%24.82%0.00%
46.27%

Color #346789 in popluar number systems.

HEX346789
Decimal52103137
Binary110100110011110001001
Octal64147211

Shades and tints

Shades of #346789

#346789
(52,103,137)
#305E7D
(48,94,125)
#2C5571
(44,85,113)
#284C65
(40,76,101)
#244359
(36,67,89)
#203A4D
(32,58,77)
#1C3141
(28,49,65)
#182835
(24,40,53)
#141F29
(20,31,41)
#10161D
(16,22,29)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #346789

#346789
(52,103,137)
#467493
(70,116,147)
#58819D
(88,129,157)
#6A8EA7
(106,142,167)
#7C9BB1
(124,155,177)
#8EA8BB
(142,168,187)
#A0B5C5
(160,181,197)
#B2C2CF
(178,194,207)
#C4CFD9
(196,207,217)
#D6DCE3
(214,220,227)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346789 color. Also use rgb(52,103,137) instead hex code.

Text Font Color

.myTextColor { color: #346789; }

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

This text font color is #346789.


Background Color

.myBgColor { background-color: #346789; }

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

This div background color is #346789.


Border color

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

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

This div border color is #346789.


Opacity

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

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

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

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

This text has shadow with #346789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346789 on black background.


Color preview on white background

This text has color #346789 on white background.



Black color preview on #346789 background

This text has black color on #346789 background.


White color preview on #346789 background

This text has white color on #346789 background.