COLOR #346229

HEX: #346229
RGB: (52,98,41)

Color info

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

RGB color model

#346229 color RGB value is (52,98,41).

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

RGB channels and saturation

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

52
98
41

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

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 41 = 191 (100%)
R 52 of 191 ~ 27.23%
G 98 of 191 ~ 51.31%
B 41 of 191 ~ 21.47%

%27.23
%51.31
%21.47

CMYK color model

#346229 color CMYK value is (47,0,58,62).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 61.57%
CMYK:
(47,0,58,62)
C47M0Y58K62 
(47%,0%,58%,62%)
(0.47/0.00/0.58/0.62)	

CMYK percentages

%46.94
%0
%58.16
%61.57

Codes

Color #346229 in popluar color models

346229
RGB529841
HSL108°41.01%27.25%
HSB/HSV108°58.16%38.43%
CMYK46.94%0.00%58.16%
61.57%

Color #346229 in popluar number systems.

HEX346229
Decimal529841
Binary1101001100010101001
Octal6414251

Shades and tints

Shades of #346229

#346229
(52,98,41)
#305A26
(48,90,38)
#2C5223
(44,82,35)
#284A20
(40,74,32)
#24421D
(36,66,29)
#203A1A
(32,58,26)
#1C3217
(28,50,23)
#182A14
(24,42,20)
#142211
(20,34,17)
#101A0E
(16,26,14)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #346229

#346229
(52,98,41)
#46703C
(70,112,60)
#587E4F
(88,126,79)
#6A8C62
(106,140,98)
#7C9A75
(124,154,117)
#8EA888
(142,168,136)
#A0B69B
(160,182,155)
#B2C4AE
(178,196,174)
#C4D2C1
(196,210,193)
#D6E0D4
(214,224,212)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346229; }

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

This text font color is #346229.


Background Color

.myBgColor { background-color: #346229; }

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

This div background color is #346229.


Border color

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

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

This div border color is #346229.


Opacity

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

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

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

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

This text has shadow with #346229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346229 on black background.


Color preview on white background

This text has color #346229 on white background.



Black color preview on #346229 background

This text has black color on #346229 background.


White color preview on #346229 background

This text has white color on #346229 background.