COLOR #329A47

HEX: #329A47
RGB: (50,154,71)

Renk bilgisi

#329A47 contains mainly green color. #329A47 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#329A47 color RGB value is (50,154,71).

  • kırmız ton 50;
  • yeşil ton 154;
  • mavi ton 71.
RGB:
(50,154,71)
(20%,60%,28%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 154 of 255 = 60%
B 71 of 255 = 28%

50
154
71

R + G + B ~ 36%. #329A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 154 + 71 = 275 (100%)
R 50 of 275 ~ 18.18%
G 154 of 275 ~ 56%
B 71 of 275 ~ 25.82%

%18.18
%56
%25.82

CMYK RENK MODELİ

#329A47 rengi CMYK tonu (68,0,54,40).

  • camgöbeği tonu 67.53%
  • eflatun tonu 0.00%
  • sarı tonu 53.90%
  • ana renk tonu 39.61%
CMYK:
(68,0,54,40)
C68M0Y54K40 
(68%,0%,54%,40%)
(0.68/0.00/0.54/0.40)	

CMYK yüzdeleri

%67.53
%0
%53.9
%39.61

Codes

Color #329A47 in popluar color models

329A47
RGB5015471
HSL132°50.98%40.00%
HSB/HSV132°67.53%60.39%
CMYK67.53%0.00%53.90%
39.61%

Color #329A47 in popluar number systems.

HEX329A47
Decimal5015471
Binary110010100110101000111
Octal62232107

Shades and tints

Shades of #329A47

#329A47
(50,154,71)
#2E8C41
(46,140,65)
#2A7E3B
(42,126,59)
#267035
(38,112,53)
#22622F
(34,98,47)
#1E5429
(30,84,41)
#1A4623
(26,70,35)
#16381D
(22,56,29)
#122A17
(18,42,23)
#0E1C11
(14,28,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #329A47

#329A47
(50,154,71)
#44A357
(68,163,87)
#56AC67
(86,172,103)
#68B577
(104,181,119)
#7ABE87
(122,190,135)
#8CC797
(140,199,151)
#9ED0A7
(158,208,167)
#B0D9B7
(176,217,183)
#C2E2C7
(194,226,199)
#D4EBD7
(212,235,215)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329A47 color. Also use rgb(50,154,71) instead hex code.

Text Font Color

.myTextColor { color: #329A47; }

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

This text font color is #329A47.


Background Color

.myBgColor { background-color: #329A47; }

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

This div background color is #329A47.


Border color

.myBorderColor { border: 1px solid #329A47; }

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

This div border color is #329A47.


Opacity

.myOpacity80 { color: #329A47; opacity: 0.8; }

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

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

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

This text has shadow with #329A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329A47 on black background.


Color preview on white background

This text has color #329A47 on white background.



Black color preview on #329A47 background

This text has black color on #329A47 background.


White color preview on #329A47 background

This text has white color on #329A47 background.