COLOR #346129

HEX: #346129
RGB: (52,97,41)

Color info

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

RGB color model

#346129 color RGB value is (52,97,41).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 41 of 255 = 16%

52
97
41

R + G + B ~ 25%. #346129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 41 = 190 (100%)
R 52 of 190 ~ 27.37%
G 97 of 190 ~ 51.05%
B 41 of 190 ~ 21.58%

%27.37
%51.05
%21.58

CMYK color model

#346129 color CMYK value is (46,0,58,62).

  • cyan value is 46.39%
  • magenta value is 0.00%
  • yellow value is 57.73%
  • key color value is 61.96%
CMYK:
(46,0,58,62)
C46M0Y58K62 
(46%,0%,58%,62%)
(0.46/0.00/0.58/0.62)	

CMYK percentages

%46.39
%0
%57.73
%61.96

Codes

Color #346129 in popluar color models

346129
RGB529741
HSL108°40.58%27.06%
HSB/HSV108°57.73%38.04%
CMYK46.39%0.00%57.73%
61.96%

Color #346129 in popluar number systems.

HEX346129
Decimal529741
Binary1101001100001101001
Octal6414151

Shades and tints

Shades of #346129

#346129
(52,97,41)
#305926
(48,89,38)
#2C5123
(44,81,35)
#284920
(40,73,32)
#24411D
(36,65,29)
#20391A
(32,57,26)
#1C3117
(28,49,23)
#182914
(24,41,20)
#142111
(20,33,17)
#10190E
(16,25,14)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #346129

#346129
(52,97,41)
#466F3C
(70,111,60)
#587D4F
(88,125,79)
#6A8B62
(106,139,98)
#7C9975
(124,153,117)
#8EA788
(142,167,136)
#A0B59B
(160,181,155)
#B2C3AE
(178,195,174)
#C4D1C1
(196,209,193)
#D6DFD4
(214,223,212)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346129; }

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

This text font color is #346129.


Background Color

.myBgColor { background-color: #346129; }

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

This div background color is #346129.


Border color

.myBorderColor { border: 1px solid #346129; }

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

This div border color is #346129.


Opacity

.myOpacity80 { color: #346129; opacity: 0.8; }

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

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

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

This text has shadow with #346129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346129 on black background.


Color preview on white background

This text has color #346129 on white background.



Black color preview on #346129 background

This text has black color on #346129 background.


White color preview on #346129 background

This text has white color on #346129 background.