COLOR #346240

HEX: #346240
RGB: (52,98,64)

Color info

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

RGB color model

#346240 color RGB value is (52,98,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 98 of 255 = 38%
B 64 of 255 = 25%

52
98
64

R + G + B ~ 28%. #346240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 64 = 214 (100%)
R 52 of 214 ~ 24.3%
G 98 of 214 ~ 45.79%
B 64 of 214 ~ 29.91%

%24.3
%45.79
%29.91

CMYK color model

#346240 color CMYK value is (47,0,35,62).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 61.57%
CMYK:
(47,0,35,62)
C47M0Y35K62 
(47%,0%,35%,62%)
(0.47/0.00/0.35/0.62)	

CMYK percentages

%46.94
%0
%34.69
%61.57

Codes

Color #346240 in popluar color models

346240
RGB529864
HSL136°30.67%29.41%
HSB/HSV136°46.94%38.43%
CMYK46.94%0.00%34.69%
61.57%

Color #346240 in popluar number systems.

HEX346240
Decimal529864
Binary11010011000101000000
Octal64142100

Shades and tints

Shades of #346240

#346240
(52,98,64)
#305A3B
(48,90,59)
#2C5236
(44,82,54)
#284A31
(40,74,49)
#24422C
(36,66,44)
#203A27
(32,58,39)
#1C3222
(28,50,34)
#182A1D
(24,42,29)
#142218
(20,34,24)
#101A13
(16,26,19)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #346240

#346240
(52,98,64)
#467051
(70,112,81)
#587E62
(88,126,98)
#6A8C73
(106,140,115)
#7C9A84
(124,154,132)
#8EA895
(142,168,149)
#A0B6A6
(160,182,166)
#B2C4B7
(178,196,183)
#C4D2C8
(196,210,200)
#D6E0D9
(214,224,217)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346240; }

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

This text font color is #346240.


Background Color

.myBgColor { background-color: #346240; }

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

This div background color is #346240.


Border color

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

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

This div border color is #346240.


Opacity

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

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

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

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

This text has shadow with #346240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346240 on black background.


Color preview on white background

This text has color #346240 on white background.



Black color preview on #346240 background

This text has black color on #346240 background.


White color preview on #346240 background

This text has white color on #346240 background.