COLOR #346614

HEX: #346614
RGB: (52,102,20)

Color info

#346614 contains mainly red and green colors. Web safe color of #346614 is #336600 (or #360).

RGB color model

#346614 color RGB value is (52,102,20).

  • red value is 52;
  • green value is 102;
  • blue value is 20.
RGB:
(52,102,20)
(20%,40%,8%)

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 20 of 255 = 8%

52
102
20

R + G + B ~ 23%. #346614 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 20 = 174 (100%)
R 52 of 174 ~ 29.89%
G 102 of 174 ~ 58.62%
B 20 of 174 ~ 11.49%

%29.89
%58.62
%11.49

CMYK color model

#346614 color CMYK value is (49,0,80,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 80.39%
  • key color value is 60.00%
CMYK:
(49,0,80,60)
C49M0Y80K60 
(49%,0%,80%,60%)
(0.49/0.00/0.80/0.60)	

CMYK percentages

%49.02
%0
%80.39
%60

Codes

Color #346614 in popluar color models

346614
RGB5210220
HSL97°67.21%23.92%
HSB/HSV97°80.39%40.00%
CMYK49.02%0.00%80.39%
60.00%

Color #346614 in popluar number systems.

HEX346614
Decimal5210220
Binary110100110011010100
Octal6414624

Shades and tints

Shades of #346614

#346614
(52,102,20)
#305D13
(48,93,19)
#2C5412
(44,84,18)
#284B11
(40,75,17)
#244210
(36,66,16)
#20390F
(32,57,15)
#1C300E
(28,48,14)
#18270D
(24,39,13)
#141E0C
(20,30,12)
#10150B
(16,21,11)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #346614

#346614
(52,102,20)
#467329
(70,115,41)
#58803E
(88,128,62)
#6A8D53
(106,141,83)
#7C9A68
(124,154,104)
#8EA77D
(142,167,125)
#A0B492
(160,180,146)
#B2C1A7
(178,193,167)
#C4CEBC
(196,206,188)
#D6DBD1
(214,219,209)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346614 color. Also use rgb(52,102,20) instead hex code.

Text Font Color

.myTextColor { color: #346614; }

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

This text font color is #346614.


Background Color

.myBgColor { background-color: #346614; }

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

This div background color is #346614.


Border color

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

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

This div border color is #346614.


Opacity

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

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

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

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

This text has shadow with #346614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346614 on black background.


Color preview on white background

This text has color #346614 on white background.



Black color preview on #346614 background

This text has black color on #346614 background.


White color preview on #346614 background

This text has white color on #346614 background.