COLOR #346477

HEX: #346477
RGB: (52,100,119)

Color info

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

RGB color model

#346477 color RGB value is (52,100,119).

  • red value is 52;
  • green value is 100;
  • blue value is 119.
RGB:
(52,100,119)
(20%,39%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 100 of 255 = 39%
B 119 of 255 = 47%

52
100
119

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

Portions of RGB colors in percentages

R + G + B =
52 + 100 + 119 = 271 (100%)
R 52 of 271 ~ 19.19%
G 100 of 271 ~ 36.9%
B 119 of 271 ~ 43.91%

%19.19
%36.9
%43.91

CMYK color model

#346477 color CMYK value is (56,16,0,53).

  • cyan value is 56.30%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(56,16,0,53)
C56M16Y0K53 
(56%,16%,0%,53%)
(0.56/0.16/0.00/0.53)	

CMYK percentages

%56.3
%15.97
%0
%53.33

Codes

Color #346477 in popluar color models

346477
RGB52100119
HSL197°39.18%33.53%
HSB/HSV197°56.30%46.67%
CMYK56.30%15.97%0.00%
53.33%

Color #346477 in popluar number systems.

HEX346477
Decimal52100119
Binary11010011001001110111
Octal64144167

Shades and tints

Shades of #346477

#346477
(52,100,119)
#305B6D
(48,91,109)
#2C5263
(44,82,99)
#284959
(40,73,89)
#24404F
(36,64,79)
#203745
(32,55,69)
#1C2E3B
(28,46,59)
#182531
(24,37,49)
#141C27
(20,28,39)
#10131D
(16,19,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #346477

#346477
(52,100,119)
#467283
(70,114,131)
#58808F
(88,128,143)
#6A8E9B
(106,142,155)
#7C9CA7
(124,156,167)
#8EAAB3
(142,170,179)
#A0B8BF
(160,184,191)
#B2C6CB
(178,198,203)
#C4D4D7
(196,212,215)
#D6E2E3
(214,226,227)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346477 color. Also use rgb(52,100,119) instead hex code.

Text Font Color

.myTextColor { color: #346477; }

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

This text font color is #346477.


Background Color

.myBgColor { background-color: #346477; }

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

This div background color is #346477.


Border color

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

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

This div border color is #346477.


Opacity

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

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

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

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

This text has shadow with #346477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346477 on black background.


Color preview on white background

This text has color #346477 on white background.



Black color preview on #346477 background

This text has black color on #346477 background.


White color preview on #346477 background

This text has white color on #346477 background.