COLOR #327C59

HEX: #327C59
RGB: (50,124,89)

Renk bilgisi

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

RGB renk modeli

#327C59 color RGB value is (50,124,89).

  • kırmız ton 50;
  • yeşil ton 124;
  • mavi ton 89.
RGB:
(50,124,89)
(20%,49%,35%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 124 of 255 = 49%
B 89 of 255 = 35%

50
124
89

R + G + B ~ 35%. #327C59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 124 + 89 = 263 (100%)
R 50 of 263 ~ 19.01%
G 124 of 263 ~ 47.15%
B 89 of 263 ~ 33.84%

%19.01
%47.15
%33.84

CMYK RENK MODELİ

#327C59 rengi CMYK tonu (60,0,28,51).

  • camgöbeği tonu 59.68%
  • eflatun tonu 0.00%
  • sarı tonu 28.23%
  • ana renk tonu 51.37%
CMYK:
(60,0,28,51)
C60M0Y28K51 
(60%,0%,28%,51%)
(0.60/0.00/0.28/0.51)	

CMYK yüzdeleri

%59.68
%0
%28.23
%51.37

Codes

Color #327C59 in popluar color models

327C59
RGB5012489
HSL152°42.53%34.12%
HSB/HSV152°59.68%48.63%
CMYK59.68%0.00%28.23%
51.37%

Color #327C59 in popluar number systems.

HEX327C59
Decimal5012489
Binary11001011111001011001
Octal62174131

Shades and tints

Shades of #327C59

#327C59
(50,124,89)
#2E7151
(46,113,81)
#2A6649
(42,102,73)
#265B41
(38,91,65)
#225039
(34,80,57)
#1E4531
(30,69,49)
#1A3A29
(26,58,41)
#162F21
(22,47,33)
#122419
(18,36,25)
#0E1911
(14,25,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #327C59

#327C59
(50,124,89)
#448768
(68,135,104)
#569277
(86,146,119)
#689D86
(104,157,134)
#7AA895
(122,168,149)
#8CB3A4
(140,179,164)
#9EBEB3
(158,190,179)
#B0C9C2
(176,201,194)
#C2D4D1
(194,212,209)
#D4DFE0
(212,223,224)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327C59 color. Also use rgb(50,124,89) instead hex code.

Text Font Color

.myTextColor { color: #327C59; }

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

This text font color is #327C59.


Background Color

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

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

This div background color is #327C59.


Border color

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

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

This div border color is #327C59.


Opacity

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

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

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

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

This text has shadow with #327C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327C59 on black background.


Color preview on white background

This text has color #327C59 on white background.



Black color preview on #327C59 background

This text has black color on #327C59 background.


White color preview on #327C59 background

This text has white color on #327C59 background.