COLOR #0B2104

HEX: #0B2104 RGB: (11,33,4)

Color info

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

RGB color model

#0B2104 color RGB value is (11,33,4).

RGB: (11,33,4) (4%, 13%, 2%)

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 4 of 255 = 2%

11
33
4

R + G + B ~ 6%. #0B2104 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 33 + 4 = 48 (100%)
R 11 of 48 ~ 22.92%
G 33 of 48 ~ 68.75%
B 4 of 48 ~ 8.33'%

%22.92
%68.75

CMYK color model

#0B2104 color CMYK value is (67,0,88,87).

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

CMYK: (67,0,88,87)
C67M0Y88K87 (67%, 0%, 88%, 87%)
(0.67 / 0.00 / 0.88 / 0.87)

CMYK percentages

%66.67
%0
%87.88
%87.06

Codes

Color #0B2104 in popluar color models

0B 21 04
RGB 11 33 4
HSL 106° 78.38% 7.25%
HSB/HSV 106° 87.88% 12.94%
CMYK 66.67% 0.00% 87.88%
87.06%

Color #0B2104 in popluar number systems.

HEX 0B 21 04
Decimal 11 33 4
Binary 1011 100001 100
Octal 13 41 4

Shades and tints

Shades of #0B2104

#0B2104
(11,33,4)
#0A1E04
(10,30,4)
#091B04
(9,27,4)
#081804
(8,24,4)
#071504
(7,21,4)
#061204
(6,18,4)
#050F04
(5,15,4)
#040C04
(4,12,4)
#030904
(3,9,4)
#020604
(2,6,4)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #0B2104

#0B2104
(11,33,4)
#21351A
(33,53,26)
#374930
(55,73,48)
#4D5D46
(77,93,70)
#63715C
(99,113,92)
#798572
(121,133,114)
#8F9988
(143,153,136)
#A5AD9E
(165,173,158)
#BBC1B4
(187,193,180)
#D1D5CA
(209,213,202)
#E7E9E0
(231,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2104; }

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

This text font color is #0B2104.

Background Color

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

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

This div background color is #0B2104.

Border color

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

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

This div border color is #0B2104.

Opacity

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

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

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

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

This text has shadow with #0B2104 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2104.

Preview

Color preview on black background

This text has color #0B2104 on black background.


Color preview on white background

This text has color #0B2104 on white background.


Black color preview on #0B2104 background

This text has black color on #0B2104 background.


White color preview on #0B2104 background

This text has white color on #0B2104 background.


Related colors

Complementary color

Complementary color for #hex is #F4DEFB.


I love getcolorcode.com

Triadic colors

1 #040B21 and #21040B with #0B2104 are triadic colors.

2 #04210B and #210B04 with #0B2104 are triadic colors.