COLOR #346137

HEX: #346137
RGB: (52,97,55)

Color info

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

RGB color model

#346137 color RGB value is (52,97,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 55 of 255 = 22%

52
97
55

R + G + B ~ 27%. #346137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 55 = 204 (100%)
R 52 of 204 ~ 25.49%
G 97 of 204 ~ 47.55%
B 55 of 204 ~ 26.96%

%25.49
%47.55
%26.96

CMYK color model

#346137 color CMYK value is (46,0,43,62).

  • cyan value is 46.39%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(46,0,43,62)
C46M0Y43K62 
(46%,0%,43%,62%)
(0.46/0.00/0.43/0.62)	

CMYK percentages

%46.39
%0
%43.3
%61.96

Codes

Color #346137 in popluar color models

346137
RGB529755
HSL124°30.20%29.22%
HSB/HSV124°46.39%38.04%
CMYK46.39%0.00%43.30%
61.96%

Color #346137 in popluar number systems.

HEX346137
Decimal529755
Binary1101001100001110111
Octal6414167

Shades and tints

Shades of #346137

#346137
(52,97,55)
#305932
(48,89,50)
#2C512D
(44,81,45)
#284928
(40,73,40)
#244123
(36,65,35)
#20391E
(32,57,30)
#1C3119
(28,49,25)
#182914
(24,41,20)
#14210F
(20,33,15)
#10190A
(16,25,10)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #346137

#346137
(52,97,55)
#466F49
(70,111,73)
#587D5B
(88,125,91)
#6A8B6D
(106,139,109)
#7C997F
(124,153,127)
#8EA791
(142,167,145)
#A0B5A3
(160,181,163)
#B2C3B5
(178,195,181)
#C4D1C7
(196,209,199)
#D6DFD9
(214,223,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346137; }

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

This text font color is #346137.


Background Color

.myBgColor { background-color: #346137; }

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

This div background color is #346137.


Border color

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

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

This div border color is #346137.


Opacity

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

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

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

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

This text has shadow with #346137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346137 on black background.


Color preview on white background

This text has color #346137 on white background.



Black color preview on #346137 background

This text has black color on #346137 background.


White color preview on #346137 background

This text has white color on #346137 background.