COLOR #327C4D

HEX: #327C4D
RGB: (50,124,77)

Color info

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

RGB color model

#327C4D color RGB value is (50,124,77).

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

RGB channels and saturation

R 50 of 255 = 20%
G 124 of 255 = 49%
B 77 of 255 = 30%

50
124
77

R + G + B ~ 33%. #327C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 124 + 77 = 251 (100%)
R 50 of 251 ~ 19.92%
G 124 of 251 ~ 49.4%
B 77 of 251 ~ 30.68%

%19.92
%49.4
%30.68

CMYK color model

#327C4D color CMYK value is (60,0,38,51).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(60,0,38,51)
C60M0Y38K51 
(60%,0%,38%,51%)
(0.60/0.00/0.38/0.51)	

CMYK percentages

%59.68
%0
%37.9
%51.37

Codes

Color #327C4D in popluar color models

327C4D
RGB5012477
HSL142°42.53%34.12%
HSB/HSV142°59.68%48.63%
CMYK59.68%0.00%37.90%
51.37%

Color #327C4D in popluar number systems.

HEX327C4D
Decimal5012477
Binary11001011111001001101
Octal62174115

Shades and tints

Shades of #327C4D

#327C4D
(50,124,77)
#2E7146
(46,113,70)
#2A663F
(42,102,63)
#265B38
(38,91,56)
#225031
(34,80,49)
#1E452A
(30,69,42)
#1A3A23
(26,58,35)
#162F1C
(22,47,28)
#122415
(18,36,21)
#0E190E
(14,25,14)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #327C4D

#327C4D
(50,124,77)
#44875D
(68,135,93)
#56926D
(86,146,109)
#689D7D
(104,157,125)
#7AA88D
(122,168,141)
#8CB39D
(140,179,157)
#9EBEAD
(158,190,173)
#B0C9BD
(176,201,189)
#C2D4CD
(194,212,205)
#D4DFDD
(212,223,221)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327C4D; }

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

This text font color is #327C4D.


Background Color

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

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

This div background color is #327C4D.


Border color

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

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

This div border color is #327C4D.


Opacity

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

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

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

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

This text has shadow with #327C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327C4D on black background.


Color preview on white background

This text has color #327C4D on white background.



Black color preview on #327C4D background

This text has black color on #327C4D background.


White color preview on #327C4D background

This text has white color on #327C4D background.