COLOR #329B63

HEX: #329B63
RGB: (50,155,99)

Renk bilgisi

#329B63 contains mainly green and blue colors. #329B63 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#329B63 color RGB value is (50,155,99).

  • kırmız ton 50;
  • yeşil ton 155;
  • mavi ton 99.
RGB:
(50,155,99)
(20%,61%,39%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 155 of 255 = 61%
B 99 of 255 = 39%

50
155
99

R + G + B ~ 40%. #329B63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 155 + 99 = 304 (100%)
R 50 of 304 ~ 16.45%
G 155 of 304 ~ 50.99%
B 99 of 304 ~ 32.57%

%16.45
%50.99
%32.57

CMYK RENK MODELİ

#329B63 rengi CMYK tonu (68,0,36,39).

  • camgöbeği tonu 67.74%
  • eflatun tonu 0.00%
  • sarı tonu 36.13%
  • ana renk tonu 39.22%
CMYK:
(68,0,36,39)
C68M0Y36K39 
(68%,0%,36%,39%)
(0.68/0.00/0.36/0.39)	

CMYK yüzdeleri

%67.74
%0
%36.13
%39.22

Codes

Color #329B63 in popluar color models

329B63
RGB5015599
HSL148°51.22%40.20%
HSB/HSV148°67.74%60.78%
CMYK67.74%0.00%36.13%
39.22%

Color #329B63 in popluar number systems.

HEX329B63
Decimal5015599
Binary110010100110111100011
Octal62233143

Shades and tints

Shades of #329B63

#329B63
(50,155,99)
#2E8D5A
(46,141,90)
#2A7F51
(42,127,81)
#267148
(38,113,72)
#22633F
(34,99,63)
#1E5536
(30,85,54)
#1A472D
(26,71,45)
#163924
(22,57,36)
#122B1B
(18,43,27)
#0E1D12
(14,29,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #329B63

#329B63
(50,155,99)
#44A471
(68,164,113)
#56AD7F
(86,173,127)
#68B68D
(104,182,141)
#7ABF9B
(122,191,155)
#8CC8A9
(140,200,169)
#9ED1B7
(158,209,183)
#B0DAC5
(176,218,197)
#C2E3D3
(194,227,211)
#D4ECE1
(212,236,225)
#E6F5EF
(230,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329B63 color. Also use rgb(50,155,99) instead hex code.

Text Font Color

.myTextColor { color: #329B63; }

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

This text font color is #329B63.


Background Color

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

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

This div background color is #329B63.


Border color

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

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

This div border color is #329B63.


Opacity

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

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

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

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

This text has shadow with #329B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329B63 on black background.


Color preview on white background

This text has color #329B63 on white background.



Black color preview on #329B63 background

This text has black color on #329B63 background.


White color preview on #329B63 background

This text has white color on #329B63 background.