COLOR #327C23

HEX: #327C23
RGB: (50,124,35)

Color info

#327C23 contains mainly green color. Web safe color of #327C23 is #336633 (or #363).

RGB color model

#327C23 color RGB value is (50,124,35).

  • red value is 50;
  • green value is 124;
  • blue value is 35.
RGB:
(50,124,35)
(20%,49%,14%)

RGB channels and saturation

R 50 of 255 = 20%
G 124 of 255 = 49%
B 35 of 255 = 14%

50
124
35

R + G + B ~ 28%. #327C23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 124 + 35 = 209 (100%)
R 50 of 209 ~ 23.92%
G 124 of 209 ~ 59.33%
B 35 of 209 ~ 16.75%

%23.92
%59.33
%16.75

CMYK color model

#327C23 color CMYK value is (60,0,72,51).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 71.77%
  • key color value is 51.37%
CMYK:
(60,0,72,51)
C60M0Y72K51 
(60%,0%,72%,51%)
(0.60/0.00/0.72/0.51)	

CMYK percentages

%59.68
%0
%71.77
%51.37

Codes

Color #327C23 in popluar color models

327C23
RGB5012435
HSL110°55.97%31.18%
HSB/HSV110°71.77%48.63%
CMYK59.68%0.00%71.77%
51.37%

Color #327C23 in popluar number systems.

HEX327C23
Decimal5012435
Binary1100101111100100011
Octal6217443

Shades and tints

Shades of #327C23

#327C23
(50,124,35)
#2E7120
(46,113,32)
#2A661D
(42,102,29)
#265B1A
(38,91,26)
#225017
(34,80,23)
#1E4514
(30,69,20)
#1A3A11
(26,58,17)
#162F0E
(22,47,14)
#12240B
(18,36,11)
#0E1908
(14,25,8)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #327C23

#327C23
(50,124,35)
#448737
(68,135,55)
#56924B
(86,146,75)
#689D5F
(104,157,95)
#7AA873
(122,168,115)
#8CB387
(140,179,135)
#9EBE9B
(158,190,155)
#B0C9AF
(176,201,175)
#C2D4C3
(194,212,195)
#D4DFD7
(212,223,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327C23 color. Also use rgb(50,124,35) instead hex code.

Text Font Color

.myTextColor { color: #327C23; }

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

This text font color is #327C23.


Background Color

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

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

This div background color is #327C23.


Border color

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

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

This div border color is #327C23.


Opacity

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

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

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

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

This text has shadow with #327C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327C23 on black background.


Color preview on white background

This text has color #327C23 on white background.



Black color preview on #327C23 background

This text has black color on #327C23 background.


White color preview on #327C23 background

This text has white color on #327C23 background.