COLOR #346128

HEX: #346128
RGB: (52,97,40)

Color info

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

RGB color model

#346128 color RGB value is (52,97,40).

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

RGB channels and saturation

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

52
97
40

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

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 40 = 189 (100%)
R 52 of 189 ~ 27.51%
G 97 of 189 ~ 51.32%
B 40 of 189 ~ 21.16%

%27.51
%51.32
%21.16

CMYK color model

#346128 color CMYK value is (46,0,59,62).

  • cyan value is 46.39%
  • magenta value is 0.00%
  • yellow value is 58.76%
  • key color value is 61.96%
CMYK:
(46,0,59,62)
C46M0Y59K62 
(46%,0%,59%,62%)
(0.46/0.00/0.59/0.62)	

CMYK percentages

%46.39
%0
%58.76
%61.96

Codes

Color #346128 in popluar color models

346128
RGB529740
HSL107°41.61%26.86%
HSB/HSV107°58.76%38.04%
CMYK46.39%0.00%58.76%
61.96%

Color #346128 in popluar number systems.

HEX346128
Decimal529740
Binary1101001100001101000
Octal6414150

Shades and tints

Shades of #346128

#346128
(52,97,40)
#305925
(48,89,37)
#2C5122
(44,81,34)
#28491F
(40,73,31)
#24411C
(36,65,28)
#203919
(32,57,25)
#1C3116
(28,49,22)
#182913
(24,41,19)
#142110
(20,33,16)
#10190D
(16,25,13)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #346128

#346128
(52,97,40)
#466F3B
(70,111,59)
#587D4E
(88,125,78)
#6A8B61
(106,139,97)
#7C9974
(124,153,116)
#8EA787
(142,167,135)
#A0B59A
(160,181,154)
#B2C3AD
(178,195,173)
#C4D1C0
(196,209,192)
#D6DFD3
(214,223,211)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346128; }

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

This text font color is #346128.


Background Color

.myBgColor { background-color: #346128; }

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

This div background color is #346128.


Border color

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

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

This div border color is #346128.


Opacity

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

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

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

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

This text has shadow with #346128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346128 on black background.


Color preview on white background

This text has color #346128 on white background.



Black color preview on #346128 background

This text has black color on #346128 background.


White color preview on #346128 background

This text has white color on #346128 background.