COLOR #327152

HEX: #327152
RGB: (50,113,82)

Color info

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

RGB color model

#327152 color RGB value is (50,113,82).

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

RGB channels and saturation

R 50 of 255 = 20%
G 113 of 255 = 44%
B 82 of 255 = 32%

50
113
82

R + G + B ~ 32%. #327152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 113 + 82 = 245 (100%)
R 50 of 245 ~ 20.41%
G 113 of 245 ~ 46.12%
B 82 of 245 ~ 33.47%

%20.41
%46.12
%33.47

CMYK color model

#327152 color CMYK value is (56,0,27,56).

  • cyan value is 55.75%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(56,0,27,56)
C56M0Y27K56 
(56%,0%,27%,56%)
(0.56/0.00/0.27/0.56)	

CMYK percentages

%55.75
%0
%27.43
%55.69

Codes

Color #327152 in popluar color models

327152
RGB5011382
HSL150°38.65%31.96%
HSB/HSV150°55.75%44.31%
CMYK55.75%0.00%27.43%
55.69%

Color #327152 in popluar number systems.

HEX327152
Decimal5011382
Binary11001011100011010010
Octal62161122

Shades and tints

Shades of #327152

#327152
(50,113,82)
#2E674B
(46,103,75)
#2A5D44
(42,93,68)
#26533D
(38,83,61)
#224936
(34,73,54)
#1E3F2F
(30,63,47)
#1A3528
(26,53,40)
#162B21
(22,43,33)
#12211A
(18,33,26)
#0E1713
(14,23,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #327152

#327152
(50,113,82)
#447D61
(68,125,97)
#568970
(86,137,112)
#68957F
(104,149,127)
#7AA18E
(122,161,142)
#8CAD9D
(140,173,157)
#9EB9AC
(158,185,172)
#B0C5BB
(176,197,187)
#C2D1CA
(194,209,202)
#D4DDD9
(212,221,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327152; }

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

This text font color is #327152.


Background Color

.myBgColor { background-color: #327152; }

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

This div background color is #327152.


Border color

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

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

This div border color is #327152.


Opacity

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

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

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

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

This text has shadow with #327152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327152 on black background.


Color preview on white background

This text has color #327152 on white background.



Black color preview on #327152 background

This text has black color on #327152 background.


White color preview on #327152 background

This text has white color on #327152 background.