COLOR #323C09

HEX: #323C09
RGB: (50,60,9)

Color info

#323C09 contains red, green and blue colors in about the same proportion. Web safe color of #323C09 is #333300 (or #330).

RGB color model

#323C09 color RGB value is (50,60,9).

  • red value is 50;
  • green value is 60;
  • blue value is 9.
RGB:
(50,60,9)
(20%,24%,4%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 9 of 255 = 4%

50
60
9

R + G + B ~ 16%. #323C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 9 = 119 (100%)
R 50 of 119 ~ 42.02%
G 60 of 119 ~ 50.42%
B 9 of 119 ~ 7.56%

%42.02
%50.42

CMYK color model

#323C09 color CMYK value is (17,0,85,76).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 76.47%
CMYK:
(17,0,85,76)
C17M0Y85K76 
(17%,0%,85%,76%)
(0.17/0.00/0.85/0.76)	

CMYK percentages

%16.67
%0
%85
%76.47

Codes

Color #323C09 in popluar color models

323C09
RGB50609
HSL72°73.91%13.53%
HSB/HSV72°85.00%23.53%
CMYK16.67%0.00%85.00%
76.47%

Color #323C09 in popluar number systems.

HEX323C09
Decimal50609
Binary1100101111001001
Octal627411

Shades and tints

Shades of #323C09

#323C09
(50,60,9)
#2E3709
(46,55,9)
#2A3209
(42,50,9)
#262D09
(38,45,9)
#222809
(34,40,9)
#1E2309
(30,35,9)
#1A1E09
(26,30,9)
#161909
(22,25,9)
#121409
(18,20,9)
#0E0F09
(14,15,9)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #323C09

#323C09
(50,60,9)
#444D1F
(68,77,31)
#565E35
(86,94,53)
#686F4B
(104,111,75)
#7A8061
(122,128,97)
#8C9177
(140,145,119)
#9EA28D
(158,162,141)
#B0B3A3
(176,179,163)
#C2C4B9
(194,196,185)
#D4D5CF
(212,213,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323C09 color. Also use rgb(50,60,9) instead hex code.

Text Font Color

.myTextColor { color: #323C09; }

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

This text font color is #323C09.


Background Color

.myBgColor { background-color: #323C09; }

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

This div background color is #323C09.


Border color

.myBorderColor { border: 1px solid #323C09; }

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

This div border color is #323C09.


Opacity

.myOpacity80 { color: #323C09; opacity: 0.8; }

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

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

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

This text has shadow with #323C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C09 on black background.


Color preview on white background

This text has color #323C09 on white background.



Black color preview on #323C09 background

This text has black color on #323C09 background.


White color preview on #323C09 background

This text has white color on #323C09 background.