COLOR #329651

HEX: #329651
RGB: (50,150,81)

Renk bilgisi

#329651 contains mainly green color. #329651 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#329651 color RGB value is (50,150,81).

  • kırmız ton 50;
  • yeşil ton 150;
  • mavi ton 81.
RGB:
(50,150,81)
(20%,59%,32%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 150 of 255 = 59%
B 81 of 255 = 32%

50
150
81

R + G + B ~ 37%. #329651 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 150 + 81 = 281 (100%)
R 50 of 281 ~ 17.79%
G 150 of 281 ~ 53.38%
B 81 of 281 ~ 28.83%

%17.79
%53.38
%28.83

CMYK RENK MODELİ

#329651 rengi CMYK tonu (67,0,46,41).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 46.00%
  • ana renk tonu 41.18%
CMYK:
(67,0,46,41)
C67M0Y46K41 
(67%,0%,46%,41%)
(0.67/0.00/0.46/0.41)	

CMYK yüzdeleri

%66.67
%0
%46
%41.18

Codes

Color #329651 in popluar color models

329651
RGB5015081
HSL139°50.00%39.22%
HSB/HSV139°66.67%58.82%
CMYK66.67%0.00%46.00%
41.18%

Color #329651 in popluar number systems.

HEX329651
Decimal5015081
Binary110010100101101010001
Octal62226121

Shades and tints

Shades of #329651

#329651
(50,150,81)
#2E894A
(46,137,74)
#2A7C43
(42,124,67)
#266F3C
(38,111,60)
#226235
(34,98,53)
#1E552E
(30,85,46)
#1A4827
(26,72,39)
#163B20
(22,59,32)
#122E19
(18,46,25)
#0E2112
(14,33,18)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #329651

#329651
(50,150,81)
#449F60
(68,159,96)
#56A86F
(86,168,111)
#68B17E
(104,177,126)
#7ABA8D
(122,186,141)
#8CC39C
(140,195,156)
#9ECCAB
(158,204,171)
#B0D5BA
(176,213,186)
#C2DEC9
(194,222,201)
#D4E7D8
(212,231,216)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329651 color. Also use rgb(50,150,81) instead hex code.

Text Font Color

.myTextColor { color: #329651; }

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

This text font color is #329651.


Background Color

.myBgColor { background-color: #329651; }

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

This div background color is #329651.


Border color

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

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

This div border color is #329651.


Opacity

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

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

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

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

This text has shadow with #329651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329651 on black background.


Color preview on white background

This text has color #329651 on white background.



Black color preview on #329651 background

This text has black color on #329651 background.


White color preview on #329651 background

This text has white color on #329651 background.