COLOR #327C48

HEX: #327C48
RGB: (50,124,72)

Color info

#327C48 contains mainly green and blue colors. Web safe color of #327C48 is #336633 (or #363).

RGB color model

#327C48 color RGB value is (50,124,72).

  • red value is 50;
  • green value is 124;
  • blue value is 72.
RGB:
(50,124,72)
(20%,49%,28%)

RGB channels and saturation

R 50 of 255 = 20%
G 124 of 255 = 49%
B 72 of 255 = 28%

50
124
72

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

Portions of RGB colors in percentages

R + G + B =
50 + 124 + 72 = 246 (100%)
R 50 of 246 ~ 20.33%
G 124 of 246 ~ 50.41%
B 72 of 246 ~ 29.27%

%20.33
%50.41
%29.27

CMYK color model

#327C48 color CMYK value is (60,0,42,51).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(60,0,42,51)
C60M0Y42K51 
(60%,0%,42%,51%)
(0.60/0.00/0.42/0.51)	

CMYK percentages

%59.68
%0
%41.94
%51.37

Codes

Color #327C48 in popluar color models

327C48
RGB5012472
HSL138°42.53%34.12%
HSB/HSV138°59.68%48.63%
CMYK59.68%0.00%41.94%
51.37%

Color #327C48 in popluar number systems.

HEX327C48
Decimal5012472
Binary11001011111001001000
Octal62174110

Shades and tints

Shades of #327C48

#327C48
(50,124,72)
#2E7142
(46,113,66)
#2A663C
(42,102,60)
#265B36
(38,91,54)
#225030
(34,80,48)
#1E452A
(30,69,42)
#1A3A24
(26,58,36)
#162F1E
(22,47,30)
#122418
(18,36,24)
#0E1912
(14,25,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #327C48

#327C48
(50,124,72)
#448758
(68,135,88)
#569268
(86,146,104)
#689D78
(104,157,120)
#7AA888
(122,168,136)
#8CB398
(140,179,152)
#9EBEA8
(158,190,168)
#B0C9B8
(176,201,184)
#C2D4C8
(194,212,200)
#D4DFD8
(212,223,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327C48 color. Also use rgb(50,124,72) instead hex code.

Text Font Color

.myTextColor { color: #327C48; }

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

This text font color is #327C48.


Background Color

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

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

This div background color is #327C48.


Border color

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

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

This div border color is #327C48.


Opacity

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

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

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

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

This text has shadow with #327C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327C48 on black background.


Color preview on white background

This text has color #327C48 on white background.



Black color preview on #327C48 background

This text has black color on #327C48 background.


White color preview on #327C48 background

This text has white color on #327C48 background.