COLOR #346E3D

HEX: #346E3D RGB: (52,110,61)

Color info

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

RGB color model

#346E3D color RGB value is (52,110,61).

RGB: (52,110,61) (20%, 43%, 24%)

RGB channels and saturation

R 52 of 255 = 20%
G 110 of 255 = 43%
B 61 of 255 = 24%

52
110
61

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

Portions of RGB colors in percentages

R + G + B = 52 + 110 + 61 = 223 (100%)
R 52 of 223 ~ 23.32%
G 110 of 223 ~ 49.33%
B 61 of 223 ~ 27.35'%

%23.32
%49.33
%27.35

CMYK color model

#346E3D color CMYK value is (53,0,45,57).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 56.86%

CMYK: (53,0,45,57)
C53M0Y45K57 (53%, 0%, 45%, 57%)
(0.53 / 0.00 / 0.45 / 0.57)

CMYK percentages

%52.73
%0
%44.55
%56.86

Codes

Color #346E3D in popluar color models

34 6E 3D
RGB 52 110 61
HSL 129° 35.80% 31.76%
HSB/HSV 129° 52.73% 43.14%
CMYK 52.73% 0.00% 44.55%
56.86%

Color #346E3D in popluar number systems.

HEX 34 6E 3D
Decimal 52 110 61
Binary 110100 1101110 111101
Octal 64 156 75

Shades and tints

Shades of #346E3D

#346E3D
(52,110,61)
#306438
(48,100,56)
#2C5A33
(44,90,51)
#28502E
(40,80,46)
#244629
(36,70,41)
#203C24
(32,60,36)
#1C321F
(28,50,31)
#18281A
(24,40,26)
#141E15
(20,30,21)
#101410
(16,20,16)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #346E3D

#346E3D
(52,110,61)
#467B4E
(70,123,78)
#58885F
(88,136,95)
#6A9570
(106,149,112)
#7CA281
(124,162,129)
#8EAF92
(142,175,146)
#A0BCA3
(160,188,163)
#B2C9B4
(178,201,180)
#C4D6C5
(196,214,197)
#D6E3D6
(214,227,214)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346E3D color. Also use rgb(52,110,61) instead hex code.

Text Font Color

.myTextColor { color: #346E3D; }

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

This text font color is #346E3D.

Background Color

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

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

This div background color is #346E3D.

Border color

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

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

This div border color is #346E3D.

Opacity

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

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

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

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

This text has shadow with #346E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #346E3D.

Preview

Color preview on black background

This text has color #346E3D on black background.


Color preview on white background

This text has color #346E3D on white background.


Black color preview on #346E3D background

This text has black color on #346E3D background.


White color preview on #346E3D background

This text has white color on #346E3D background.


Related colors

Complementary color

Complementary color for #hex is #CB91C2.


I love getcolorcode.com

Triadic colors

1 #3D346E and #6E3D34 with #346E3D are triadic colors.

2 #3D6E34 and #6E343D with #346E3D are triadic colors.