COLOR #320B12

HEX: #320B12
RGB: (50,11,18)

Color info

#320B12 contains red, green and blue colors in about the same proportion. Web safe color of #320B12 is #330000 (or #300).

RGB color model

#320B12 color RGB value is (50,11,18).

  • red value is 50;
  • green value is 11;
  • blue value is 18.
RGB:
(50,11,18)
(20%,4%,7%)

RGB channels and saturation

R 50 of 255 = 20%
G 11 of 255 = 4%
B 18 of 255 = 7%

50
11
18

R + G + B ~ 10%. #320B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 11 + 18 = 79 (100%)
R 50 of 79 ~ 63.29%
G 11 of 79 ~ 13.92%
B 18 of 79 ~ 22.78%

%63.29
%13.92
%22.78

CMYK color model

#320B12 color CMYK value is (0,78,64,80).

  • cyan value is 0.00%
  • magenta value is 78.00%
  • yellow value is 64.00%
  • key color value is 80.39%
CMYK:
(0,78,64,80)
C0M78Y64K80 
(0%,78%,64%,80%)
(0.00/0.78/0.64/0.80)	

CMYK percentages

%0
%78
%64
%80.39

Codes

Color #320B12 in popluar color models

320B12
RGB501118
HSL349°63.93%11.96%
HSB/HSV349°78.00%19.61%
CMYK0.00%78.00%64.00%
80.39%

Color #320B12 in popluar number systems.

HEX320B12
Decimal501118
Binary110010101110010
Octal621322

Shades and tints

Shades of #320B12

#320B12
(50,11,18)
#2E0A11
(46,10,17)
#2A0910
(42,9,16)
#26080F
(38,8,15)
#22070E
(34,7,14)
#1E060D
(30,6,13)
#1A050C
(26,5,12)
#16040B
(22,4,11)
#12030A
(18,3,10)
#0E0209
(14,2,9)
#0A0108
(10,1,8)
#000000
(0,0,0)

Tints of #320B12

#320B12
(50,11,18)
#442127
(68,33,39)
#56373C
(86,55,60)
#684D51
(104,77,81)
#7A6366
(122,99,102)
#8C797B
(140,121,123)
#9E8F90
(158,143,144)
#B0A5A5
(176,165,165)
#C2BBBA
(194,187,186)
#D4D1CF
(212,209,207)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #320B12 color. Also use rgb(50,11,18) instead hex code.

Text Font Color

.myTextColor { color: #320B12; }

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

This text font color is #320B12.


Background Color

.myBgColor { background-color: #320B12; }

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

This div background color is #320B12.


Border color

.myBorderColor { border: 1px solid #320B12; }

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

This div border color is #320B12.


Opacity

.myOpacity80 { color: #320B12; opacity: 0.8; }

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

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

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

This text has shadow with #320B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #320B12 on black background.


Color preview on white background

This text has color #320B12 on white background.



Black color preview on #320B12 background

This text has black color on #320B12 background.


White color preview on #320B12 background

This text has white color on #320B12 background.