COLOR #327D5F

HEX: #327D5F RGB: (50,125,95)

Color info

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

RGB color model

#327D5F color RGB value is (50,125,95).

RGB: (50,125,95) (20%, 49%, 37%)

RGB channels and saturation

R 50 of 255 = 20%
G 125 of 255 = 49%
B 95 of 255 = 37%

50
125
95

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

Portions of RGB colors in percentages

R + G + B = 50 + 125 + 95 = 270 (100%)
R 50 of 270 ~ 18.52%
G 125 of 270 ~ 46.3%
B 95 of 270 ~ 35.19'%

%18.52
%46.3
%35.19

CMYK color model

#327D5F color CMYK value is (60,0,24,51).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%

CMYK: (60,0,24,51)
C60M0Y24K51 (60%, 0%, 24%, 51%)
(0.60 / 0.00 / 0.24 / 0.51)

CMYK percentages

%60
%0
%24
%50.98

Codes

Color #327D5F in popluar color models

32 7D 5F
RGB 50 125 95
HSL 156° 42.86% 34.31%
HSB/HSV 156° 60.00% 49.02%
CMYK 60.00% 0.00% 24.00%
50.98%

Color #327D5F in popluar number systems.

HEX 32 7D 5F
Decimal 50 125 95
Binary 110010 1111101 1011111
Octal 62 175 137

Shades and tints

Shades of #327D5F

#327D5F
(50,125,95)
#2E7257
(46,114,87)
#2A674F
(42,103,79)
#265C47
(38,92,71)
#22513F
(34,81,63)
#1E4637
(30,70,55)
#1A3B2F
(26,59,47)
#163027
(22,48,39)
#12251F
(18,37,31)
#0E1A17
(14,26,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #327D5F

#327D5F
(50,125,95)
#44886D
(68,136,109)
#56937B
(86,147,123)
#689E89
(104,158,137)
#7AA997
(122,169,151)
#8CB4A5
(140,180,165)
#9EBFB3
(158,191,179)
#B0CAC1
(176,202,193)
#C2D5CF
(194,213,207)
#D4E0DD
(212,224,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327D5F color. Also use rgb(50,125,95) instead hex code.

Text Font Color

.myTextColor { color: #327D5F; }

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

This text font color is #327D5F.

Background Color

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

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

This div background color is #327D5F.

Border color

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

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

This div border color is #327D5F.

Opacity

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

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

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

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

This text has shadow with #327D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327D5F.

Preview

Color preview on black background

This text has color #327D5F on black background.


Color preview on white background

This text has color #327D5F on white background.


Black color preview on #327D5F background

This text has black color on #327D5F background.


White color preview on #327D5F background

This text has white color on #327D5F background.


Related colors

Complementary color

Complementary color for #hex is #CD82A0.


I love getcolorcode.com

Triadic colors

1 #5F327D and #7D5F32 with #327D5F are triadic colors.

2 #5F7D32 and #7D325F with #327D5F are triadic colors.