COLOR #346924

HEX: #346924
RGB: (52,105,36)

Color info

#346924 contains mainly red and green colors. Web safe color of #346924 is #336633 (or #363).

RGB color model

#346924 color RGB value is (52,105,36).

  • red value is 52;
  • green value is 105;
  • blue value is 36.
RGB:
(52,105,36)
(20%,41%,14%)

RGB channels and saturation

R 52 of 255 = 20%
G 105 of 255 = 41%
B 36 of 255 = 14%

52
105
36

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

Portions of RGB colors in percentages

R + G + B =
52 + 105 + 36 = 193 (100%)
R 52 of 193 ~ 26.94%
G 105 of 193 ~ 54.4%
B 36 of 193 ~ 18.65%

%26.94
%54.4
%18.65

CMYK color model

#346924 color CMYK value is (50,0,66,59).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 58.82%
CMYK:
(50,0,66,59)
C50M0Y66K59 
(50%,0%,66%,59%)
(0.50/0.00/0.66/0.59)	

CMYK percentages

%50.48
%0
%65.71
%58.82

Codes

Color #346924 in popluar color models

346924
RGB5210536
HSL106°48.94%27.65%
HSB/HSV106°65.71%41.18%
CMYK50.48%0.00%65.71%
58.82%

Color #346924 in popluar number systems.

HEX346924
Decimal5210536
Binary1101001101001100100
Octal6415144

Shades and tints

Shades of #346924

#346924
(52,105,36)
#306021
(48,96,33)
#2C571E
(44,87,30)
#284E1B
(40,78,27)
#244518
(36,69,24)
#203C15
(32,60,21)
#1C3312
(28,51,18)
#182A0F
(24,42,15)
#14210C
(20,33,12)
#101809
(16,24,9)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #346924

#346924
(52,105,36)
#467637
(70,118,55)
#58834A
(88,131,74)
#6A905D
(106,144,93)
#7C9D70
(124,157,112)
#8EAA83
(142,170,131)
#A0B796
(160,183,150)
#B2C4A9
(178,196,169)
#C4D1BC
(196,209,188)
#D6DECF
(214,222,207)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346924 color. Also use rgb(52,105,36) instead hex code.

Text Font Color

.myTextColor { color: #346924; }

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

This text font color is #346924.


Background Color

.myBgColor { background-color: #346924; }

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

This div background color is #346924.


Border color

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

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

This div border color is #346924.


Opacity

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

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

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

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

This text has shadow with #346924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346924 on black background.


Color preview on white background

This text has color #346924 on white background.



Black color preview on #346924 background

This text has black color on #346924 background.


White color preview on #346924 background

This text has white color on #346924 background.