COLOR #346426

HEX: #346426
RGB: (52,100,38)

Color info

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

RGB color model

#346426 color RGB value is (52,100,38).

  • red value is 52;
  • green value is 100;
  • blue value is 38.
RGB:
(52,100,38)
(20%,39%,15%)

RGB channels and saturation

R 52 of 255 = 20%
G 100 of 255 = 39%
B 38 of 255 = 15%

52
100
38

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

Portions of RGB colors in percentages

R + G + B =
52 + 100 + 38 = 190 (100%)
R 52 of 190 ~ 27.37%
G 100 of 190 ~ 52.63%
B 38 of 190 ~ 20%

%27.37
%52.63
%20

CMYK color model

#346426 color CMYK value is (48,0,62,61).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 60.78%
CMYK:
(48,0,62,61)
C48M0Y62K61 
(48%,0%,62%,61%)
(0.48/0.00/0.62/0.61)	

CMYK percentages

%48
%0
%62
%60.78

Codes

Color #346426 in popluar color models

346426
RGB5210038
HSL106°44.93%27.06%
HSB/HSV106°62.00%39.22%
CMYK48.00%0.00%62.00%
60.78%

Color #346426 in popluar number systems.

HEX346426
Decimal5210038
Binary1101001100100100110
Octal6414446

Shades and tints

Shades of #346426

#346426
(52,100,38)
#305B23
(48,91,35)
#2C5220
(44,82,32)
#28491D
(40,73,29)
#24401A
(36,64,26)
#203717
(32,55,23)
#1C2E14
(28,46,20)
#182511
(24,37,17)
#141C0E
(20,28,14)
#10130B
(16,19,11)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #346426

#346426
(52,100,38)
#467239
(70,114,57)
#58804C
(88,128,76)
#6A8E5F
(106,142,95)
#7C9C72
(124,156,114)
#8EAA85
(142,170,133)
#A0B898
(160,184,152)
#B2C6AB
(178,198,171)
#C4D4BE
(196,212,190)
#D6E2D1
(214,226,209)
#E8F0E4
(232,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346426 color. Also use rgb(52,100,38) instead hex code.

Text Font Color

.myTextColor { color: #346426; }

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

This text font color is #346426.


Background Color

.myBgColor { background-color: #346426; }

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

This div background color is #346426.


Border color

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

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

This div border color is #346426.


Opacity

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

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

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

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

This text has shadow with #346426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346426 on black background.


Color preview on white background

This text has color #346426 on white background.



Black color preview on #346426 background

This text has black color on #346426 background.


White color preview on #346426 background

This text has white color on #346426 background.