COLOR #327E4B

HEX: #327E4B
RGB: (50,126,75)

Renk bilgisi

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

RGB renk modeli

#327E4B color RGB value is (50,126,75).

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

RGB bağlantıları ve doygunluk

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

50
126
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 126 + 75 = 251 (100%)
R 50 of 251 ~ 19.92%
G 126 of 251 ~ 50.2%
B 75 of 251 ~ 29.88%

%19.92
%50.2
%29.88

CMYK RENK MODELİ

#327E4B rengi CMYK tonu (60,0,40,51).

  • camgöbeği tonu 60.32%
  • eflatun tonu 0.00%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(60,0,40,51)
C60M0Y40K51 
(60%,0%,40%,51%)
(0.60/0.00/0.40/0.51)	

CMYK yüzdeleri

%60.32
%0
%40.48
%50.59

Codes

Color #327E4B in popluar color models

327E4B
RGB5012675
HSL140°43.18%34.51%
HSB/HSV140°60.32%49.41%
CMYK60.32%0.00%40.48%
50.59%

Color #327E4B in popluar number systems.

HEX327E4B
Decimal5012675
Binary11001011111101001011
Octal62176113

Shades and tints

Shades of #327E4B

#327E4B
(50,126,75)
#2E7345
(46,115,69)
#2A683F
(42,104,63)
#265D39
(38,93,57)
#225233
(34,82,51)
#1E472D
(30,71,45)
#1A3C27
(26,60,39)
#163121
(22,49,33)
#12261B
(18,38,27)
#0E1B15
(14,27,21)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #327E4B

#327E4B
(50,126,75)
#44895B
(68,137,91)
#56946B
(86,148,107)
#689F7B
(104,159,123)
#7AAA8B
(122,170,139)
#8CB59B
(140,181,155)
#9EC0AB
(158,192,171)
#B0CBBB
(176,203,187)
#C2D6CB
(194,214,203)
#D4E1DB
(212,225,219)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327E4B; }

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

This text font color is #327E4B.


Background Color

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

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

This div background color is #327E4B.


Border color

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

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

This div border color is #327E4B.


Opacity

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

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

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

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

This text has shadow with #327E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327E4B on black background.


Color preview on white background

This text has color #327E4B on white background.



Black color preview on #327E4B background

This text has black color on #327E4B background.


White color preview on #327E4B background

This text has white color on #327E4B background.