COLOR #346838

HEX: #346838
RGB: (52,104,56)

Color info

#346838 contains red, green and blue colors in about the same proportion. Web safe color of #346838 is #336633 (or #363).

RGB color model

#346838 color RGB value is (52,104,56).

  • red value is 52;
  • green value is 104;
  • blue value is 56.
RGB:
(52,104,56)
(20%,41%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 56 of 255 = 22%

52
104
56

R + G + B ~ 28%. #346838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 104 + 56 = 212 (100%)
R 52 of 212 ~ 24.53%
G 104 of 212 ~ 49.06%
B 56 of 212 ~ 26.42%

%24.53
%49.06
%26.42

CMYK color model

#346838 color CMYK value is (50,0,46,59).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(50,0,46,59)
C50M0Y46K59 
(50%,0%,46%,59%)
(0.50/0.00/0.46/0.59)	

CMYK percentages

%50
%0
%46.15
%59.22

Codes

Color #346838 in popluar color models

346838
RGB5210456
HSL125°33.33%30.59%
HSB/HSV125°50.00%40.78%
CMYK50.00%0.00%46.15%
59.22%

Color #346838 in popluar number systems.

HEX346838
Decimal5210456
Binary1101001101000111000
Octal6415070

Shades and tints

Shades of #346838

#346838
(52,104,56)
#305F33
(48,95,51)
#2C562E
(44,86,46)
#284D29
(40,77,41)
#244424
(36,68,36)
#203B1F
(32,59,31)
#1C321A
(28,50,26)
#182915
(24,41,21)
#142010
(20,32,16)
#10170B
(16,23,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #346838

#346838
(52,104,56)
#46754A
(70,117,74)
#58825C
(88,130,92)
#6A8F6E
(106,143,110)
#7C9C80
(124,156,128)
#8EA992
(142,169,146)
#A0B6A4
(160,182,164)
#B2C3B6
(178,195,182)
#C4D0C8
(196,208,200)
#D6DDDA
(214,221,218)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346838 color. Also use rgb(52,104,56) instead hex code.

Text Font Color

.myTextColor { color: #346838; }

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

This text font color is #346838.


Background Color

.myBgColor { background-color: #346838; }

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

This div background color is #346838.


Border color

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

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

This div border color is #346838.


Opacity

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

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

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

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

This text has shadow with #346838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346838 on black background.


Color preview on white background

This text has color #346838 on white background.



Black color preview on #346838 background

This text has black color on #346838 background.


White color preview on #346838 background

This text has white color on #346838 background.