COLOR #323013

HEX: #323013
RGB: (50,48,19)

Color info

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

RGB color model

#323013 color RGB value is (50,48,19).

  • red value is 50;
  • green value is 48;
  • blue value is 19.
RGB:
(50,48,19)
(20%,19%,7%)

RGB channels and saturation

R 50 of 255 = 20%
G 48 of 255 = 19%
B 19 of 255 = 7%

50
48
19

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

Portions of RGB colors in percentages

R + G + B =
50 + 48 + 19 = 117 (100%)
R 50 of 117 ~ 42.74%
G 48 of 117 ~ 41.03%
B 19 of 117 ~ 16.24%

%42.74
%41.03
%16.24

CMYK color model

#323013 color CMYK value is (0,4,62,80).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 62.00%
  • key color value is 80.39%
CMYK:
(0,4,62,80)
C0M4Y62K80 
(0%,4%,62%,80%)
(0.00/0.04/0.62/0.80)	

CMYK percentages

%0
%4
%62
%80.39

Codes

Color #323013 in popluar color models

323013
RGB504819
HSL56°44.93%13.53%
HSB/HSV56°62.00%19.61%
CMYK0.00%4.00%62.00%
80.39%

Color #323013 in popluar number systems.

HEX323013
Decimal504819
Binary11001011000010011
Octal626023

Shades and tints

Shades of #323013

#323013
(50,48,19)
#2E2C12
(46,44,18)
#2A2811
(42,40,17)
#262410
(38,36,16)
#22200F
(34,32,15)
#1E1C0E
(30,28,14)
#1A180D
(26,24,13)
#16140C
(22,20,12)
#12100B
(18,16,11)
#0E0C0A
(14,12,10)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #323013

#323013
(50,48,19)
#444228
(68,66,40)
#56543D
(86,84,61)
#686652
(104,102,82)
#7A7867
(122,120,103)
#8C8A7C
(140,138,124)
#9E9C91
(158,156,145)
#B0AEA6
(176,174,166)
#C2C0BB
(194,192,187)
#D4D2D0
(212,210,208)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323013 color. Also use rgb(50,48,19) instead hex code.

Text Font Color

.myTextColor { color: #323013; }

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

This text font color is #323013.


Background Color

.myBgColor { background-color: #323013; }

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

This div background color is #323013.


Border color

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

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

This div border color is #323013.


Opacity

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

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

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

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

This text has shadow with #323013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323013 on black background.


Color preview on white background

This text has color #323013 on white background.



Black color preview on #323013 background

This text has black color on #323013 background.


White color preview on #323013 background

This text has white color on #323013 background.