COLOR #0C200B

HEX: #0C200B
RGB: (12,32,11)

Color info

#0C200B contains red, green and blue colors in about the same proportion. Web safe color of #0C200B is #003300 (or #030).

RGB color model

#0C200B color RGB value is (12,32,11).

  • red value is 12;
  • green value is 32;
  • blue value is 11.
RGB:
(12,32,11)
(5%,13%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 11 of 255 = 4%

12
32
11

R + G + B ~ 7%. #0C200B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 11 = 55 (100%)
R 12 of 55 ~ 21.82%
G 32 of 55 ~ 58.18%
B 11 of 55 ~ 20%

%21.82
%58.18
%20

CMYK color model

#0C200B color CMYK value is (63,0,66,87).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 87.45%
CMYK:
(63,0,66,87)
C63M0Y66K87 
(63%,0%,66%,87%)
(0.63/0.00/0.66/0.87)	

CMYK percentages

%62.5
%0
%65.63
%87.45

Codes

Color #0C200B in popluar color models

0C200B
RGB123211
HSL117°48.84%8.43%
HSB/HSV117°65.63%12.55%
CMYK62.50%0.00%65.63%
87.45%

Color #0C200B in popluar number systems.

HEX0C200B
Decimal123211
Binary11001000001011
Octal144013

Shades and tints

Shades of #0C200B

#0C200B
(12,32,11)
#0B1E0A
(11,30,10)
#0A1C09
(10,28,9)
#091A08
(9,26,8)
#081807
(8,24,7)
#071606
(7,22,6)
#061405
(6,20,5)
#051204
(5,18,4)
#041003
(4,16,3)
#030E02
(3,14,2)
#020C01
(2,12,1)
#000000
(0,0,0)

Tints of #0C200B

#0C200B
(12,32,11)
#223421
(34,52,33)
#384837
(56,72,55)
#4E5C4D
(78,92,77)
#647063
(100,112,99)
#7A8479
(122,132,121)
#90988F
(144,152,143)
#A6ACA5
(166,172,165)
#BCC0BB
(188,192,187)
#D2D4D1
(210,212,209)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C200B color. Also use rgb(12,32,11) instead hex code.

Text Font Color

.myTextColor { color: #0C200B; }

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

This text font color is #0C200B.


Background Color

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

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

This div background color is #0C200B.


Border color

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

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

This div border color is #0C200B.


Opacity

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

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

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

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

This text has shadow with #0C200B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C200B on black background.


Color preview on white background

This text has color #0C200B on white background.



Black color preview on #0C200B background

This text has black color on #0C200B background.


White color preview on #0C200B background

This text has white color on #0C200B background.