COLOR #346C29

HEX: #346C29
RGB: (52,108,41)

Color info

#346C29 contains mainly red and green colors. Web safe color of #346C29 is #336633 (or #363).

RGB color model

#346C29 color RGB value is (52,108,41).

  • red value is 52;
  • green value is 108;
  • blue value is 41.
RGB:
(52,108,41)
(20%,42%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 108 of 255 = 42%
B 41 of 255 = 16%

52
108
41

R + G + B ~ 26%. #346C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 108 + 41 = 201 (100%)
R 52 of 201 ~ 25.87%
G 108 of 201 ~ 53.73%
B 41 of 201 ~ 20.4%

%25.87
%53.73
%20.4

CMYK color model

#346C29 color CMYK value is (52,0,62,58).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 62.04%
  • key color value is 57.65%
CMYK:
(52,0,62,58)
C52M0Y62K58 
(52%,0%,62%,58%)
(0.52/0.00/0.62/0.58)	

CMYK percentages

%51.85
%0
%62.04
%57.65

Codes

Color #346C29 in popluar color models

346C29
RGB5210841
HSL110°44.97%29.22%
HSB/HSV110°62.04%42.35%
CMYK51.85%0.00%62.04%
57.65%

Color #346C29 in popluar number systems.

HEX346C29
Decimal5210841
Binary1101001101100101001
Octal6415451

Shades and tints

Shades of #346C29

#346C29
(52,108,41)
#306326
(48,99,38)
#2C5A23
(44,90,35)
#285120
(40,81,32)
#24481D
(36,72,29)
#203F1A
(32,63,26)
#1C3617
(28,54,23)
#182D14
(24,45,20)
#142411
(20,36,17)
#101B0E
(16,27,14)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #346C29

#346C29
(52,108,41)
#46793C
(70,121,60)
#58864F
(88,134,79)
#6A9362
(106,147,98)
#7CA075
(124,160,117)
#8EAD88
(142,173,136)
#A0BA9B
(160,186,155)
#B2C7AE
(178,199,174)
#C4D4C1
(196,212,193)
#D6E1D4
(214,225,212)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346C29 color. Also use rgb(52,108,41) instead hex code.

Text Font Color

.myTextColor { color: #346C29; }

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

This text font color is #346C29.


Background Color

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

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

This div background color is #346C29.


Border color

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

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

This div border color is #346C29.


Opacity

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

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

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

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

This text has shadow with #346C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346C29 on black background.


Color preview on white background

This text has color #346C29 on white background.



Black color preview on #346C29 background

This text has black color on #346C29 background.


White color preview on #346C29 background

This text has white color on #346C29 background.