COLOR #346357

HEX: #346357
RGB: (52,99,87)

Color info

#346357 contains red, green and blue colors in about the same proportion. Web safe color of #346357 is #336666 (or #366).

RGB color model

#346357 color RGB value is (52,99,87).

  • red value is 52;
  • green value is 99;
  • blue value is 87.
RGB:
(52,99,87)
(20%,39%,34%)

RGB channels and saturation

R 52 of 255 = 20%
G 99 of 255 = 39%
B 87 of 255 = 34%

52
99
87

R + G + B ~ 31%. #346357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 99 + 87 = 238 (100%)
R 52 of 238 ~ 21.85%
G 99 of 238 ~ 41.6%
B 87 of 238 ~ 36.55%

%21.85
%41.6
%36.55

CMYK color model

#346357 color CMYK value is (47,0,12,61).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(47,0,12,61)
C47M0Y12K61 
(47%,0%,12%,61%)
(0.47/0.00/0.12/0.61)	

CMYK percentages

%47.47
%0
%12.12
%61.18

Codes

Color #346357 in popluar color models

346357
RGB529987
HSL165°31.13%29.61%
HSB/HSV165°47.47%38.82%
CMYK47.47%0.00%12.12%
61.18%

Color #346357 in popluar number systems.

HEX346357
Decimal529987
Binary11010011000111010111
Octal64143127

Shades and tints

Shades of #346357

#346357
(52,99,87)
#305A50
(48,90,80)
#2C5149
(44,81,73)
#284842
(40,72,66)
#243F3B
(36,63,59)
#203634
(32,54,52)
#1C2D2D
(28,45,45)
#182426
(24,36,38)
#141B1F
(20,27,31)
#101218
(16,18,24)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #346357

#346357
(52,99,87)
#467166
(70,113,102)
#587F75
(88,127,117)
#6A8D84
(106,141,132)
#7C9B93
(124,155,147)
#8EA9A2
(142,169,162)
#A0B7B1
(160,183,177)
#B2C5C0
(178,197,192)
#C4D3CF
(196,211,207)
#D6E1DE
(214,225,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346357 color. Also use rgb(52,99,87) instead hex code.

Text Font Color

.myTextColor { color: #346357; }

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

This text font color is #346357.


Background Color

.myBgColor { background-color: #346357; }

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

This div background color is #346357.


Border color

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

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

This div border color is #346357.


Opacity

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

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

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

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

This text has shadow with #346357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346357 on black background.


Color preview on white background

This text has color #346357 on white background.



Black color preview on #346357 background

This text has black color on #346357 background.


White color preview on #346357 background

This text has white color on #346357 background.