COLOR #323309

HEX: #323309
RGB: (50,51,9)

Color info

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

RGB color model

#323309 color RGB value is (50,51,9).

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

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 9 of 255 = 4%

50
51
9

R + G + B ~ 15%. #323309 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 9 = 110 (100%)
R 50 of 110 ~ 45.45%
G 51 of 110 ~ 46.36%
B 9 of 110 ~ 8.18%

%45.45
%46.36

CMYK color model

#323309 color CMYK value is (2,0,82,80).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(2,0,82,80)
C2M0Y82K80 
(2%,0%,82%,80%)
(0.02/0.00/0.82/0.80)	

CMYK percentages

%1.96
%0
%82.35
%80

Codes

Color #323309 in popluar color models

323309
RGB50519
HSL61°70.00%11.76%
HSB/HSV61°82.35%20.00%
CMYK1.96%0.00%82.35%
80.00%

Color #323309 in popluar number systems.

HEX323309
Decimal50519
Binary1100101100111001
Octal626311

Shades and tints

Shades of #323309

#323309
(50,51,9)
#2E2F09
(46,47,9)
#2A2B09
(42,43,9)
#262709
(38,39,9)
#222309
(34,35,9)
#1E1F09
(30,31,9)
#1A1B09
(26,27,9)
#161709
(22,23,9)
#121309
(18,19,9)
#0E0F09
(14,15,9)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #323309

#323309
(50,51,9)
#44451F
(68,69,31)
#565735
(86,87,53)
#68694B
(104,105,75)
#7A7B61
(122,123,97)
#8C8D77
(140,141,119)
#9E9F8D
(158,159,141)
#B0B1A3
(176,177,163)
#C2C3B9
(194,195,185)
#D4D5CF
(212,213,207)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323309; }

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

This text font color is #323309.


Background Color

.myBgColor { background-color: #323309; }

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

This div background color is #323309.


Border color

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

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

This div border color is #323309.


Opacity

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

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

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

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

This text has shadow with #323309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323309 on black background.


Color preview on white background

This text has color #323309 on white background.



Black color preview on #323309 background

This text has black color on #323309 background.


White color preview on #323309 background

This text has white color on #323309 background.