COLOR #346235

HEX: #346235
RGB: (52,98,53)

Color info

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

RGB color model

#346235 color RGB value is (52,98,53).

  • red value is 52;
  • green value is 98;
  • blue value is 53.
RGB:
(52,98,53)
(20%,38%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 98 of 255 = 38%
B 53 of 255 = 21%

52
98
53

R + G + B ~ 26%. #346235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 98 + 53 = 203 (100%)
R 52 of 203 ~ 25.62%
G 98 of 203 ~ 48.28%
B 53 of 203 ~ 26.11%

%25.62
%48.28
%26.11

CMYK color model

#346235 color CMYK value is (47,0,46,62).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 61.57%
CMYK:
(47,0,46,62)
C47M0Y46K62 
(47%,0%,46%,62%)
(0.47/0.00/0.46/0.62)	

CMYK percentages

%46.94
%0
%45.92
%61.57

Codes

Color #346235 in popluar color models

346235
RGB529853
HSL121°30.67%29.41%
HSB/HSV121°46.94%38.43%
CMYK46.94%0.00%45.92%
61.57%

Color #346235 in popluar number systems.

HEX346235
Decimal529853
Binary1101001100010110101
Octal6414265

Shades and tints

Shades of #346235

#346235
(52,98,53)
#305A31
(48,90,49)
#2C522D
(44,82,45)
#284A29
(40,74,41)
#244225
(36,66,37)
#203A21
(32,58,33)
#1C321D
(28,50,29)
#182A19
(24,42,25)
#142215
(20,34,21)
#101A11
(16,26,17)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #346235

#346235
(52,98,53)
#467047
(70,112,71)
#587E59
(88,126,89)
#6A8C6B
(106,140,107)
#7C9A7D
(124,154,125)
#8EA88F
(142,168,143)
#A0B6A1
(160,182,161)
#B2C4B3
(178,196,179)
#C4D2C5
(196,210,197)
#D6E0D7
(214,224,215)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346235 color. Also use rgb(52,98,53) instead hex code.

Text Font Color

.myTextColor { color: #346235; }

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

This text font color is #346235.


Background Color

.myBgColor { background-color: #346235; }

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

This div background color is #346235.


Border color

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

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

This div border color is #346235.


Opacity

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

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

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

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

This text has shadow with #346235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346235 on black background.


Color preview on white background

This text has color #346235 on white background.



Black color preview on #346235 background

This text has black color on #346235 background.


White color preview on #346235 background

This text has white color on #346235 background.