COLOR #346B41

HEX: #346B41
RGB: (52,107,65)

Color info

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

RGB color model

#346B41 color RGB value is (52,107,65).

  • red value is 52;
  • green value is 107;
  • blue value is 65.
RGB:
(52,107,65)
(20%,42%,25%)

RGB channels and saturation

R 52 of 255 = 20%
G 107 of 255 = 42%
B 65 of 255 = 25%

52
107
65

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

Portions of RGB colors in percentages

R + G + B =
52 + 107 + 65 = 224 (100%)
R 52 of 224 ~ 23.21%
G 107 of 224 ~ 47.77%
B 65 of 224 ~ 29.02%

%23.21
%47.77
%29.02

CMYK color model

#346B41 color CMYK value is (51,0,39,58).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 58.04%
CMYK:
(51,0,39,58)
C51M0Y39K58 
(51%,0%,39%,58%)
(0.51/0.00/0.39/0.58)	

CMYK percentages

%51.4
%0
%39.25
%58.04

Codes

Color #346B41 in popluar color models

346B41
RGB5210765
HSL134°34.59%31.18%
HSB/HSV134°51.40%41.96%
CMYK51.40%0.00%39.25%
58.04%

Color #346B41 in popluar number systems.

HEX346B41
Decimal5210765
Binary11010011010111000001
Octal64153101

Shades and tints

Shades of #346B41

#346B41
(52,107,65)
#30623C
(48,98,60)
#2C5937
(44,89,55)
#285032
(40,80,50)
#24472D
(36,71,45)
#203E28
(32,62,40)
#1C3523
(28,53,35)
#182C1E
(24,44,30)
#142319
(20,35,25)
#101A14
(16,26,20)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #346B41

#346B41
(52,107,65)
#467852
(70,120,82)
#588563
(88,133,99)
#6A9274
(106,146,116)
#7C9F85
(124,159,133)
#8EAC96
(142,172,150)
#A0B9A7
(160,185,167)
#B2C6B8
(178,198,184)
#C4D3C9
(196,211,201)
#D6E0DA
(214,224,218)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346B41 color. Also use rgb(52,107,65) instead hex code.

Text Font Color

.myTextColor { color: #346B41; }

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

This text font color is #346B41.


Background Color

.myBgColor { background-color: #346B41; }

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

This div background color is #346B41.


Border color

.myBorderColor { border: 1px solid #346B41; }

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

This div border color is #346B41.


Opacity

.myOpacity80 { color: #346B41; opacity: 0.8; }

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

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

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

This text has shadow with #346B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346B41 on black background.


Color preview on white background

This text has color #346B41 on white background.



Black color preview on #346B41 background

This text has black color on #346B41 background.


White color preview on #346B41 background

This text has white color on #346B41 background.