COLOR #327A75

HEX: #327A75
RGB: (50,122,117)

Color info

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

RGB color model

#327A75 color RGB value is (50,122,117).

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

RGB channels and saturation

R 50 of 255 = 20%
G 122 of 255 = 48%
B 117 of 255 = 46%

50
122
117

R + G + B ~ 38%. #327A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 122 + 117 = 289 (100%)
R 50 of 289 ~ 17.3%
G 122 of 289 ~ 42.21%
B 117 of 289 ~ 40.48%

%17.3
%42.21
%40.48

CMYK color model

#327A75 color CMYK value is (59,0,4,52).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 52.16%
CMYK:
(59,0,4,52)
C59M0Y4K52 
(59%,0%,4%,52%)
(0.59/0.00/0.04/0.52)	

CMYK percentages

%59.02
%0
%4.1
%52.16

Codes

Color #327A75 in popluar color models

327A75
RGB50122117
HSL176°41.86%33.73%
HSB/HSV176°59.02%47.84%
CMYK59.02%0.00%4.10%
52.16%

Color #327A75 in popluar number systems.

HEX327A75
Decimal50122117
Binary11001011110101110101
Octal62172165

Shades and tints

Shades of #327A75

#327A75
(50,122,117)
#2E6F6B
(46,111,107)
#2A6461
(42,100,97)
#265957
(38,89,87)
#224E4D
(34,78,77)
#1E4343
(30,67,67)
#1A3839
(26,56,57)
#162D2F
(22,45,47)
#122225
(18,34,37)
#0E171B
(14,23,27)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #327A75

#327A75
(50,122,117)
#448681
(68,134,129)
#56928D
(86,146,141)
#689E99
(104,158,153)
#7AAAA5
(122,170,165)
#8CB6B1
(140,182,177)
#9EC2BD
(158,194,189)
#B0CEC9
(176,206,201)
#C2DAD5
(194,218,213)
#D4E6E1
(212,230,225)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327A75; }

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

This text font color is #327A75.


Background Color

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

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

This div background color is #327A75.


Border color

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

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

This div border color is #327A75.


Opacity

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

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

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

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

This text has shadow with #327A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327A75 on black background.


Color preview on white background

This text has color #327A75 on white background.



Black color preview on #327A75 background

This text has black color on #327A75 background.


White color preview on #327A75 background

This text has white color on #327A75 background.