COLOR #0C210B

HEX: #0C210B RGB: (12,33,11)

Color info

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

RGB color model

#0C210B color RGB value is (12,33,11).

RGB: (12,33,11) (5%, 13%, 4%)

RGB channels and saturation

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

12
33
11

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

Portions of RGB colors in percentages

R + G + B = 12 + 33 + 11 = 56 (100%)
R 12 of 56 ~ 21.43%
G 33 of 56 ~ 58.93%
B 11 of 56 ~ 19.64'%

%21.43
%58.93
%19.64

CMYK color model

#0C210B color CMYK value is (64,0,67,87).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 87.06%

CMYK: (64,0,67,87)
C64M0Y67K87 (64%, 0%, 67%, 87%)
(0.64 / 0.00 / 0.67 / 0.87)

CMYK percentages

%63.64
%0
%66.67
%87.06

Codes

Color #0C210B in popluar color models

0C 21 0B
RGB 12 33 11
HSL 117° 50.00% 8.63%
HSB/HSV 117° 66.67% 12.94%
CMYK 63.64% 0.00% 66.67%
87.06%

Color #0C210B in popluar number systems.

HEX 0C 21 0B
Decimal 12 33 11
Binary 1100 100001 1011
Octal 14 41 13

Shades and tints

Shades of #0C210B

#0C210B
(12,33,11)
#0B1E0A
(11,30,10)
#0A1B09
(10,27,9)
#091808
(9,24,8)
#081507
(8,21,7)
#071206
(7,18,6)
#060F05
(6,15,5)
#050C04
(5,12,4)
#040903
(4,9,3)
#030602
(3,6,2)
#020301
(2,3,1)
#000000
(0,0,0)

Tints of #0C210B

#0C210B
(12,33,11)
#223521
(34,53,33)
#384937
(56,73,55)
#4E5D4D
(78,93,77)
#647163
(100,113,99)
#7A8579
(122,133,121)
#90998F
(144,153,143)
#A6ADA5
(166,173,165)
#BCC1BB
(188,193,187)
#D2D5D1
(210,213,209)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C210B; }

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

This text font color is #0C210B.

Background Color

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

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

This div background color is #0C210B.

Border color

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

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

This div border color is #0C210B.

Opacity

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

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

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

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

This text has shadow with #0C210B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C210B.

Preview

Color preview on black background

This text has color #0C210B on black background.


Color preview on white background

This text has color #0C210B on white background.


Black color preview on #0C210B background

This text has black color on #0C210B background.


White color preview on #0C210B background

This text has white color on #0C210B background.


Related colors

Complementary color

Complementary color for #hex is #F3DEF4.


I love getcolorcode.com

Triadic colors

1 #0B0C21 and #210B0C with #0C210B are triadic colors.

2 #0B210C and #210C0B with #0C210B are triadic colors.