COLOR #327A65

HEX: #327A65
RGB: (50,122,101)

Color info

#327A65 contains mainly green and blue colors. Web safe color of #327A65 is #336666 (or #366).

RGB color model

#327A65 color RGB value is (50,122,101).

  • red value is 50;
  • green value is 122;
  • blue value is 101.
RGB:
(50,122,101)
(20%,48%,40%)

RGB channels and saturation

R 50 of 255 = 20%
G 122 of 255 = 48%
B 101 of 255 = 40%

50
122
101

R + G + B ~ 36%. #327A65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 122 + 101 = 273 (100%)
R 50 of 273 ~ 18.32%
G 122 of 273 ~ 44.69%
B 101 of 273 ~ 37%

%18.32
%44.69
%37

CMYK color model

#327A65 color CMYK value is (59,0,17,52).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(59,0,17,52)
C59M0Y17K52 
(59%,0%,17%,52%)
(0.59/0.00/0.17/0.52)	

CMYK percentages

%59.02
%0
%17.21
%52.16

Codes

Color #327A65 in popluar color models

327A65
RGB50122101
HSL163°41.86%33.73%
HSB/HSV163°59.02%47.84%
CMYK59.02%0.00%17.21%
52.16%

Color #327A65 in popluar number systems.

HEX327A65
Decimal50122101
Binary11001011110101100101
Octal62172145

Shades and tints

Shades of #327A65

#327A65
(50,122,101)
#2E6F5C
(46,111,92)
#2A6453
(42,100,83)
#26594A
(38,89,74)
#224E41
(34,78,65)
#1E4338
(30,67,56)
#1A382F
(26,56,47)
#162D26
(22,45,38)
#12221D
(18,34,29)
#0E1714
(14,23,20)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #327A65

#327A65
(50,122,101)
#448673
(68,134,115)
#569281
(86,146,129)
#689E8F
(104,158,143)
#7AAA9D
(122,170,157)
#8CB6AB
(140,182,171)
#9EC2B9
(158,194,185)
#B0CEC7
(176,206,199)
#C2DAD5
(194,218,213)
#D4E6E3
(212,230,227)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327A65; }

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

This text font color is #327A65.


Background Color

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

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

This div background color is #327A65.


Border color

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

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

This div border color is #327A65.


Opacity

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

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

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

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

This text has shadow with #327A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327A65 on black background.


Color preview on white background

This text has color #327A65 on white background.



Black color preview on #327A65 background

This text has black color on #327A65 background.


White color preview on #327A65 background

This text has white color on #327A65 background.