COLOR #346830

HEX: #346830
RGB: (52,104,48)

Color info

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

RGB color model

#346830 color RGB value is (52,104,48).

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

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 48 of 255 = 19%

52
104
48

R + G + B ~ 27%. #346830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 104 + 48 = 204 (100%)
R 52 of 204 ~ 25.49%
G 104 of 204 ~ 50.98%
B 48 of 204 ~ 23.53%

%25.49
%50.98
%23.53

CMYK color model

#346830 color CMYK value is (50,0,54,59).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 59.22%
CMYK:
(50,0,54,59)
C50M0Y54K59 
(50%,0%,54%,59%)
(0.50/0.00/0.54/0.59)	

CMYK percentages

%50
%0
%53.85
%59.22

Codes

Color #346830 in popluar color models

346830
RGB5210448
HSL116°36.84%29.80%
HSB/HSV116°53.85%40.78%
CMYK50.00%0.00%53.85%
59.22%

Color #346830 in popluar number systems.

HEX346830
Decimal5210448
Binary1101001101000110000
Octal6415060

Shades and tints

Shades of #346830

#346830
(52,104,48)
#305F2C
(48,95,44)
#2C5628
(44,86,40)
#284D24
(40,77,36)
#244420
(36,68,32)
#203B1C
(32,59,28)
#1C3218
(28,50,24)
#182914
(24,41,20)
#142010
(20,32,16)
#10170C
(16,23,12)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #346830

#346830
(52,104,48)
#467542
(70,117,66)
#588254
(88,130,84)
#6A8F66
(106,143,102)
#7C9C78
(124,156,120)
#8EA98A
(142,169,138)
#A0B69C
(160,182,156)
#B2C3AE
(178,195,174)
#C4D0C0
(196,208,192)
#D6DDD2
(214,221,210)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346830; }

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

This text font color is #346830.


Background Color

.myBgColor { background-color: #346830; }

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

This div background color is #346830.


Border color

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

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

This div border color is #346830.


Opacity

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

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

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

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

This text has shadow with #346830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346830 on black background.


Color preview on white background

This text has color #346830 on white background.



Black color preview on #346830 background

This text has black color on #346830 background.


White color preview on #346830 background

This text has white color on #346830 background.