COLOR #346611

HEX: #346611
RGB: (52,102,17)

Color info

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

RGB color model

#346611 color RGB value is (52,102,17).

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

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 17 of 255 = 7%

52
102
17

R + G + B ~ 22%. #346611 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 17 = 171 (100%)
R 52 of 171 ~ 30.41%
G 102 of 171 ~ 59.65%
B 17 of 171 ~ 9.94%

%30.41
%59.65
%9.94

CMYK color model

#346611 color CMYK value is (49,0,83,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 60.00%
CMYK:
(49,0,83,60)
C49M0Y83K60 
(49%,0%,83%,60%)
(0.49/0.00/0.83/0.60)	

CMYK percentages

%49.02
%0
%83.33
%60

Codes

Color #346611 in popluar color models

346611
RGB5210217
HSL95°71.43%23.33%
HSB/HSV95°83.33%40.00%
CMYK49.02%0.00%83.33%
60.00%

Color #346611 in popluar number systems.

HEX346611
Decimal5210217
Binary110100110011010001
Octal6414621

Shades and tints

Shades of #346611

#346611
(52,102,17)
#305D10
(48,93,16)
#2C540F
(44,84,15)
#284B0E
(40,75,14)
#24420D
(36,66,13)
#20390C
(32,57,12)
#1C300B
(28,48,11)
#18270A
(24,39,10)
#141E09
(20,30,9)
#101508
(16,21,8)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #346611

#346611
(52,102,17)
#467326
(70,115,38)
#58803B
(88,128,59)
#6A8D50
(106,141,80)
#7C9A65
(124,154,101)
#8EA77A
(142,167,122)
#A0B48F
(160,180,143)
#B2C1A4
(178,193,164)
#C4CEB9
(196,206,185)
#D6DBCE
(214,219,206)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346611; }

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

This text font color is #346611.


Background Color

.myBgColor { background-color: #346611; }

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

This div background color is #346611.


Border color

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

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

This div border color is #346611.


Opacity

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

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

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

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

This text has shadow with #346611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346611 on black background.


Color preview on white background

This text has color #346611 on white background.



Black color preview on #346611 background

This text has black color on #346611 background.


White color preview on #346611 background

This text has white color on #346611 background.