COLOR #346C37

HEX: #346C37
RGB: (52,108,55)

Color info

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

RGB color model

#346C37 color RGB value is (52,108,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 108 of 255 = 42%
B 55 of 255 = 22%

52
108
55

R + G + B ~ 28%. #346C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 108 + 55 = 215 (100%)
R 52 of 215 ~ 24.19%
G 108 of 215 ~ 50.23%
B 55 of 215 ~ 25.58%

%24.19
%50.23
%25.58

CMYK color model

#346C37 color CMYK value is (52,0,49,58).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 57.65%
CMYK:
(52,0,49,58)
C52M0Y49K58 
(52%,0%,49%,58%)
(0.52/0.00/0.49/0.58)	

CMYK percentages

%51.85
%0
%49.07
%57.65

Codes

Color #346C37 in popluar color models

346C37
RGB5210855
HSL123°35.00%31.37%
HSB/HSV123°51.85%42.35%
CMYK51.85%0.00%49.07%
57.65%

Color #346C37 in popluar number systems.

HEX346C37
Decimal5210855
Binary1101001101100110111
Octal6415467

Shades and tints

Shades of #346C37

#346C37
(52,108,55)
#306332
(48,99,50)
#2C5A2D
(44,90,45)
#285128
(40,81,40)
#244823
(36,72,35)
#203F1E
(32,63,30)
#1C3619
(28,54,25)
#182D14
(24,45,20)
#14240F
(20,36,15)
#101B0A
(16,27,10)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #346C37

#346C37
(52,108,55)
#467949
(70,121,73)
#58865B
(88,134,91)
#6A936D
(106,147,109)
#7CA07F
(124,160,127)
#8EAD91
(142,173,145)
#A0BAA3
(160,186,163)
#B2C7B5
(178,199,181)
#C4D4C7
(196,212,199)
#D6E1D9
(214,225,217)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346C37; }

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

This text font color is #346C37.


Background Color

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

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

This div background color is #346C37.


Border color

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

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

This div border color is #346C37.


Opacity

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

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

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

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

This text has shadow with #346C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346C37 on black background.


Color preview on white background

This text has color #346C37 on white background.



Black color preview on #346C37 background

This text has black color on #346C37 background.


White color preview on #346C37 background

This text has white color on #346C37 background.