COLOR #327168

HEX: #327168
RGB: (50,113,104)

Color info

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

RGB color model

#327168 color RGB value is (50,113,104).

  • red value is 50;
  • green value is 113;
  • blue value is 104.
RGB:
(50,113,104)
(20%,44%,41%)

RGB channels and saturation

R 50 of 255 = 20%
G 113 of 255 = 44%
B 104 of 255 = 41%

50
113
104

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

Portions of RGB colors in percentages

R + G + B =
50 + 113 + 104 = 267 (100%)
R 50 of 267 ~ 18.73%
G 113 of 267 ~ 42.32%
B 104 of 267 ~ 38.95%

%18.73
%42.32
%38.95

CMYK color model

#327168 color CMYK value is (56,0,8,56).

  • cyan value is 55.75%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(56,0,8,56)
C56M0Y8K56 
(56%,0%,8%,56%)
(0.56/0.00/0.08/0.56)	

CMYK percentages

%55.75
%0
%7.96
%55.69

Codes

Color #327168 in popluar color models

327168
RGB50113104
HSL171°38.65%31.96%
HSB/HSV171°55.75%44.31%
CMYK55.75%0.00%7.96%
55.69%

Color #327168 in popluar number systems.

HEX327168
Decimal50113104
Binary11001011100011101000
Octal62161150

Shades and tints

Shades of #327168

#327168
(50,113,104)
#2E675F
(46,103,95)
#2A5D56
(42,93,86)
#26534D
(38,83,77)
#224944
(34,73,68)
#1E3F3B
(30,63,59)
#1A3532
(26,53,50)
#162B29
(22,43,41)
#122120
(18,33,32)
#0E1717
(14,23,23)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #327168

#327168
(50,113,104)
#447D75
(68,125,117)
#568982
(86,137,130)
#68958F
(104,149,143)
#7AA19C
(122,161,156)
#8CADA9
(140,173,169)
#9EB9B6
(158,185,182)
#B0C5C3
(176,197,195)
#C2D1D0
(194,209,208)
#D4DDDD
(212,221,221)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327168 color. Also use rgb(50,113,104) instead hex code.

Text Font Color

.myTextColor { color: #327168; }

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

This text font color is #327168.


Background Color

.myBgColor { background-color: #327168; }

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

This div background color is #327168.


Border color

.myBorderColor { border: 1px solid #327168; }

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

This div border color is #327168.


Opacity

.myOpacity80 { color: #327168; opacity: 0.8; }

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

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

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

This text has shadow with #327168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327168 on black background.


Color preview on white background

This text has color #327168 on white background.



Black color preview on #327168 background

This text has black color on #327168 background.


White color preview on #327168 background

This text has white color on #327168 background.