COLOR #328243

HEX: #328243
RGB: (50,130,67)

Color info

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

RGB color model

#328243 color RGB value is (50,130,67).

  • red value is 50;
  • green value is 130;
  • blue value is 67.
RGB:
(50,130,67)
(20%,51%,26%)

RGB channels and saturation

R 50 of 255 = 20%
G 130 of 255 = 51%
B 67 of 255 = 26%

50
130
67

R + G + B ~ 32%. #328243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 130 + 67 = 247 (100%)
R 50 of 247 ~ 20.24%
G 130 of 247 ~ 52.63%
B 67 of 247 ~ 27.13%

%20.24
%52.63
%27.13

CMYK color model

#328243 color CMYK value is (62,0,48,49).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 48.46%
  • key color value is 49.02%
CMYK:
(62,0,48,49)
C62M0Y48K49 
(62%,0%,48%,49%)
(0.62/0.00/0.48/0.49)	

CMYK percentages

%61.54
%0
%48.46
%49.02

Codes

Color #328243 in popluar color models

328243
RGB5013067
HSL133°44.44%35.29%
HSB/HSV133°61.54%50.98%
CMYK61.54%0.00%48.46%
49.02%

Color #328243 in popluar number systems.

HEX328243
Decimal5013067
Binary110010100000101000011
Octal62202103

Shades and tints

Shades of #328243

#328243
(50,130,67)
#2E773D
(46,119,61)
#2A6C37
(42,108,55)
#266131
(38,97,49)
#22562B
(34,86,43)
#1E4B25
(30,75,37)
#1A401F
(26,64,31)
#163519
(22,53,25)
#122A13
(18,42,19)
#0E1F0D
(14,31,13)
#0A1407
(10,20,7)
#000000
(0,0,0)

Tints of #328243

#328243
(50,130,67)
#448D54
(68,141,84)
#569865
(86,152,101)
#68A376
(104,163,118)
#7AAE87
(122,174,135)
#8CB998
(140,185,152)
#9EC4A9
(158,196,169)
#B0CFBA
(176,207,186)
#C2DACB
(194,218,203)
#D4E5DC
(212,229,220)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328243 color. Also use rgb(50,130,67) instead hex code.

Text Font Color

.myTextColor { color: #328243; }

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

This text font color is #328243.


Background Color

.myBgColor { background-color: #328243; }

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

This div background color is #328243.


Border color

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

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

This div border color is #328243.


Opacity

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

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

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

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

This text has shadow with #328243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328243 on black background.


Color preview on white background

This text has color #328243 on white background.



Black color preview on #328243 background

This text has black color on #328243 background.


White color preview on #328243 background

This text has white color on #328243 background.