COLOR #323319

HEX: #323319
RGB: (50,51,25)

Color info

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

RGB color model

#323319 color RGB value is (50,51,25).

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

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 25 of 255 = 10%

50
51
25

R + G + B ~ 17%. #323319 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 25 = 126 (100%)
R 50 of 126 ~ 39.68%
G 51 of 126 ~ 40.48%
B 25 of 126 ~ 19.84%

%39.68
%40.48
%19.84

CMYK color model

#323319 color CMYK value is (2,0,51,80).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(2,0,51,80)
C2M0Y51K80 
(2%,0%,51%,80%)
(0.02/0.00/0.51/0.80)	

CMYK percentages

%1.96
%0
%50.98
%80

Codes

Color #323319 in popluar color models

323319
RGB505125
HSL62°34.21%14.90%
HSB/HSV62°50.98%20.00%
CMYK1.96%0.00%50.98%
80.00%

Color #323319 in popluar number systems.

HEX323319
Decimal505125
Binary11001011001111001
Octal626331

Shades and tints

Shades of #323319

#323319
(50,51,25)
#2E2F17
(46,47,23)
#2A2B15
(42,43,21)
#262713
(38,39,19)
#222311
(34,35,17)
#1E1F0F
(30,31,15)
#1A1B0D
(26,27,13)
#16170B
(22,23,11)
#121309
(18,19,9)
#0E0F07
(14,15,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #323319

#323319
(50,51,25)
#44452D
(68,69,45)
#565741
(86,87,65)
#686955
(104,105,85)
#7A7B69
(122,123,105)
#8C8D7D
(140,141,125)
#9E9F91
(158,159,145)
#B0B1A5
(176,177,165)
#C2C3B9
(194,195,185)
#D4D5CD
(212,213,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323319; }

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

This text font color is #323319.


Background Color

.myBgColor { background-color: #323319; }

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

This div background color is #323319.


Border color

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

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

This div border color is #323319.


Opacity

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

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

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

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

This text has shadow with #323319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323319 on black background.


Color preview on white background

This text has color #323319 on white background.



Black color preview on #323319 background

This text has black color on #323319 background.


White color preview on #323319 background

This text has white color on #323319 background.