COLOR #327129

HEX: #327129
RGB: (50,113,41)

Color info

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

RGB color model

#327129 color RGB value is (50,113,41).

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

RGB channels and saturation

R 50 of 255 = 20%
G 113 of 255 = 44%
B 41 of 255 = 16%

50
113
41

R + G + B ~ 27%. #327129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 113 + 41 = 204 (100%)
R 50 of 204 ~ 24.51%
G 113 of 204 ~ 55.39%
B 41 of 204 ~ 20.1%

%24.51
%55.39
%20.1

CMYK color model

#327129 color CMYK value is (56,0,64,56).

  • cyan value is 55.75%
  • magenta value is 0.00%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(56,0,64,56)
C56M0Y64K56 
(56%,0%,64%,56%)
(0.56/0.00/0.64/0.56)	

CMYK percentages

%55.75
%0
%63.72
%55.69

Codes

Color #327129 in popluar color models

327129
RGB5011341
HSL113°46.75%30.20%
HSB/HSV113°63.72%44.31%
CMYK55.75%0.00%63.72%
55.69%

Color #327129 in popluar number systems.

HEX327129
Decimal5011341
Binary1100101110001101001
Octal6216151

Shades and tints

Shades of #327129

#327129
(50,113,41)
#2E6726
(46,103,38)
#2A5D23
(42,93,35)
#265320
(38,83,32)
#22491D
(34,73,29)
#1E3F1A
(30,63,26)
#1A3517
(26,53,23)
#162B14
(22,43,20)
#122111
(18,33,17)
#0E170E
(14,23,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #327129

#327129
(50,113,41)
#447D3C
(68,125,60)
#56894F
(86,137,79)
#689562
(104,149,98)
#7AA175
(122,161,117)
#8CAD88
(140,173,136)
#9EB99B
(158,185,155)
#B0C5AE
(176,197,174)
#C2D1C1
(194,209,193)
#D4DDD4
(212,221,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327129; }

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

This text font color is #327129.


Background Color

.myBgColor { background-color: #327129; }

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

This div background color is #327129.


Border color

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

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

This div border color is #327129.


Opacity

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

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

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

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

This text has shadow with #327129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327129 on black background.


Color preview on white background

This text has color #327129 on white background.



Black color preview on #327129 background

This text has black color on #327129 background.


White color preview on #327129 background

This text has white color on #327129 background.