COLOR #327353

HEX: #327353
RGB: (50,115,83)

Color info

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

RGB color model

#327353 color RGB value is (50,115,83).

  • red value is 50;
  • green value is 115;
  • blue value is 83.
RGB:
(50,115,83)
(20%,45%,33%)

RGB channels and saturation

R 50 of 255 = 20%
G 115 of 255 = 45%
B 83 of 255 = 33%

50
115
83

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

Portions of RGB colors in percentages

R + G + B =
50 + 115 + 83 = 248 (100%)
R 50 of 248 ~ 20.16%
G 115 of 248 ~ 46.37%
B 83 of 248 ~ 33.47%

%20.16
%46.37
%33.47

CMYK color model

#327353 color CMYK value is (57,0,28,55).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(57,0,28,55)
C57M0Y28K55 
(57%,0%,28%,55%)
(0.57/0.00/0.28/0.55)	

CMYK percentages

%56.52
%0
%27.83
%54.9

Codes

Color #327353 in popluar color models

327353
RGB5011583
HSL150°39.39%32.35%
HSB/HSV150°56.52%45.10%
CMYK56.52%0.00%27.83%
54.90%

Color #327353 in popluar number systems.

HEX327353
Decimal5011583
Binary11001011100111010011
Octal62163123

Shades and tints

Shades of #327353

#327353
(50,115,83)
#2E694C
(46,105,76)
#2A5F45
(42,95,69)
#26553E
(38,85,62)
#224B37
(34,75,55)
#1E4130
(30,65,48)
#1A3729
(26,55,41)
#162D22
(22,45,34)
#12231B
(18,35,27)
#0E1914
(14,25,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #327353

#327353
(50,115,83)
#447F62
(68,127,98)
#568B71
(86,139,113)
#689780
(104,151,128)
#7AA38F
(122,163,143)
#8CAF9E
(140,175,158)
#9EBBAD
(158,187,173)
#B0C7BC
(176,199,188)
#C2D3CB
(194,211,203)
#D4DFDA
(212,223,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327353 color. Also use rgb(50,115,83) instead hex code.

Text Font Color

.myTextColor { color: #327353; }

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

This text font color is #327353.


Background Color

.myBgColor { background-color: #327353; }

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

This div background color is #327353.


Border color

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

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

This div border color is #327353.


Opacity

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

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

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

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

This text has shadow with #327353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327353 on black background.


Color preview on white background

This text has color #327353 on white background.



Black color preview on #327353 background

This text has black color on #327353 background.


White color preview on #327353 background

This text has white color on #327353 background.