COLOR #323A09

HEX: #323A09
RGB: (50,58,9)

Color info

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

RGB color model

#323A09 color RGB value is (50,58,9).

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

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 9 of 255 = 4%

50
58
9

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

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 9 = 117 (100%)
R 50 of 117 ~ 42.74%
G 58 of 117 ~ 49.57%
B 9 of 117 ~ 7.69%

%42.74
%49.57

CMYK color model

#323A09 color CMYK value is (14,0,84,77).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 84.48%
  • key color value is 77.25%
CMYK:
(14,0,84,77)
C14M0Y84K77 
(14%,0%,84%,77%)
(0.14/0.00/0.84/0.77)	

CMYK percentages

%13.79
%0
%84.48
%77.25

Codes

Color #323A09 in popluar color models

323A09
RGB50589
HSL70°73.13%13.14%
HSB/HSV70°84.48%22.75%
CMYK13.79%0.00%84.48%
77.25%

Color #323A09 in popluar number systems.

HEX323A09
Decimal50589
Binary1100101110101001
Octal627211

Shades and tints

Shades of #323A09

#323A09
(50,58,9)
#2E3509
(46,53,9)
#2A3009
(42,48,9)
#262B09
(38,43,9)
#222609
(34,38,9)
#1E2109
(30,33,9)
#1A1C09
(26,28,9)
#161709
(22,23,9)
#121209
(18,18,9)
#0E0D09
(14,13,9)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #323A09

#323A09
(50,58,9)
#444B1F
(68,75,31)
#565C35
(86,92,53)
#686D4B
(104,109,75)
#7A7E61
(122,126,97)
#8C8F77
(140,143,119)
#9EA08D
(158,160,141)
#B0B1A3
(176,177,163)
#C2C2B9
(194,194,185)
#D4D3CF
(212,211,207)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323A09; }

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

This text font color is #323A09.


Background Color

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

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

This div background color is #323A09.


Border color

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

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

This div border color is #323A09.


Opacity

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

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

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

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

This text has shadow with #323A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323A09 on black background.


Color preview on white background

This text has color #323A09 on white background.



Black color preview on #323A09 background

This text has black color on #323A09 background.


White color preview on #323A09 background

This text has white color on #323A09 background.