COLOR #346623

HEX: #346623
RGB: (52,102,35)

Color info

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

RGB color model

#346623 color RGB value is (52,102,35).

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

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 35 of 255 = 14%

52
102
35

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

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 35 = 189 (100%)
R 52 of 189 ~ 27.51%
G 102 of 189 ~ 53.97%
B 35 of 189 ~ 18.52%

%27.51
%53.97
%18.52

CMYK color model

#346623 color CMYK value is (49,0,66,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 65.69%
  • key color value is 60.00%
CMYK:
(49,0,66,60)
C49M0Y66K60 
(49%,0%,66%,60%)
(0.49/0.00/0.66/0.60)	

CMYK percentages

%49.02
%0
%65.69
%60

Codes

Color #346623 in popluar color models

346623
RGB5210235
HSL105°48.91%26.86%
HSB/HSV105°65.69%40.00%
CMYK49.02%0.00%65.69%
60.00%

Color #346623 in popluar number systems.

HEX346623
Decimal5210235
Binary1101001100110100011
Octal6414643

Shades and tints

Shades of #346623

#346623
(52,102,35)
#305D20
(48,93,32)
#2C541D
(44,84,29)
#284B1A
(40,75,26)
#244217
(36,66,23)
#203914
(32,57,20)
#1C3011
(28,48,17)
#18270E
(24,39,14)
#141E0B
(20,30,11)
#101508
(16,21,8)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #346623

#346623
(52,102,35)
#467337
(70,115,55)
#58804B
(88,128,75)
#6A8D5F
(106,141,95)
#7C9A73
(124,154,115)
#8EA787
(142,167,135)
#A0B49B
(160,180,155)
#B2C1AF
(178,193,175)
#C4CEC3
(196,206,195)
#D6DBD7
(214,219,215)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346623; }

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

This text font color is #346623.


Background Color

.myBgColor { background-color: #346623; }

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

This div background color is #346623.


Border color

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

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

This div border color is #346623.


Opacity

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

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

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

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

This text has shadow with #346623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346623 on black background.


Color preview on white background

This text has color #346623 on white background.



Black color preview on #346623 background

This text has black color on #346623 background.


White color preview on #346623 background

This text has white color on #346623 background.