COLOR #0B3021

HEX: #0B3021 RGB: (11,48,33)

Color info

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

RGB color model

#0B3021 color RGB value is (11,48,33).

RGB: (11,48,33) (4%, 19%, 13%)

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 33 of 255 = 13%

11
48
33

R + G + B ~ 12%. #0B3021 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 48 + 33 = 92 (100%)
R 11 of 92 ~ 11.96%
G 48 of 92 ~ 52.17%
B 33 of 92 ~ 35.87'%

%11.96
%52.17
%35.87

CMYK color model

#0B3021 color CMYK value is (77,0,31,81).

  • cyan value is 77.08%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 81.18%

CMYK: (77,0,31,81)
C77M0Y31K81 (77%, 0%, 31%, 81%)
(0.77 / 0.00 / 0.31 / 0.81)

CMYK percentages

%77.08
%0
%31.25
%81.18

Codes

Color #0B3021 in popluar color models

0B 30 21
RGB 11 48 33
HSL 156° 62.71% 11.57%
HSB/HSV 156° 77.08% 18.82%
CMYK 77.08% 0.00% 31.25%
81.18%

Color #0B3021 in popluar number systems.

HEX 0B 30 21
Decimal 11 48 33
Binary 1011 110000 100001
Octal 13 60 41

Shades and tints

Shades of #0B3021

#0B3021
(11,48,33)
#0A2C1E
(10,44,30)
#09281B
(9,40,27)
#082418
(8,36,24)
#072015
(7,32,21)
#061C12
(6,28,18)
#05180F
(5,24,15)
#04140C
(4,20,12)
#031009
(3,16,9)
#020C06
(2,12,6)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #0B3021

#0B3021
(11,48,33)
#214235
(33,66,53)
#375449
(55,84,73)
#4D665D
(77,102,93)
#637871
(99,120,113)
#798A85
(121,138,133)
#8F9C99
(143,156,153)
#A5AEAD
(165,174,173)
#BBC0C1
(187,192,193)
#D1D2D5
(209,210,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3021; }

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

This text font color is #0B3021.

Background Color

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

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

This div background color is #0B3021.

Border color

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

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

This div border color is #0B3021.

Opacity

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

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

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

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

This text has shadow with #0B3021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3021.

Preview

Color preview on black background

This text has color #0B3021 on black background.


Color preview on white background

This text has color #0B3021 on white background.


Black color preview on #0B3021 background

This text has black color on #0B3021 background.


White color preview on #0B3021 background

This text has white color on #0B3021 background.


Related colors

Complementary color

Complementary color for #hex is #F4CFDE.


I love getcolorcode.com

Triadic colors

1 #210B30 and #30210B with #0B3021 are triadic colors.

2 #21300B and #300B21 with #0B3021 are triadic colors.