COLOR #329848

HEX: #329848
RGB: (50,152,72)

Renk bilgisi

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

RGB renk modeli

#329848 color RGB value is (50,152,72).

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

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 152 of 255 = 60%
B 72 of 255 = 28%

50
152
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 152 + 72 = 274 (100%)
R 50 of 274 ~ 18.25%
G 152 of 274 ~ 55.47%
B 72 of 274 ~ 26.28%

%18.25
%55.47
%26.28

CMYK RENK MODELİ

#329848 rengi CMYK tonu (67,0,53,40).

  • camgöbeği tonu 67.11%
  • eflatun tonu 0.00%
  • sarı tonu 52.63%
  • ana renk tonu 40.39%
CMYK:
(67,0,53,40)
C67M0Y53K40 
(67%,0%,53%,40%)
(0.67/0.00/0.53/0.40)	

CMYK yüzdeleri

%67.11
%0
%52.63
%40.39

Codes

Color #329848 in popluar color models

329848
RGB5015272
HSL133°50.50%39.61%
HSB/HSV133°67.11%59.61%
CMYK67.11%0.00%52.63%
40.39%

Color #329848 in popluar number systems.

HEX329848
Decimal5015272
Binary110010100110001001000
Octal62230110

Shades and tints

Shades of #329848

#329848
(50,152,72)
#2E8B42
(46,139,66)
#2A7E3C
(42,126,60)
#267136
(38,113,54)
#226430
(34,100,48)
#1E572A
(30,87,42)
#1A4A24
(26,74,36)
#163D1E
(22,61,30)
#123018
(18,48,24)
#0E2312
(14,35,18)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #329848

#329848
(50,152,72)
#44A158
(68,161,88)
#56AA68
(86,170,104)
#68B378
(104,179,120)
#7ABC88
(122,188,136)
#8CC598
(140,197,152)
#9ECEA8
(158,206,168)
#B0D7B8
(176,215,184)
#C2E0C8
(194,224,200)
#D4E9D8
(212,233,216)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329848 color. Also use rgb(50,152,72) instead hex code.

Text Font Color

.myTextColor { color: #329848; }

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

This text font color is #329848.


Background Color

.myBgColor { background-color: #329848; }

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

This div background color is #329848.


Border color

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

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

This div border color is #329848.


Opacity

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

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

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

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

This text has shadow with #329848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329848 on black background.


Color preview on white background

This text has color #329848 on white background.



Black color preview on #329848 background

This text has black color on #329848 background.


White color preview on #329848 background

This text has white color on #329848 background.