COLOR #328345

HEX: #328345
RGB: (50,131,69)

Color info

#328345 contains mainly green color. Web safe color of #328345 is #339933 (or #393).

RGB color model

#328345 color RGB value is (50,131,69).

  • red value is 50;
  • green value is 131;
  • blue value is 69.
RGB:
(50,131,69)
(20%,51%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 131 of 255 = 51%
B 69 of 255 = 27%

50
131
69

R + G + B ~ 33%. #328345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 131 + 69 = 250 (100%)
R 50 of 250 ~ 20%
G 131 of 250 ~ 52.4%
B 69 of 250 ~ 27.6%

%20
%52.4
%27.6

CMYK color model

#328345 color CMYK value is (62,0,47,49).

  • cyan value is 61.83%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 48.63%
CMYK:
(62,0,47,49)
C62M0Y47K49 
(62%,0%,47%,49%)
(0.62/0.00/0.47/0.49)	

CMYK percentages

%61.83
%0
%47.33
%48.63

Codes

Color #328345 in popluar color models

328345
RGB5013169
HSL134°44.75%35.49%
HSB/HSV134°61.83%51.37%
CMYK61.83%0.00%47.33%
48.63%

Color #328345 in popluar number systems.

HEX328345
Decimal5013169
Binary110010100000111000101
Octal62203105

Shades and tints

Shades of #328345

#328345
(50,131,69)
#2E783F
(46,120,63)
#2A6D39
(42,109,57)
#266233
(38,98,51)
#22572D
(34,87,45)
#1E4C27
(30,76,39)
#1A4121
(26,65,33)
#16361B
(22,54,27)
#122B15
(18,43,21)
#0E200F
(14,32,15)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #328345

#328345
(50,131,69)
#448E55
(68,142,85)
#569965
(86,153,101)
#68A475
(104,164,117)
#7AAF85
(122,175,133)
#8CBA95
(140,186,149)
#9EC5A5
(158,197,165)
#B0D0B5
(176,208,181)
#C2DBC5
(194,219,197)
#D4E6D5
(212,230,213)
#E6F1E5
(230,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328345 color. Also use rgb(50,131,69) instead hex code.

Text Font Color

.myTextColor { color: #328345; }

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

This text font color is #328345.


Background Color

.myBgColor { background-color: #328345; }

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

This div background color is #328345.


Border color

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

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

This div border color is #328345.


Opacity

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

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

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

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

This text has shadow with #328345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328345 on black background.


Color preview on white background

This text has color #328345 on white background.



Black color preview on #328345 background

This text has black color on #328345 background.


White color preview on #328345 background

This text has white color on #328345 background.