COLOR #0C321D

HEX: #0C321D
RGB: (12,50,29)

Color info

#0C321D contains red, green and blue colors in about the same proportion. Web safe color of #0C321D is #003333 (or #033).

RGB color model

#0C321D color RGB value is (12,50,29).

  • red value is 12;
  • green value is 50;
  • blue value is 29.
RGB:
(12,50,29)
(5%,20%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 50 of 255 = 20%
B 29 of 255 = 11%

12
50
29

R + G + B ~ 12%. #0C321D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 50 + 29 = 91 (100%)
R 12 of 91 ~ 13.19%
G 50 of 91 ~ 54.95%
B 29 of 91 ~ 31.87%

%13.19
%54.95
%31.87

CMYK color model

#0C321D color CMYK value is (76,0,42,80).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 80.39%
CMYK:
(76,0,42,80)
C76M0Y42K80 
(76%,0%,42%,80%)
(0.76/0.00/0.42/0.80)	

CMYK percentages

%76
%0
%42
%80.39

Codes

Color #0C321D in popluar color models

0C321D
RGB125029
HSL147°61.29%12.16%
HSB/HSV147°76.00%19.61%
CMYK76.00%0.00%42.00%
80.39%

Color #0C321D in popluar number systems.

HEX0C321D
Decimal125029
Binary110011001011101
Octal146235

Shades and tints

Shades of #0C321D

#0C321D
(12,50,29)
#0B2E1B
(11,46,27)
#0A2A19
(10,42,25)
#092617
(9,38,23)
#082215
(8,34,21)
#071E13
(7,30,19)
#061A11
(6,26,17)
#05160F
(5,22,15)
#04120D
(4,18,13)
#030E0B
(3,14,11)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C321D

#0C321D
(12,50,29)
#224431
(34,68,49)
#385645
(56,86,69)
#4E6859
(78,104,89)
#647A6D
(100,122,109)
#7A8C81
(122,140,129)
#909E95
(144,158,149)
#A6B0A9
(166,176,169)
#BCC2BD
(188,194,189)
#D2D4D1
(210,212,209)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C321D color. Also use rgb(12,50,29) instead hex code.

Text Font Color

.myTextColor { color: #0C321D; }

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

This text font color is #0C321D.


Background Color

.myBgColor { background-color: #0C321D; }

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

This div background color is #0C321D.


Border color

.myBorderColor { border: 1px solid #0C321D; }

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

This div border color is #0C321D.


Opacity

.myOpacity80 { color: #0C321D; opacity: 0.8; }

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

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

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

This text has shadow with #0C321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C321D on black background.


Color preview on white background

This text has color #0C321D on white background.



Black color preview on #0C321D background

This text has black color on #0C321D background.


White color preview on #0C321D background

This text has white color on #0C321D background.