COLOR #346553

HEX: #346553
RGB: (52,101,83)

Color info

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

RGB color model

#346553 color RGB value is (52,101,83).

  • red value is 52;
  • green value is 101;
  • blue value is 83.
RGB:
(52,101,83)
(20%,40%,33%)

RGB channels and saturation

R 52 of 255 = 20%
G 101 of 255 = 40%
B 83 of 255 = 33%

52
101
83

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

Portions of RGB colors in percentages

R + G + B =
52 + 101 + 83 = 236 (100%)
R 52 of 236 ~ 22.03%
G 101 of 236 ~ 42.8%
B 83 of 236 ~ 35.17%

%22.03
%42.8
%35.17

CMYK color model

#346553 color CMYK value is (49,0,18,60).

  • cyan value is 48.51%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(49,0,18,60)
C49M0Y18K60 
(49%,0%,18%,60%)
(0.49/0.00/0.18/0.60)	

CMYK percentages

%48.51
%0
%17.82
%60.39

Codes

Color #346553 in popluar color models

346553
RGB5210183
HSL158°32.03%30.00%
HSB/HSV158°48.51%39.61%
CMYK48.51%0.00%17.82%
60.39%

Color #346553 in popluar number systems.

HEX346553
Decimal5210183
Binary11010011001011010011
Octal64145123

Shades and tints

Shades of #346553

#346553
(52,101,83)
#305C4C
(48,92,76)
#2C5345
(44,83,69)
#284A3E
(40,74,62)
#244137
(36,65,55)
#203830
(32,56,48)
#1C2F29
(28,47,41)
#182622
(24,38,34)
#141D1B
(20,29,27)
#101414
(16,20,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #346553

#346553
(52,101,83)
#467362
(70,115,98)
#588171
(88,129,113)
#6A8F80
(106,143,128)
#7C9D8F
(124,157,143)
#8EAB9E
(142,171,158)
#A0B9AD
(160,185,173)
#B2C7BC
(178,199,188)
#C4D5CB
(196,213,203)
#D6E3DA
(214,227,218)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346553 color. Also use rgb(52,101,83) instead hex code.

Text Font Color

.myTextColor { color: #346553; }

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

This text font color is #346553.


Background Color

.myBgColor { background-color: #346553; }

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

This div background color is #346553.


Border color

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

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

This div border color is #346553.


Opacity

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

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

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

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

This text has shadow with #346553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346553 on black background.


Color preview on white background

This text has color #346553 on white background.



Black color preview on #346553 background

This text has black color on #346553 background.


White color preview on #346553 background

This text has white color on #346553 background.