COLOR #329633

HEX: #329633
RGB: (50,150,51)

Renk bilgisi

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

RGB renk modeli

#329633 color RGB value is (50,150,51).

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

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 150 of 255 = 59%
B 51 of 255 = 20%

50
150
51

R + G + B ~ 33%. #329633 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 150 + 51 = 251 (100%)
R 50 of 251 ~ 19.92%
G 150 of 251 ~ 59.76%
B 51 of 251 ~ 20.32%

%19.92
%59.76
%20.32

CMYK RENK MODELİ

#329633 rengi CMYK tonu (67,0,66,41).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 66.00%
  • ana renk tonu 41.18%
CMYK:
(67,0,66,41)
C67M0Y66K41 
(67%,0%,66%,41%)
(0.67/0.00/0.66/0.41)	

CMYK yüzdeleri

%66.67
%0
%66
%41.18

Codes

Color #329633 in popluar color models

329633
RGB5015051
HSL121°50.00%39.22%
HSB/HSV121°66.67%58.82%
CMYK66.67%0.00%66.00%
41.18%

Color #329633 in popluar number systems.

HEX329633
Decimal5015051
Binary11001010010110110011
Octal6222663

Shades and tints

Shades of #329633

#329633
(50,150,51)
#2E892F
(46,137,47)
#2A7C2B
(42,124,43)
#266F27
(38,111,39)
#226223
(34,98,35)
#1E551F
(30,85,31)
#1A481B
(26,72,27)
#163B17
(22,59,23)
#122E13
(18,46,19)
#0E210F
(14,33,15)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #329633

#329633
(50,150,51)
#449F45
(68,159,69)
#56A857
(86,168,87)
#68B169
(104,177,105)
#7ABA7B
(122,186,123)
#8CC38D
(140,195,141)
#9ECC9F
(158,204,159)
#B0D5B1
(176,213,177)
#C2DEC3
(194,222,195)
#D4E7D5
(212,231,213)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329633; }

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

This text font color is #329633.


Background Color

.myBgColor { background-color: #329633; }

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

This div background color is #329633.


Border color

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

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

This div border color is #329633.


Opacity

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

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

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

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

This text has shadow with #329633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329633 on black background.


Color preview on white background

This text has color #329633 on white background.



Black color preview on #329633 background

This text has black color on #329633 background.


White color preview on #329633 background

This text has white color on #329633 background.