COLOR #328369

HEX: #328369
RGB: (50,131,105)

Color info

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

RGB color model

#328369 color RGB value is (50,131,105).

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

RGB channels and saturation

R 50 of 255 = 20%
G 131 of 255 = 51%
B 105 of 255 = 41%

50
131
105

R + G + B ~ 37%. #328369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 131 + 105 = 286 (100%)
R 50 of 286 ~ 17.48%
G 131 of 286 ~ 45.8%
B 105 of 286 ~ 36.71%

%17.48
%45.8
%36.71

CMYK color model

#328369 color CMYK value is (62,0,20,49).

  • cyan value is 61.83%
  • magenta value is 0.00%
  • yellow value is 19.85%
  • key color value is 48.63%
CMYK:
(62,0,20,49)
C62M0Y20K49 
(62%,0%,20%,49%)
(0.62/0.00/0.20/0.49)	

CMYK percentages

%61.83
%0
%19.85
%48.63

Codes

Color #328369 in popluar color models

328369
RGB50131105
HSL161°44.75%35.49%
HSB/HSV161°61.83%51.37%
CMYK61.83%0.00%19.85%
48.63%

Color #328369 in popluar number systems.

HEX328369
Decimal50131105
Binary110010100000111101001
Octal62203151

Shades and tints

Shades of #328369

#328369
(50,131,105)
#2E7860
(46,120,96)
#2A6D57
(42,109,87)
#26624E
(38,98,78)
#225745
(34,87,69)
#1E4C3C
(30,76,60)
#1A4133
(26,65,51)
#16362A
(22,54,42)
#122B21
(18,43,33)
#0E2018
(14,32,24)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #328369

#328369
(50,131,105)
#448E76
(68,142,118)
#569983
(86,153,131)
#68A490
(104,164,144)
#7AAF9D
(122,175,157)
#8CBAAA
(140,186,170)
#9EC5B7
(158,197,183)
#B0D0C4
(176,208,196)
#C2DBD1
(194,219,209)
#D4E6DE
(212,230,222)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328369; }

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

This text font color is #328369.


Background Color

.myBgColor { background-color: #328369; }

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

This div background color is #328369.


Border color

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

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

This div border color is #328369.


Opacity

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

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

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

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

This text has shadow with #328369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328369 on black background.


Color preview on white background

This text has color #328369 on white background.



Black color preview on #328369 background

This text has black color on #328369 background.


White color preview on #328369 background

This text has white color on #328369 background.