COLOR #327A37

HEX: #327A37
RGB: (50,122,55)

Renk bilgisi

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

RGB renk modeli

#327A37 color RGB value is (50,122,55).

  • kırmız ton 50;
  • yeşil ton 122;
  • mavi ton 55.
RGB:
(50,122,55)
(20%,48%,22%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 122 of 255 = 48%
B 55 of 255 = 22%

50
122
55

R + G + B ~ 30%. #327A37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 122 + 55 = 227 (100%)
R 50 of 227 ~ 22.03%
G 122 of 227 ~ 53.74%
B 55 of 227 ~ 24.23%

%22.03
%53.74
%24.23

CMYK RENK MODELİ

#327A37 rengi CMYK tonu (59,0,55,52).

  • camgöbeği tonu 59.02%
  • eflatun tonu 0.00%
  • sarı tonu 54.92%
  • ana renk tonu 52.16%
CMYK:
(59,0,55,52)
C59M0Y55K52 
(59%,0%,55%,52%)
(0.59/0.00/0.55/0.52)	

CMYK yüzdeleri

%59.02
%0
%54.92
%52.16

Codes

Color #327A37 in popluar color models

327A37
RGB5012255
HSL124°41.86%33.73%
HSB/HSV124°59.02%47.84%
CMYK59.02%0.00%54.92%
52.16%

Color #327A37 in popluar number systems.

HEX327A37
Decimal5012255
Binary1100101111010110111
Octal6217267

Shades and tints

Shades of #327A37

#327A37
(50,122,55)
#2E6F32
(46,111,50)
#2A642D
(42,100,45)
#265928
(38,89,40)
#224E23
(34,78,35)
#1E431E
(30,67,30)
#1A3819
(26,56,25)
#162D14
(22,45,20)
#12220F
(18,34,15)
#0E170A
(14,23,10)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #327A37

#327A37
(50,122,55)
#448649
(68,134,73)
#56925B
(86,146,91)
#689E6D
(104,158,109)
#7AAA7F
(122,170,127)
#8CB691
(140,182,145)
#9EC2A3
(158,194,163)
#B0CEB5
(176,206,181)
#C2DAC7
(194,218,199)
#D4E6D9
(212,230,217)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327A37 color. Also use rgb(50,122,55) instead hex code.

Text Font Color

.myTextColor { color: #327A37; }

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

This text font color is #327A37.


Background Color

.myBgColor { background-color: #327A37; }

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

This div background color is #327A37.


Border color

.myBorderColor { border: 1px solid #327A37; }

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

This div border color is #327A37.


Opacity

.myOpacity80 { color: #327A37; opacity: 0.8; }

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

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

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

This text has shadow with #327A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327A37 on black background.


Color preview on white background

This text has color #327A37 on white background.



Black color preview on #327A37 background

This text has black color on #327A37 background.


White color preview on #327A37 background

This text has white color on #327A37 background.