COLOR #0B2A21

HEX: #0B2A21
RGB: (11,42,33)

Color info

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

RGB color model

#0B2A21 color RGB value is (11,42,33).

  • red value is 11;
  • green value is 42;
  • blue value is 33.
RGB:
(11,42,33)
(4%,16%,13%)

RGB channels and saturation

R 11 of 255 = 4%
G 42 of 255 = 16%
B 33 of 255 = 13%

11
42
33

R + G + B ~ 11%. #0B2A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 42 + 33 = 86 (100%)
R 11 of 86 ~ 12.79%
G 42 of 86 ~ 48.84%
B 33 of 86 ~ 38.37%

%12.79
%48.84
%38.37

CMYK color model

#0B2A21 color CMYK value is (74,0,21,84).

  • cyan value is 73.81%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 83.53%
CMYK:
(74,0,21,84)
C74M0Y21K84 
(74%,0%,21%,84%)
(0.74/0.00/0.21/0.84)	

CMYK percentages

%73.81
%0
%21.43
%83.53

Codes

Color #0B2A21 in popluar color models

0B2A21
RGB114233
HSL163°58.49%10.39%
HSB/HSV163°73.81%16.47%
CMYK73.81%0.00%21.43%
83.53%

Color #0B2A21 in popluar number systems.

HEX0B2A21
Decimal114233
Binary1011101010100001
Octal135241

Shades and tints

Shades of #0B2A21

#0B2A21
(11,42,33)
#0A271E
(10,39,30)
#09241B
(9,36,27)
#082118
(8,33,24)
#071E15
(7,30,21)
#061B12
(6,27,18)
#05180F
(5,24,15)
#04150C
(4,21,12)
#031209
(3,18,9)
#020F06
(2,15,6)
#010C03
(1,12,3)
#000000
(0,0,0)

Tints of #0B2A21

#0B2A21
(11,42,33)
#213D35
(33,61,53)
#375049
(55,80,73)
#4D635D
(77,99,93)
#637671
(99,118,113)
#798985
(121,137,133)
#8F9C99
(143,156,153)
#A5AFAD
(165,175,173)
#BBC2C1
(187,194,193)
#D1D5D5
(209,213,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2A21; }

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

This text font color is #0B2A21.


Background Color

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

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

This div background color is #0B2A21.


Border color

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

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

This div border color is #0B2A21.


Opacity

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

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

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

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

This text has shadow with #0B2A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2A21 on black background.


Color preview on white background

This text has color #0B2A21 on white background.



Black color preview on #0B2A21 background

This text has black color on #0B2A21 background.


White color preview on #0B2A21 background

This text has white color on #0B2A21 background.