COLOR #346149

HEX: #346149
RGB: (52,97,73)

Color info

#346149 contains red, green and blue colors in about the same proportion. Web safe color of #346149 is #336633 (or #363).

RGB color model

#346149 color RGB value is (52,97,73).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 73 of 255 = 29%

52
97
73

R + G + B ~ 29%. #346149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 73 = 222 (100%)
R 52 of 222 ~ 23.42%
G 97 of 222 ~ 43.69%
B 73 of 222 ~ 32.88%

%23.42
%43.69
%32.88

CMYK color model

#346149 color CMYK value is (46,0,25,62).

  • cyan value is 46.39%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(46,0,25,62)
C46M0Y25K62 
(46%,0%,25%,62%)
(0.46/0.00/0.25/0.62)	

CMYK percentages

%46.39
%0
%24.74
%61.96

Codes

Color #346149 in popluar color models

346149
RGB529773
HSL148°30.20%29.22%
HSB/HSV148°46.39%38.04%
CMYK46.39%0.00%24.74%
61.96%

Color #346149 in popluar number systems.

HEX346149
Decimal529773
Binary11010011000011001001
Octal64141111

Shades and tints

Shades of #346149

#346149
(52,97,73)
#305943
(48,89,67)
#2C513D
(44,81,61)
#284937
(40,73,55)
#244131
(36,65,49)
#20392B
(32,57,43)
#1C3125
(28,49,37)
#18291F
(24,41,31)
#142119
(20,33,25)
#101913
(16,25,19)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #346149

#346149
(52,97,73)
#466F59
(70,111,89)
#587D69
(88,125,105)
#6A8B79
(106,139,121)
#7C9989
(124,153,137)
#8EA799
(142,167,153)
#A0B5A9
(160,181,169)
#B2C3B9
(178,195,185)
#C4D1C9
(196,209,201)
#D6DFD9
(214,223,217)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346149; }

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

This text font color is #346149.


Background Color

.myBgColor { background-color: #346149; }

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

This div background color is #346149.


Border color

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

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

This div border color is #346149.


Opacity

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

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

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

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

This text has shadow with #346149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346149 on black background.


Color preview on white background

This text has color #346149 on white background.



Black color preview on #346149 background

This text has black color on #346149 background.


White color preview on #346149 background

This text has white color on #346149 background.