COLOR #346A38

HEX: #346A38
RGB: (52,106,56)

Color info

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

RGB color model

#346A38 color RGB value is (52,106,56).

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

RGB channels and saturation

R 52 of 255 = 20%
G 106 of 255 = 42%
B 56 of 255 = 22%

52
106
56

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

Portions of RGB colors in percentages

R + G + B =
52 + 106 + 56 = 214 (100%)
R 52 of 214 ~ 24.3%
G 106 of 214 ~ 49.53%
B 56 of 214 ~ 26.17%

%24.3
%49.53
%26.17

CMYK color model

#346A38 color CMYK value is (51,0,47,58).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 58.43%
CMYK:
(51,0,47,58)
C51M0Y47K58 
(51%,0%,47%,58%)
(0.51/0.00/0.47/0.58)	

CMYK percentages

%50.94
%0
%47.17
%58.43

Codes

Color #346A38 in popluar color models

346A38
RGB5210656
HSL124°34.18%30.98%
HSB/HSV124°50.94%41.57%
CMYK50.94%0.00%47.17%
58.43%

Color #346A38 in popluar number systems.

HEX346A38
Decimal5210656
Binary1101001101010111000
Octal6415270

Shades and tints

Shades of #346A38

#346A38
(52,106,56)
#306133
(48,97,51)
#2C582E
(44,88,46)
#284F29
(40,79,41)
#244624
(36,70,36)
#203D1F
(32,61,31)
#1C341A
(28,52,26)
#182B15
(24,43,21)
#142210
(20,34,16)
#10190B
(16,25,11)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #346A38

#346A38
(52,106,56)
#46774A
(70,119,74)
#58845C
(88,132,92)
#6A916E
(106,145,110)
#7C9E80
(124,158,128)
#8EAB92
(142,171,146)
#A0B8A4
(160,184,164)
#B2C5B6
(178,197,182)
#C4D2C8
(196,210,200)
#D6DFDA
(214,223,218)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346A38 color. Also use rgb(52,106,56) instead hex code.

Text Font Color

.myTextColor { color: #346A38; }

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

This text font color is #346A38.


Background Color

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

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

This div background color is #346A38.


Border color

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

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

This div border color is #346A38.


Opacity

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

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

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

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

This text has shadow with #346A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346A38 on black background.


Color preview on white background

This text has color #346A38 on white background.



Black color preview on #346A38 background

This text has black color on #346A38 background.


White color preview on #346A38 background

This text has white color on #346A38 background.