COLOR #327829

HEX: #327829
RGB: (50,120,41)

Color info

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

RGB color model

#327829 color RGB value is (50,120,41).

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

RGB channels and saturation

R 50 of 255 = 20%
G 120 of 255 = 47%
B 41 of 255 = 16%

50
120
41

R + G + B ~ 28%. #327829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 120 + 41 = 211 (100%)
R 50 of 211 ~ 23.7%
G 120 of 211 ~ 56.87%
B 41 of 211 ~ 19.43%

%23.7
%56.87
%19.43

CMYK color model

#327829 color CMYK value is (58,0,66,53).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 65.83%
  • key color value is 52.94%
CMYK:
(58,0,66,53)
C58M0Y66K53 
(58%,0%,66%,53%)
(0.58/0.00/0.66/0.53)	

CMYK percentages

%58.33
%0
%65.83
%52.94

Codes

Color #327829 in popluar color models

327829
RGB5012041
HSL113°49.07%31.57%
HSB/HSV113°65.83%47.06%
CMYK58.33%0.00%65.83%
52.94%

Color #327829 in popluar number systems.

HEX327829
Decimal5012041
Binary1100101111000101001
Octal6217051

Shades and tints

Shades of #327829

#327829
(50,120,41)
#2E6E26
(46,110,38)
#2A6423
(42,100,35)
#265A20
(38,90,32)
#22501D
(34,80,29)
#1E461A
(30,70,26)
#1A3C17
(26,60,23)
#163214
(22,50,20)
#122811
(18,40,17)
#0E1E0E
(14,30,14)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #327829

#327829
(50,120,41)
#44843C
(68,132,60)
#56904F
(86,144,79)
#689C62
(104,156,98)
#7AA875
(122,168,117)
#8CB488
(140,180,136)
#9EC09B
(158,192,155)
#B0CCAE
(176,204,174)
#C2D8C1
(194,216,193)
#D4E4D4
(212,228,212)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327829; }

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

This text font color is #327829.


Background Color

.myBgColor { background-color: #327829; }

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

This div background color is #327829.


Border color

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

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

This div border color is #327829.


Opacity

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

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

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

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

This text has shadow with #327829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327829 on black background.


Color preview on white background

This text has color #327829 on white background.



Black color preview on #327829 background

This text has black color on #327829 background.


White color preview on #327829 background

This text has white color on #327829 background.