COLOR #327850

HEX: #327850
RGB: (50,120,80)

Color info

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

RGB color model

#327850 color RGB value is (50,120,80).

  • red value is 50;
  • green value is 120;
  • blue value is 80.
RGB:
(50,120,80)
(20%,47%,31%)

RGB channels and saturation

R 50 of 255 = 20%
G 120 of 255 = 47%
B 80 of 255 = 31%

50
120
80

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

Portions of RGB colors in percentages

R + G + B =
50 + 120 + 80 = 250 (100%)
R 50 of 250 ~ 20%
G 120 of 250 ~ 48%
B 80 of 250 ~ 32%

%20
%48
%32

CMYK color model

#327850 color CMYK value is (58,0,33,53).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK:
(58,0,33,53)
C58M0Y33K53 
(58%,0%,33%,53%)
(0.58/0.00/0.33/0.53)	

CMYK percentages

%58.33
%0
%33.33
%52.94

Codes

Color #327850 in popluar color models

327850
RGB5012080
HSL146°41.18%33.33%
HSB/HSV146°58.33%47.06%
CMYK58.33%0.00%33.33%
52.94%

Color #327850 in popluar number systems.

HEX327850
Decimal5012080
Binary11001011110001010000
Octal62170120

Shades and tints

Shades of #327850

#327850
(50,120,80)
#2E6E49
(46,110,73)
#2A6442
(42,100,66)
#265A3B
(38,90,59)
#225034
(34,80,52)
#1E462D
(30,70,45)
#1A3C26
(26,60,38)
#16321F
(22,50,31)
#122818
(18,40,24)
#0E1E11
(14,30,17)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #327850

#327850
(50,120,80)
#44845F
(68,132,95)
#56906E
(86,144,110)
#689C7D
(104,156,125)
#7AA88C
(122,168,140)
#8CB49B
(140,180,155)
#9EC0AA
(158,192,170)
#B0CCB9
(176,204,185)
#C2D8C8
(194,216,200)
#D4E4D7
(212,228,215)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327850 color. Also use rgb(50,120,80) instead hex code.

Text Font Color

.myTextColor { color: #327850; }

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

This text font color is #327850.


Background Color

.myBgColor { background-color: #327850; }

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

This div background color is #327850.


Border color

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

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

This div border color is #327850.


Opacity

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

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

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

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

This text has shadow with #327850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327850 on black background.


Color preview on white background

This text has color #327850 on white background.



Black color preview on #327850 background

This text has black color on #327850 background.


White color preview on #327850 background

This text has white color on #327850 background.