COLOR #346276

HEX: #346276
RGB: (52,98,118)

Color info

#346276 contains mainly green and blue colors. Web safe color of #346276 is #336666 (or #366).

RGB color model

#346276 color RGB value is (52,98,118).

  • red value is 52;
  • green value is 98;
  • blue value is 118.
RGB:
(52,98,118)
(20%,38%,46%)

RGB channels and saturation

R 52 of 255 = 20%
G 98 of 255 = 38%
B 118 of 255 = 46%

52
98
118

R + G + B ~ 35%. #346276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 118 = 268 (100%)
R 52 of 268 ~ 19.4%
G 98 of 268 ~ 36.57%
B 118 of 268 ~ 44.03%

%19.4
%36.57
%44.03

CMYK color model

#346276 color CMYK value is (56,17,0,54).

  • cyan value is 55.93%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(56,17,0,54)
C56M17Y0K54 
(56%,17%,0%,54%)
(0.56/0.17/0.00/0.54)	

CMYK percentages

%55.93
%16.95
%0
%53.73

Codes

Color #346276 in popluar color models

346276
RGB5298118
HSL198°38.82%33.33%
HSB/HSV198°55.93%46.27%
CMYK55.93%16.95%0.00%
53.73%

Color #346276 in popluar number systems.

HEX346276
Decimal5298118
Binary11010011000101110110
Octal64142166

Shades and tints

Shades of #346276

#346276
(52,98,118)
#305A6C
(48,90,108)
#2C5262
(44,82,98)
#284A58
(40,74,88)
#24424E
(36,66,78)
#203A44
(32,58,68)
#1C323A
(28,50,58)
#182A30
(24,42,48)
#142226
(20,34,38)
#101A1C
(16,26,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #346276

#346276
(52,98,118)
#467082
(70,112,130)
#587E8E
(88,126,142)
#6A8C9A
(106,140,154)
#7C9AA6
(124,154,166)
#8EA8B2
(142,168,178)
#A0B6BE
(160,182,190)
#B2C4CA
(178,196,202)
#C4D2D6
(196,210,214)
#D6E0E2
(214,224,226)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346276 color. Also use rgb(52,98,118) instead hex code.

Text Font Color

.myTextColor { color: #346276; }

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

This text font color is #346276.


Background Color

.myBgColor { background-color: #346276; }

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

This div background color is #346276.


Border color

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

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

This div border color is #346276.


Opacity

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

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

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

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

This text has shadow with #346276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346276 on black background.


Color preview on white background

This text has color #346276 on white background.



Black color preview on #346276 background

This text has black color on #346276 background.


White color preview on #346276 background

This text has white color on #346276 background.