COLOR #328741

HEX: #328741
RGB: (50,135,65)

Color info

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

RGB color model

#328741 color RGB value is (50,135,65).

  • red value is 50;
  • green value is 135;
  • blue value is 65.
RGB:
(50,135,65)
(20%,53%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 135 of 255 = 53%
B 65 of 255 = 25%

50
135
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 135 + 65 = 250 (100%)
R 50 of 250 ~ 20%
G 135 of 250 ~ 54%
B 65 of 250 ~ 26%

%20
%54
%26

CMYK color model

#328741 color CMYK value is (63,0,52,47).

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 47.06%
CMYK:
(63,0,52,47)
C63M0Y52K47 
(63%,0%,52%,47%)
(0.63/0.00/0.52/0.47)	

CMYK percentages

%62.96
%0
%51.85
%47.06

Codes

Color #328741 in popluar color models

328741
RGB5013565
HSL131°45.95%36.27%
HSB/HSV131°62.96%52.94%
CMYK62.96%0.00%51.85%
47.06%

Color #328741 in popluar number systems.

HEX328741
Decimal5013565
Binary110010100001111000001
Octal62207101

Shades and tints

Shades of #328741

#328741
(50,135,65)
#2E7B3C
(46,123,60)
#2A6F37
(42,111,55)
#266332
(38,99,50)
#22572D
(34,87,45)
#1E4B28
(30,75,40)
#1A3F23
(26,63,35)
#16331E
(22,51,30)
#122719
(18,39,25)
#0E1B14
(14,27,20)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #328741

#328741
(50,135,65)
#449152
(68,145,82)
#569B63
(86,155,99)
#68A574
(104,165,116)
#7AAF85
(122,175,133)
#8CB996
(140,185,150)
#9EC3A7
(158,195,167)
#B0CDB8
(176,205,184)
#C2D7C9
(194,215,201)
#D4E1DA
(212,225,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328741 color. Also use rgb(50,135,65) instead hex code.

Text Font Color

.myTextColor { color: #328741; }

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

This text font color is #328741.


Background Color

.myBgColor { background-color: #328741; }

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

This div background color is #328741.


Border color

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

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

This div border color is #328741.


Opacity

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

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

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

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

This text has shadow with #328741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328741 on black background.


Color preview on white background

This text has color #328741 on white background.



Black color preview on #328741 background

This text has black color on #328741 background.


White color preview on #328741 background

This text has white color on #328741 background.