COLOR #327035

HEX: #327035
RGB: (50,112,53)

Color info

#327035 contains mainly green and blue colors. Web safe color of #327035 is #336633 (or #363).

RGB color model

#327035 color RGB value is (50,112,53).

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

RGB channels and saturation

R 50 of 255 = 20%
G 112 of 255 = 44%
B 53 of 255 = 21%

50
112
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 112 + 53 = 215 (100%)
R 50 of 215 ~ 23.26%
G 112 of 215 ~ 52.09%
B 53 of 215 ~ 24.65%

%23.26
%52.09
%24.65

CMYK color model

#327035 color CMYK value is (55,0,53,56).

  • cyan value is 55.36%
  • magenta value is 0.00%
  • yellow value is 52.68%
  • key color value is 56.08%
CMYK:
(55,0,53,56)
C55M0Y53K56 
(55%,0%,53%,56%)
(0.55/0.00/0.53/0.56)	

CMYK percentages

%55.36
%0
%52.68
%56.08

Codes

Color #327035 in popluar color models

327035
RGB5011253
HSL123°38.27%31.76%
HSB/HSV123°55.36%43.92%
CMYK55.36%0.00%52.68%
56.08%

Color #327035 in popluar number systems.

HEX327035
Decimal5011253
Binary1100101110000110101
Octal6216065

Shades and tints

Shades of #327035

#327035
(50,112,53)
#2E6631
(46,102,49)
#2A5C2D
(42,92,45)
#265229
(38,82,41)
#224825
(34,72,37)
#1E3E21
(30,62,33)
#1A341D
(26,52,29)
#162A19
(22,42,25)
#122015
(18,32,21)
#0E1611
(14,22,17)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #327035

#327035
(50,112,53)
#447D47
(68,125,71)
#568A59
(86,138,89)
#68976B
(104,151,107)
#7AA47D
(122,164,125)
#8CB18F
(140,177,143)
#9EBEA1
(158,190,161)
#B0CBB3
(176,203,179)
#C2D8C5
(194,216,197)
#D4E5D7
(212,229,215)
#E6F2E9
(230,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327035; }

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

This text font color is #327035.


Background Color

.myBgColor { background-color: #327035; }

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

This div background color is #327035.


Border color

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

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

This div border color is #327035.


Opacity

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

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

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

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

This text has shadow with #327035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327035 on black background.


Color preview on white background

This text has color #327035 on white background.



Black color preview on #327035 background

This text has black color on #327035 background.


White color preview on #327035 background

This text has white color on #327035 background.