COLOR #327337

HEX: #327337
RGB: (50,115,55)

Color info

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

RGB color model

#327337 color RGB value is (50,115,55).

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

RGB channels and saturation

R 50 of 255 = 20%
G 115 of 255 = 45%
B 55 of 255 = 22%

50
115
55

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

Portions of RGB colors in percentages

R + G + B =
50 + 115 + 55 = 220 (100%)
R 50 of 220 ~ 22.73%
G 115 of 220 ~ 52.27%
B 55 of 220 ~ 25%

%22.73
%52.27
%25

CMYK color model

#327337 color CMYK value is (57,0,52,55).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 54.90%
CMYK:
(57,0,52,55)
C57M0Y52K55 
(57%,0%,52%,55%)
(0.57/0.00/0.52/0.55)	

CMYK percentages

%56.52
%0
%52.17
%54.9

Codes

Color #327337 in popluar color models

327337
RGB5011555
HSL125°39.39%32.35%
HSB/HSV125°56.52%45.10%
CMYK56.52%0.00%52.17%
54.90%

Color #327337 in popluar number systems.

HEX327337
Decimal5011555
Binary1100101110011110111
Octal6216367

Shades and tints

Shades of #327337

#327337
(50,115,55)
#2E6932
(46,105,50)
#2A5F2D
(42,95,45)
#265528
(38,85,40)
#224B23
(34,75,35)
#1E411E
(30,65,30)
#1A3719
(26,55,25)
#162D14
(22,45,20)
#12230F
(18,35,15)
#0E190A
(14,25,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #327337

#327337
(50,115,55)
#447F49
(68,127,73)
#568B5B
(86,139,91)
#68976D
(104,151,109)
#7AA37F
(122,163,127)
#8CAF91
(140,175,145)
#9EBBA3
(158,187,163)
#B0C7B5
(176,199,181)
#C2D3C7
(194,211,199)
#D4DFD9
(212,223,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327337; }

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

This text font color is #327337.


Background Color

.myBgColor { background-color: #327337; }

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

This div background color is #327337.


Border color

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

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

This div border color is #327337.


Opacity

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

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

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

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

This text has shadow with #327337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327337 on black background.


Color preview on white background

This text has color #327337 on white background.



Black color preview on #327337 background

This text has black color on #327337 background.


White color preview on #327337 background

This text has white color on #327337 background.