COLOR #346177

HEX: #346177
RGB: (52,97,119)

Color info

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

RGB color model

#346177 color RGB value is (52,97,119).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 119 of 255 = 47%

52
97
119

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

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 119 = 268 (100%)
R 52 of 268 ~ 19.4%
G 97 of 268 ~ 36.19%
B 119 of 268 ~ 44.4%

%19.4
%36.19
%44.4

CMYK color model

#346177 color CMYK value is (56,18,0,53).

  • cyan value is 56.30%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(56,18,0,53)
C56M18Y0K53 
(56%,18%,0%,53%)
(0.56/0.18/0.00/0.53)	

CMYK percentages

%56.3
%18.49
%0
%53.33

Codes

Color #346177 in popluar color models

346177
RGB5297119
HSL200°39.18%33.53%
HSB/HSV200°56.30%46.67%
CMYK56.30%18.49%0.00%
53.33%

Color #346177 in popluar number systems.

HEX346177
Decimal5297119
Binary11010011000011110111
Octal64141167

Shades and tints

Shades of #346177

#346177
(52,97,119)
#30596D
(48,89,109)
#2C5163
(44,81,99)
#284959
(40,73,89)
#24414F
(36,65,79)
#203945
(32,57,69)
#1C313B
(28,49,59)
#182931
(24,41,49)
#142127
(20,33,39)
#10191D
(16,25,29)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #346177

#346177
(52,97,119)
#466F83
(70,111,131)
#587D8F
(88,125,143)
#6A8B9B
(106,139,155)
#7C99A7
(124,153,167)
#8EA7B3
(142,167,179)
#A0B5BF
(160,181,191)
#B2C3CB
(178,195,203)
#C4D1D7
(196,209,215)
#D6DFE3
(214,223,227)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346177; }

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

This text font color is #346177.


Background Color

.myBgColor { background-color: #346177; }

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

This div background color is #346177.


Border color

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

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

This div border color is #346177.


Opacity

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

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

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

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

This text has shadow with #346177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346177 on black background.


Color preview on white background

This text has color #346177 on white background.



Black color preview on #346177 background

This text has black color on #346177 background.


White color preview on #346177 background

This text has white color on #346177 background.