COLOR #329273

HEX: #329273
RGB: (50,146,115)

Color info

#329273 contains mainly green and blue colors. Web safe color of #329273 is #339966 (or #396).

RGB color model

#329273 color RGB value is (50,146,115).

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

RGB channels and saturation

R 50 of 255 = 20%
G 146 of 255 = 57%
B 115 of 255 = 45%

50
146
115

R + G + B ~ 41%. #329273 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 146 + 115 = 311 (100%)
R 50 of 311 ~ 16.08%
G 146 of 311 ~ 46.95%
B 115 of 311 ~ 36.98%

%16.08
%46.95
%36.98

CMYK color model

#329273 color CMYK value is (66,0,21,43).

  • cyan value is 65.75%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK:
(66,0,21,43)
C66M0Y21K43 
(66%,0%,21%,43%)
(0.66/0.00/0.21/0.43)	

CMYK percentages

%65.75
%0
%21.23
%42.75

Codes

Color #329273 in popluar color models

329273
RGB50146115
HSL161°48.98%38.43%
HSB/HSV161°65.75%57.25%
CMYK65.75%0.00%21.23%
42.75%

Color #329273 in popluar number systems.

HEX329273
Decimal50146115
Binary110010100100101110011
Octal62222163

Shades and tints

Shades of #329273

#329273
(50,146,115)
#2E8569
(46,133,105)
#2A785F
(42,120,95)
#266B55
(38,107,85)
#225E4B
(34,94,75)
#1E5141
(30,81,65)
#1A4437
(26,68,55)
#16372D
(22,55,45)
#122A23
(18,42,35)
#0E1D19
(14,29,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #329273

#329273
(50,146,115)
#449B7F
(68,155,127)
#56A48B
(86,164,139)
#68AD97
(104,173,151)
#7AB6A3
(122,182,163)
#8CBFAF
(140,191,175)
#9EC8BB
(158,200,187)
#B0D1C7
(176,209,199)
#C2DAD3
(194,218,211)
#D4E3DF
(212,227,223)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329273; }

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

This text font color is #329273.


Background Color

.myBgColor { background-color: #329273; }

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

This div background color is #329273.


Border color

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

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

This div border color is #329273.


Opacity

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

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

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

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

This text has shadow with #329273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329273 on black background.


Color preview on white background

This text has color #329273 on white background.



Black color preview on #329273 background

This text has black color on #329273 background.


White color preview on #329273 background

This text has white color on #329273 background.