COLOR #327303

HEX: #327303
RGB: (50,115,3)

Color info

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

RGB color model

#327303 color RGB value is (50,115,3).

  • red value is 50;
  • green value is 115;
  • blue value is 3.
RGB:
(50,115,3)
(20%,45%,1%)

RGB channels and saturation

R 50 of 255 = 20%
G 115 of 255 = 45%
B 3 of 255 = 1%

50
115
3

R + G + B ~ 22%. #327303 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 115 + 3 = 168 (100%)
R 50 of 168 ~ 29.76%
G 115 of 168 ~ 68.45%
B 3 of 168 ~ 1.79%

%29.76
%68.45

CMYK color model

#327303 color CMYK value is (57,0,97,55).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 97.39%
  • key color value is 54.90%
CMYK:
(57,0,97,55)
C57M0Y97K55 
(57%,0%,97%,55%)
(0.57/0.00/0.97/0.55)	

CMYK percentages

%56.52
%0
%97.39
%54.9

Codes

Color #327303 in popluar color models

327303
RGB501153
HSL95°94.92%23.14%
HSB/HSV95°97.39%45.10%
CMYK56.52%0.00%97.39%
54.90%

Color #327303 in popluar number systems.

HEX327303
Decimal501153
Binary110010111001111
Octal621633

Shades and tints

Shades of #327303

#327303
(50,115,3)
#2E6903
(46,105,3)
#2A5F03
(42,95,3)
#265503
(38,85,3)
#224B03
(34,75,3)
#1E4103
(30,65,3)
#1A3703
(26,55,3)
#162D03
(22,45,3)
#122303
(18,35,3)
#0E1903
(14,25,3)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #327303

#327303
(50,115,3)
#447F19
(68,127,25)
#568B2F
(86,139,47)
#689745
(104,151,69)
#7AA35B
(122,163,91)
#8CAF71
(140,175,113)
#9EBB87
(158,187,135)
#B0C79D
(176,199,157)
#C2D3B3
(194,211,179)
#D4DFC9
(212,223,201)
#E6EBDF
(230,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327303 color. Also use rgb(50,115,3) instead hex code.

Text Font Color

.myTextColor { color: #327303; }

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

This text font color is #327303.


Background Color

.myBgColor { background-color: #327303; }

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

This div background color is #327303.


Border color

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

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

This div border color is #327303.


Opacity

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

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

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

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

This text has shadow with #327303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327303 on black background.


Color preview on white background

This text has color #327303 on white background.



Black color preview on #327303 background

This text has black color on #327303 background.


White color preview on #327303 background

This text has white color on #327303 background.