COLOR #327D02

HEX: #327D02 RGB: (50,125,2)

Color info

#327D02 contains mainly green color. Web safe color of #327D02 is #336600 (or #360).

RGB color model

#327D02 color RGB value is (50,125,2).

RGB: (50,125,2) (20%, 49%, 1%)

RGB channels and saturation

R 50 of 255 = 20%
G 125 of 255 = 49%
B 2 of 255 = 1%

50
125
2

R + G + B ~ 23%. #327D02 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 125 + 2 = 177 (100%)
R 50 of 177 ~ 28.25%
G 125 of 177 ~ 70.62%
B 2 of 177 ~ 1.13'%

%28.25
%70.62

CMYK color model

#327D02 color CMYK value is (60,0,98,51).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 98.40%
  • key color value is 50.98%

CMYK: (60,0,98,51)
C60M0Y98K51 (60%, 0%, 98%, 51%)
(0.60 / 0.00 / 0.98 / 0.51)

CMYK percentages

%60
%0
%98.4
%50.98

Codes

Color #327D02 in popluar color models

32 7D 02
RGB 50 125 2
HSL 97° 96.85% 24.90%
HSB/HSV 97° 98.40% 49.02%
CMYK 60.00% 0.00% 98.40%
50.98%

Color #327D02 in popluar number systems.

HEX 32 7D 02
Decimal 50 125 2
Binary 110010 1111101 10
Octal 62 175 2

Shades and tints

Shades of #327D02

#327D02
(50,125,2)
#2E7202
(46,114,2)
#2A6702
(42,103,2)
#265C02
(38,92,2)
#225102
(34,81,2)
#1E4602
(30,70,2)
#1A3B02
(26,59,2)
#163002
(22,48,2)
#122502
(18,37,2)
#0E1A02
(14,26,2)
#0A0F02
(10,15,2)
#000000
(0,0,0)

Tints of #327D02

#327D02
(50,125,2)
#448819
(68,136,25)
#569330
(86,147,48)
#689E47
(104,158,71)
#7AA95E
(122,169,94)
#8CB475
(140,180,117)
#9EBF8C
(158,191,140)
#B0CAA3
(176,202,163)
#C2D5BA
(194,213,186)
#D4E0D1
(212,224,209)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327D02 color. Also use rgb(50,125,2) instead hex code.

Text Font Color

.myTextColor { color: #327D02; }

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

This text font color is #327D02.

Background Color

.myBgColor { background-color: #327D02; }

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

This div background color is #327D02.

Border color

.myBorderColor { border: 1px solid #327D02; }

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

This div border color is #327D02.

Opacity

.myOpacity80 { color: #327D02; opacity: 0.8; }

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

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

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

This text has shadow with #327D02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327D02.

Preview

Color preview on black background

This text has color #327D02 on black background.


Color preview on white background

This text has color #327D02 on white background.


Black color preview on #327D02 background

This text has black color on #327D02 background.


White color preview on #327D02 background

This text has white color on #327D02 background.


Related colors

Complementary color

Complementary color for #hex is #CD82FD.


I love getcolorcode.com

Triadic colors

1 #02327D and #7D0232 with #327D02 are triadic colors.

2 #027D32 and #7D3202 with #327D02 are triadic colors.