COLOR #328B30

HEX: #328B30 RGB: (50,139,48)

Color info

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

RGB color model

#328B30 color RGB value is (50,139,48).

RGB: (50,139,48) (20%, 55%, 19%)

RGB channels and saturation

R 50 of 255 = 20%
G 139 of 255 = 55%
B 48 of 255 = 19%

50
139
48

R + G + B ~ 31%. #328B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 139 + 48 = 237 (100%)
R 50 of 237 ~ 21.1%
G 139 of 237 ~ 58.65%
B 48 of 237 ~ 20.25'%

%21.1
%58.65
%20.25

CMYK color model

#328B30 color CMYK value is (64,0,65,45).

  • cyan value is 64.03%
  • magenta value is 0.00%
  • yellow value is 65.47%
  • key color value is 45.49%

CMYK: (64,0,65,45)
C64M0Y65K45 (64%, 0%, 65%, 45%)
(0.64 / 0.00 / 0.65 / 0.45)

CMYK percentages

%64.03
%0
%65.47
%45.49

Codes

Color #328B30 in popluar color models

32 8B 30
RGB 50 139 48
HSL 119° 48.66% 36.67%
HSB/HSV 119° 65.47% 54.51%
CMYK 64.03% 0.00% 65.47%
45.49%

Color #328B30 in popluar number systems.

HEX 32 8B 30
Decimal 50 139 48
Binary 110010 10001011 110000
Octal 62 213 60

Shades and tints

Shades of #328B30

#328B30
(50,139,48)
#2E7F2C
(46,127,44)
#2A7328
(42,115,40)
#266724
(38,103,36)
#225B20
(34,91,32)
#1E4F1C
(30,79,28)
#1A4318
(26,67,24)
#163714
(22,55,20)
#122B10
(18,43,16)
#0E1F0C
(14,31,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #328B30

#328B30
(50,139,48)
#449542
(68,149,66)
#569F54
(86,159,84)
#68A966
(104,169,102)
#7AB378
(122,179,120)
#8CBD8A
(140,189,138)
#9EC79C
(158,199,156)
#B0D1AE
(176,209,174)
#C2DBC0
(194,219,192)
#D4E5D2
(212,229,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328B30 color. Also use rgb(50,139,48) instead hex code.

Text Font Color

.myTextColor { color: #328B30; }

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

This text font color is #328B30.

Background Color

.myBgColor { background-color: #328B30; }

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

This div background color is #328B30.

Border color

.myBorderColor { border: 1px solid #328B30; }

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

This div border color is #328B30.

Opacity

.myOpacity80 { color: #328B30; opacity: 0.8; }

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

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

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

This text has shadow with #328B30 color.


.textShadow {text-shadow: 3px 3px 1px #328B30', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #328B30; -webkit-box-shadow: 1px 1px 3px 2px #328B30; box-shadow:1px 1px 3px 2px #328B30;">
Div content here
</div>

This div box has shadow with color #328B30.

Preview

Color preview on black background

This text has color #328B30 on black background.


Color preview on white background

This text has color #328B30 on white background.


Black color preview on #328B30 background

This text has black color on #328B30 background.


White color preview on #328B30 background

This text has white color on #328B30 background.


Related colors

Complementary color

Complementary color for #hex is #CD74CF.


I love getcolorcode.com

Triadic colors

1 #30328B and #8B3032 with #328B30 are triadic colors.

2 #308B32 and #8B3230 with #328B30 are triadic colors.