COLOR #327861

HEX: #327861
RGB: (50,120,97)

Color info

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

RGB color model

#327861 color RGB value is (50,120,97).

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

RGB channels and saturation

R 50 of 255 = 20%
G 120 of 255 = 47%
B 97 of 255 = 38%

50
120
97

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

Portions of RGB colors in percentages

R + G + B =
50 + 120 + 97 = 267 (100%)
R 50 of 267 ~ 18.73%
G 120 of 267 ~ 44.94%
B 97 of 267 ~ 36.33%

%18.73
%44.94
%36.33

CMYK color model

#327861 color CMYK value is (58,0,19,53).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(58,0,19,53)
C58M0Y19K53 
(58%,0%,19%,53%)
(0.58/0.00/0.19/0.53)	

CMYK percentages

%58.33
%0
%19.17
%52.94

Codes

Color #327861 in popluar color models

327861
RGB5012097
HSL160°41.18%33.33%
HSB/HSV160°58.33%47.06%
CMYK58.33%0.00%19.17%
52.94%

Color #327861 in popluar number systems.

HEX327861
Decimal5012097
Binary11001011110001100001
Octal62170141

Shades and tints

Shades of #327861

#327861
(50,120,97)
#2E6E59
(46,110,89)
#2A6451
(42,100,81)
#265A49
(38,90,73)
#225041
(34,80,65)
#1E4639
(30,70,57)
#1A3C31
(26,60,49)
#163229
(22,50,41)
#122821
(18,40,33)
#0E1E19
(14,30,25)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #327861

#327861
(50,120,97)
#44846F
(68,132,111)
#56907D
(86,144,125)
#689C8B
(104,156,139)
#7AA899
(122,168,153)
#8CB4A7
(140,180,167)
#9EC0B5
(158,192,181)
#B0CCC3
(176,204,195)
#C2D8D1
(194,216,209)
#D4E4DF
(212,228,223)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327861; }

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

This text font color is #327861.


Background Color

.myBgColor { background-color: #327861; }

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

This div background color is #327861.


Border color

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

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

This div border color is #327861.


Opacity

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

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

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

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

This text has shadow with #327861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327861 on black background.


Color preview on white background

This text has color #327861 on white background.



Black color preview on #327861 background

This text has black color on #327861 background.


White color preview on #327861 background

This text has white color on #327861 background.