COLOR #327F50

HEX: #327F50
RGB: (50,127,80)

Renk bilgisi

#327F50 contains mainly green and blue colors. #327F50 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#327F50 color RGB value is (50,127,80).

  • kırmız ton 50;
  • yeşil ton 127;
  • mavi ton 80.
RGB:
(50,127,80)
(20%,50%,31%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 127 of 255 = 50%
B 80 of 255 = 31%

50
127
80

R + G + B ~ 34%. #327F50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 127 + 80 = 257 (100%)
R 50 of 257 ~ 19.46%
G 127 of 257 ~ 49.42%
B 80 of 257 ~ 31.13%

%19.46
%49.42
%31.13

CMYK RENK MODELİ

#327F50 rengi CMYK tonu (61,0,37,50).

  • camgöbeği tonu 60.63%
  • eflatun tonu 0.00%
  • sarı tonu 37.01%
  • ana renk tonu 50.20%
CMYK:
(61,0,37,50)
C61M0Y37K50 
(61%,0%,37%,50%)
(0.61/0.00/0.37/0.50)	

CMYK yüzdeleri

%60.63
%0
%37.01
%50.2

Codes

Color #327F50 in popluar color models

327F50
RGB5012780
HSL143°43.50%34.71%
HSB/HSV143°60.63%49.80%
CMYK60.63%0.00%37.01%
50.20%

Color #327F50 in popluar number systems.

HEX327F50
Decimal5012780
Binary11001011111111010000
Octal62177120

Shades and tints

Shades of #327F50

#327F50
(50,127,80)
#2E7449
(46,116,73)
#2A6942
(42,105,66)
#265E3B
(38,94,59)
#225334
(34,83,52)
#1E482D
(30,72,45)
#1A3D26
(26,61,38)
#16321F
(22,50,31)
#122718
(18,39,24)
#0E1C11
(14,28,17)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #327F50

#327F50
(50,127,80)
#448A5F
(68,138,95)
#56956E
(86,149,110)
#68A07D
(104,160,125)
#7AAB8C
(122,171,140)
#8CB69B
(140,182,155)
#9EC1AA
(158,193,170)
#B0CCB9
(176,204,185)
#C2D7C8
(194,215,200)
#D4E2D7
(212,226,215)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327F50 color. Also use rgb(50,127,80) instead hex code.

Text Font Color

.myTextColor { color: #327F50; }

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

This text font color is #327F50.


Background Color

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

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

This div background color is #327F50.


Border color

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

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

This div border color is #327F50.


Opacity

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

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

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

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

This text has shadow with #327F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327F50 on black background.


Color preview on white background

This text has color #327F50 on white background.



Black color preview on #327F50 background

This text has black color on #327F50 background.


White color preview on #327F50 background

This text has white color on #327F50 background.