COLOR #346221

HEX: #346221
RGB: (52,98,33)

Renk bilgisi

#346221 contains mainly red and green colors. #346221 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#346221 color RGB value is (52,98,33).

  • kırmız ton 52;
  • yeşil ton 98;
  • mavi ton 33.
RGB:
(52,98,33)
(20%,38%,13%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 98 of 255 = 38%
B 33 of 255 = 13%

52
98
33

R + G + B ~ 24%. #346221 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 98 + 33 = 183 (100%)
R 52 of 183 ~ 28.42%
G 98 of 183 ~ 53.55%
B 33 of 183 ~ 18.03%

%28.42
%53.55
%18.03

CMYK RENK MODELİ

#346221 rengi CMYK tonu (47,0,66,62).

  • camgöbeği tonu 46.94%
  • eflatun tonu 0.00%
  • sarı tonu 66.33%
  • ana renk tonu 61.57%
CMYK:
(47,0,66,62)
C47M0Y66K62 
(47%,0%,66%,62%)
(0.47/0.00/0.66/0.62)	

CMYK yüzdeleri

%46.94
%0
%66.33
%61.57

Codes

Color #346221 in popluar color models

346221
RGB529833
HSL102°49.62%25.69%
HSB/HSV102°66.33%38.43%
CMYK46.94%0.00%66.33%
61.57%

Color #346221 in popluar number systems.

HEX346221
Decimal529833
Binary1101001100010100001
Octal6414241

Shades and tints

Shades of #346221

#346221
(52,98,33)
#305A1E
(48,90,30)
#2C521B
(44,82,27)
#284A18
(40,74,24)
#244215
(36,66,21)
#203A12
(32,58,18)
#1C320F
(28,50,15)
#182A0C
(24,42,12)
#142209
(20,34,9)
#101A06
(16,26,6)
#0C1203
(12,18,3)
#000000
(0,0,0)

Tints of #346221

#346221
(52,98,33)
#467035
(70,112,53)
#587E49
(88,126,73)
#6A8C5D
(106,140,93)
#7C9A71
(124,154,113)
#8EA885
(142,168,133)
#A0B699
(160,182,153)
#B2C4AD
(178,196,173)
#C4D2C1
(196,210,193)
#D6E0D5
(214,224,213)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346221; }

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

This text font color is #346221.


Background Color

.myBgColor { background-color: #346221; }

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

This div background color is #346221.


Border color

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

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

This div border color is #346221.


Opacity

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

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

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

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

This text has shadow with #346221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346221 on black background.


Color preview on white background

This text has color #346221 on white background.



Black color preview on #346221 background

This text has black color on #346221 background.


White color preview on #346221 background

This text has white color on #346221 background.