COLOR #327E93

HEX: #327E93
RGB: (50,126,147)

Color info

#327E93 contains mainly green and blue colors. Web safe color of #327E93 is #336699 (or #369).

RGB color model

#327E93 color RGB value is (50,126,147).

  • red value is 50;
  • green value is 126;
  • blue value is 147.
RGB:
(50,126,147)
(20%,49%,58%)

RGB channels and saturation

R 50 of 255 = 20%
G 126 of 255 = 49%
B 147 of 255 = 58%

50
126
147

R + G + B ~ 42%. #327E93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 126 + 147 = 323 (100%)
R 50 of 323 ~ 15.48%
G 126 of 323 ~ 39.01%
B 147 of 323 ~ 45.51%

%15.48
%39.01
%45.51

CMYK color model

#327E93 color CMYK value is (66,14,0,42).

  • cyan value is 65.99%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(66,14,0,42)
C66M14Y0K42 
(66%,14%,0%,42%)
(0.66/0.14/0.00/0.42)	

CMYK percentages

%65.99
%14.29
%0
%42.35

Codes

Color #327E93 in popluar color models

327E93
RGB50126147
HSL193°49.24%38.63%
HSB/HSV193°65.99%57.65%
CMYK65.99%14.29%0.00%
42.35%

Color #327E93 in popluar number systems.

HEX327E93
Decimal50126147
Binary110010111111010010011
Octal62176223

Shades and tints

Shades of #327E93

#327E93
(50,126,147)
#2E7386
(46,115,134)
#2A6879
(42,104,121)
#265D6C
(38,93,108)
#22525F
(34,82,95)
#1E4752
(30,71,82)
#1A3C45
(26,60,69)
#163138
(22,49,56)
#12262B
(18,38,43)
#0E1B1E
(14,27,30)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #327E93

#327E93
(50,126,147)
#44899C
(68,137,156)
#5694A5
(86,148,165)
#689FAE
(104,159,174)
#7AAAB7
(122,170,183)
#8CB5C0
(140,181,192)
#9EC0C9
(158,192,201)
#B0CBD2
(176,203,210)
#C2D6DB
(194,214,219)
#D4E1E4
(212,225,228)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327E93; }

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

This text font color is #327E93.


Background Color

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

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

This div background color is #327E93.


Border color

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

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

This div border color is #327E93.


Opacity

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

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

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

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

This text has shadow with #327E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327E93 on black background.


Color preview on white background

This text has color #327E93 on white background.



Black color preview on #327E93 background

This text has black color on #327E93 background.


White color preview on #327E93 background

This text has white color on #327E93 background.