COLOR #327E49

HEX: #327E49
RGB: (50,126,73)

Renk bilgisi

#327E49 contains mainly green and blue colors. #327E49 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#327E49 color RGB value is (50,126,73).

  • kırmız ton 50;
  • yeşil ton 126;
  • mavi ton 73.
RGB:
(50,126,73)
(20%,49%,29%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 126 of 255 = 49%
B 73 of 255 = 29%

50
126
73

R + G + B ~ 33%. #327E49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 126 + 73 = 249 (100%)
R 50 of 249 ~ 20.08%
G 126 of 249 ~ 50.6%
B 73 of 249 ~ 29.32%

%20.08
%50.6
%29.32

CMYK RENK MODELİ

#327E49 rengi CMYK tonu (60,0,42,51).

  • camgöbeği tonu 60.32%
  • eflatun tonu 0.00%
  • sarı tonu 42.06%
  • ana renk tonu 50.59%
CMYK:
(60,0,42,51)
C60M0Y42K51 
(60%,0%,42%,51%)
(0.60/0.00/0.42/0.51)	

CMYK yüzdeleri

%60.32
%0
%42.06
%50.59

Codes

Color #327E49 in popluar color models

327E49
RGB5012673
HSL138°43.18%34.51%
HSB/HSV138°60.32%49.41%
CMYK60.32%0.00%42.06%
50.59%

Color #327E49 in popluar number systems.

HEX327E49
Decimal5012673
Binary11001011111101001001
Octal62176111

Shades and tints

Shades of #327E49

#327E49
(50,126,73)
#2E7343
(46,115,67)
#2A683D
(42,104,61)
#265D37
(38,93,55)
#225231
(34,82,49)
#1E472B
(30,71,43)
#1A3C25
(26,60,37)
#16311F
(22,49,31)
#122619
(18,38,25)
#0E1B13
(14,27,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #327E49

#327E49
(50,126,73)
#448959
(68,137,89)
#569469
(86,148,105)
#689F79
(104,159,121)
#7AAA89
(122,170,137)
#8CB599
(140,181,153)
#9EC0A9
(158,192,169)
#B0CBB9
(176,203,185)
#C2D6C9
(194,214,201)
#D4E1D9
(212,225,217)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327E49 color. Also use rgb(50,126,73) instead hex code.

Text Font Color

.myTextColor { color: #327E49; }

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

This text font color is #327E49.


Background Color

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

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

This div background color is #327E49.


Border color

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

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

This div border color is #327E49.


Opacity

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

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

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

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

This text has shadow with #327E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327E49 on black background.


Color preview on white background

This text has color #327E49 on white background.



Black color preview on #327E49 background

This text has black color on #327E49 background.


White color preview on #327E49 background

This text has white color on #327E49 background.