COLOR #327933

HEX: #327933
RGB: (50,121,51)

Renk bilgisi

#327933 contains mainly green color. #327933 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#327933 color RGB value is (50,121,51).

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

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 121 of 255 = 47%
B 51 of 255 = 20%

50
121
51

R + G + B ~ 29%. #327933 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 121 + 51 = 222 (100%)
R 50 of 222 ~ 22.52%
G 121 of 222 ~ 54.5%
B 51 of 222 ~ 22.97%

%22.52
%54.5
%22.97

CMYK RENK MODELİ

#327933 rengi CMYK tonu (59,0,58,53).

  • camgöbeği tonu 58.68%
  • eflatun tonu 0.00%
  • sarı tonu 57.85%
  • ana renk tonu 52.55%
CMYK:
(59,0,58,53)
C59M0Y58K53 
(59%,0%,58%,53%)
(0.59/0.00/0.58/0.53)	

CMYK yüzdeleri

%58.68
%0
%57.85
%52.55

Codes

Color #327933 in popluar color models

327933
RGB5012151
HSL121°41.52%33.53%
HSB/HSV121°58.68%47.45%
CMYK58.68%0.00%57.85%
52.55%

Color #327933 in popluar number systems.

HEX327933
Decimal5012151
Binary1100101111001110011
Octal6217163

Shades and tints

Shades of #327933

#327933
(50,121,51)
#2E6E2F
(46,110,47)
#2A632B
(42,99,43)
#265827
(38,88,39)
#224D23
(34,77,35)
#1E421F
(30,66,31)
#1A371B
(26,55,27)
#162C17
(22,44,23)
#122113
(18,33,19)
#0E160F
(14,22,15)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #327933

#327933
(50,121,51)
#448545
(68,133,69)
#569157
(86,145,87)
#689D69
(104,157,105)
#7AA97B
(122,169,123)
#8CB58D
(140,181,141)
#9EC19F
(158,193,159)
#B0CDB1
(176,205,177)
#C2D9C3
(194,217,195)
#D4E5D5
(212,229,213)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327933; }

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

This text font color is #327933.


Background Color

.myBgColor { background-color: #327933; }

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

This div background color is #327933.


Border color

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

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

This div border color is #327933.


Opacity

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

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

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

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

This text has shadow with #327933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327933 on black background.


Color preview on white background

This text has color #327933 on white background.



Black color preview on #327933 background

This text has black color on #327933 background.


White color preview on #327933 background

This text has white color on #327933 background.