COLOR #0B210C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
33
12

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

Portions of RGB colors in percentages

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

%19.64
%58.93
%21.43

CMYK color model

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

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

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

CMYK percentages

%66.67
%0
%63.64
%87.06

Codes

Color #0B210C in popluar color models

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

Color #0B210C in popluar number systems.

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

Shades and tints

Shades of #0B210C

#0B210C
(11,33,12)
#0A1E0B
(10,30,11)
#091B0A
(9,27,10)
#081809
(8,24,9)
#071508
(7,21,8)
#061207
(6,18,7)
#050F06
(5,15,6)
#040C05
(4,12,5)
#030904
(3,9,4)
#020603
(2,6,3)
#010302
(1,3,2)
#000000
(0,0,0)

Tints of #0B210C

#0B210C
(11,33,12)
#213522
(33,53,34)
#374938
(55,73,56)
#4D5D4E
(77,93,78)
#637164
(99,113,100)
#79857A
(121,133,122)
#8F9990
(143,153,144)
#A5ADA6
(165,173,166)
#BBC1BC
(187,193,188)
#D1D5D2
(209,213,210)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B210C; }

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

This text font color is #0B210C.

Background Color

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

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

This div background color is #0B210C.

Border color

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

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

This div border color is #0B210C.

Opacity

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

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

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

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

This text has shadow with #0B210C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B210C.

Preview

Color preview on black background

This text has color #0B210C on black background.


Color preview on white background

This text has color #0B210C on white background.


Black color preview on #0B210C background

This text has black color on #0B210C background.


White color preview on #0B210C background

This text has white color on #0B210C background.


Related colors

Complementary color

Complementary color for #hex is #F4DEF3.


I love getcolorcode.com

Triadic colors

1 #0C0B21 and #210C0B with #0B210C are triadic colors.

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