COLOR #346535

HEX: #346535
RGB: (52,101,53)

Color info

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

RGB color model

#346535 color RGB value is (52,101,53).

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

RGB channels and saturation

R 52 of 255 = 20%
G 101 of 255 = 40%
B 53 of 255 = 21%

52
101
53

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

Portions of RGB colors in percentages

R + G + B =
52 + 101 + 53 = 206 (100%)
R 52 of 206 ~ 25.24%
G 101 of 206 ~ 49.03%
B 53 of 206 ~ 25.73%

%25.24
%49.03
%25.73

CMYK color model

#346535 color CMYK value is (49,0,48,60).

  • cyan value is 48.51%
  • magenta value is 0.00%
  • yellow value is 47.52%
  • key color value is 60.39%
CMYK:
(49,0,48,60)
C49M0Y48K60 
(49%,0%,48%,60%)
(0.49/0.00/0.48/0.60)	

CMYK percentages

%48.51
%0
%47.52
%60.39

Codes

Color #346535 in popluar color models

346535
RGB5210153
HSL121°32.03%30.00%
HSB/HSV121°48.51%39.61%
CMYK48.51%0.00%47.52%
60.39%

Color #346535 in popluar number systems.

HEX346535
Decimal5210153
Binary1101001100101110101
Octal6414565

Shades and tints

Shades of #346535

#346535
(52,101,53)
#305C31
(48,92,49)
#2C532D
(44,83,45)
#284A29
(40,74,41)
#244125
(36,65,37)
#203821
(32,56,33)
#1C2F1D
(28,47,29)
#182619
(24,38,25)
#141D15
(20,29,21)
#101411
(16,20,17)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #346535

#346535
(52,101,53)
#467347
(70,115,71)
#588159
(88,129,89)
#6A8F6B
(106,143,107)
#7C9D7D
(124,157,125)
#8EAB8F
(142,171,143)
#A0B9A1
(160,185,161)
#B2C7B3
(178,199,179)
#C4D5C5
(196,213,197)
#D6E3D7
(214,227,215)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346535; }

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

This text font color is #346535.


Background Color

.myBgColor { background-color: #346535; }

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

This div background color is #346535.


Border color

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

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

This div border color is #346535.


Opacity

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

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

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

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

This text has shadow with #346535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346535 on black background.


Color preview on white background

This text has color #346535 on white background.



Black color preview on #346535 background

This text has black color on #346535 background.


White color preview on #346535 background

This text has white color on #346535 background.