COLOR #346782

HEX: #346782
RGB: (52,103,130)

Color info

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

RGB color model

#346782 color RGB value is (52,103,130).

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

RGB channels and saturation

R 52 of 255 = 20%
G 103 of 255 = 40%
B 130 of 255 = 51%

52
103
130

R + G + B ~ 37%. #346782 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 103 + 130 = 285 (100%)
R 52 of 285 ~ 18.25%
G 103 of 285 ~ 36.14%
B 130 of 285 ~ 45.61%

%18.25
%36.14
%45.61

CMYK color model

#346782 color CMYK value is (60,21,0,49).

  • cyan value is 60.00%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(60,21,0,49)
C60M21Y0K49 
(60%,21%,0%,49%)
(0.60/0.21/0.00/0.49)	

CMYK percentages

%60
%20.77
%0
%49.02

Codes

Color #346782 in popluar color models

346782
RGB52103130
HSL201°42.86%35.69%
HSB/HSV201°60.00%50.98%
CMYK60.00%20.77%0.00%
49.02%

Color #346782 in popluar number systems.

HEX346782
Decimal52103130
Binary110100110011110000010
Octal64147202

Shades and tints

Shades of #346782

#346782
(52,103,130)
#305E77
(48,94,119)
#2C556C
(44,85,108)
#284C61
(40,76,97)
#244356
(36,67,86)
#203A4B
(32,58,75)
#1C3140
(28,49,64)
#182835
(24,40,53)
#141F2A
(20,31,42)
#10161F
(16,22,31)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #346782

#346782
(52,103,130)
#46748D
(70,116,141)
#588198
(88,129,152)
#6A8EA3
(106,142,163)
#7C9BAE
(124,155,174)
#8EA8B9
(142,168,185)
#A0B5C4
(160,181,196)
#B2C2CF
(178,194,207)
#C4CFDA
(196,207,218)
#D6DCE5
(214,220,229)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346782; }

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

This text font color is #346782.


Background Color

.myBgColor { background-color: #346782; }

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

This div background color is #346782.


Border color

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

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

This div border color is #346782.


Opacity

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

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

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

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

This text has shadow with #346782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346782 on black background.


Color preview on white background

This text has color #346782 on white background.



Black color preview on #346782 background

This text has black color on #346782 background.


White color preview on #346782 background

This text has white color on #346782 background.