COLOR #327E8A

HEX: #327E8A RGB: (50,126,138)

Color info

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

RGB color model

#327E8A color RGB value is (50,126,138).

RGB: (50,126,138) (20%, 49%, 54%)

RGB channels and saturation

R 50 of 255 = 20%
G 126 of 255 = 49%
B 138 of 255 = 54%

50
126
138

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

Portions of RGB colors in percentages

R + G + B = 50 + 126 + 138 = 314 (100%)
R 50 of 314 ~ 15.92%
G 126 of 314 ~ 40.13%
B 138 of 314 ~ 43.95'%

%15.92
%40.13
%43.95

CMYK color model

#327E8A color CMYK value is (64,9,0,46).

  • cyan value is 63.77%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (64,9,0,46)
C64M9Y0K46 (64%, 9%, 0%, 46%)
(0.64 / 0.09 / 0.00 / 0.46)

CMYK percentages

%63.77
%8.7
%0
%45.88

Codes

Color #327E8A in popluar color models

32 7E 8A
RGB 50 126 138
HSL 188° 46.81% 36.86%
HSB/HSV 188° 63.77% 54.12%
CMYK 63.77% 8.70% 0.00%
45.88%

Color #327E8A in popluar number systems.

HEX 32 7E 8A
Decimal 50 126 138
Binary 110010 1111110 10001010
Octal 62 176 212

Shades and tints

Shades of #327E8A

#327E8A
(50,126,138)
#2E737E
(46,115,126)
#2A6872
(42,104,114)
#265D66
(38,93,102)
#22525A
(34,82,90)
#1E474E
(30,71,78)
#1A3C42
(26,60,66)
#163136
(22,49,54)
#12262A
(18,38,42)
#0E1B1E
(14,27,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #327E8A

#327E8A
(50,126,138)
#448994
(68,137,148)
#56949E
(86,148,158)
#689FA8
(104,159,168)
#7AAAB2
(122,170,178)
#8CB5BC
(140,181,188)
#9EC0C6
(158,192,198)
#B0CBD0
(176,203,208)
#C2D6DA
(194,214,218)
#D4E1E4
(212,225,228)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327E8A; }

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

This text font color is #327E8A.

Background Color

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

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

This div background color is #327E8A.

Border color

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

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

This div border color is #327E8A.

Opacity

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

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

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

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

This text has shadow with #327E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327E8A.

Preview

Color preview on black background

This text has color #327E8A on black background.


Color preview on white background

This text has color #327E8A on white background.


Black color preview on #327E8A background

This text has black color on #327E8A background.


White color preview on #327E8A background

This text has white color on #327E8A background.


Related colors

Complementary color

Complementary color for #hex is #CD8175.


I love getcolorcode.com

Triadic colors

1 #8A327E and #7E8A32 with #327E8A are triadic colors.

2 #8A7E32 and #7E328A with #327E8A are triadic colors.