COLOR #327235

HEX: #327235
RGB: (50,114,53)

Color info

#327235 contains mainly green color. Web safe color of #327235 is #336633 (or #363).

RGB color model

#327235 color RGB value is (50,114,53).

  • red value is 50;
  • green value is 114;
  • blue value is 53.
RGB:
(50,114,53)
(20%,45%,21%)

RGB channels and saturation

R 50 of 255 = 20%
G 114 of 255 = 45%
B 53 of 255 = 21%

50
114
53

R + G + B ~ 29%. #327235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 114 + 53 = 217 (100%)
R 50 of 217 ~ 23.04%
G 114 of 217 ~ 52.53%
B 53 of 217 ~ 24.42%

%23.04
%52.53
%24.42

CMYK color model

#327235 color CMYK value is (56,0,54,55).

  • cyan value is 56.14%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 55.29%
CMYK:
(56,0,54,55)
C56M0Y54K55 
(56%,0%,54%,55%)
(0.56/0.00/0.54/0.55)	

CMYK percentages

%56.14
%0
%53.51
%55.29

Codes

Color #327235 in popluar color models

327235
RGB5011453
HSL123°39.02%32.16%
HSB/HSV123°56.14%44.71%
CMYK56.14%0.00%53.51%
55.29%

Color #327235 in popluar number systems.

HEX327235
Decimal5011453
Binary1100101110010110101
Octal6216265

Shades and tints

Shades of #327235

#327235
(50,114,53)
#2E6831
(46,104,49)
#2A5E2D
(42,94,45)
#265429
(38,84,41)
#224A25
(34,74,37)
#1E4021
(30,64,33)
#1A361D
(26,54,29)
#162C19
(22,44,25)
#122215
(18,34,21)
#0E1811
(14,24,17)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #327235

#327235
(50,114,53)
#447E47
(68,126,71)
#568A59
(86,138,89)
#68966B
(104,150,107)
#7AA27D
(122,162,125)
#8CAE8F
(140,174,143)
#9EBAA1
(158,186,161)
#B0C6B3
(176,198,179)
#C2D2C5
(194,210,197)
#D4DED7
(212,222,215)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327235 color. Also use rgb(50,114,53) instead hex code.

Text Font Color

.myTextColor { color: #327235; }

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

This text font color is #327235.


Background Color

.myBgColor { background-color: #327235; }

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

This div background color is #327235.


Border color

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

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

This div border color is #327235.


Opacity

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

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

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

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

This text has shadow with #327235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327235 on black background.


Color preview on white background

This text has color #327235 on white background.



Black color preview on #327235 background

This text has black color on #327235 background.


White color preview on #327235 background

This text has white color on #327235 background.