COLOR #0B3211

HEX: #0B3211 RGB: (11,50,17)

Color info

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

RGB color model

#0B3211 color RGB value is (11,50,17).

RGB: (11,50,17) (4%, 20%, 7%)

RGB channels and saturation

R 11 of 255 = 4%
G 50 of 255 = 20%
B 17 of 255 = 7%

11
50
17

R + G + B ~ 10%. #0B3211 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 50 + 17 = 78 (100%)
R 11 of 78 ~ 14.1%
G 50 of 78 ~ 64.1%
B 17 of 78 ~ 21.79'%

%14.1
%64.1
%21.79

CMYK color model

#0B3211 color CMYK value is (78,0,66,80).

  • cyan value is 78.00%
  • magenta value is 0.00%
  • yellow value is 66.00%
  • key color value is 80.39%

CMYK: (78,0,66,80)
C78M0Y66K80 (78%, 0%, 66%, 80%)
(0.78 / 0.00 / 0.66 / 0.80)

CMYK percentages

%78
%0
%66
%80.39

Codes

Color #0B3211 in popluar color models

0B 32 11
RGB 11 50 17
HSL 129° 63.93% 11.96%
HSB/HSV 129° 78.00% 19.61%
CMYK 78.00% 0.00% 66.00%
80.39%

Color #0B3211 in popluar number systems.

HEX 0B 32 11
Decimal 11 50 17
Binary 1011 110010 10001
Octal 13 62 21

Shades and tints

Shades of #0B3211

#0B3211
(11,50,17)
#0A2E10
(10,46,16)
#092A0F
(9,42,15)
#08260E
(8,38,14)
#07220D
(7,34,13)
#061E0C
(6,30,12)
#051A0B
(5,26,11)
#04160A
(4,22,10)
#031209
(3,18,9)
#020E08
(2,14,8)
#010A07
(1,10,7)
#000000
(0,0,0)

Tints of #0B3211

#0B3211
(11,50,17)
#214426
(33,68,38)
#37563B
(55,86,59)
#4D6850
(77,104,80)
#637A65
(99,122,101)
#798C7A
(121,140,122)
#8F9E8F
(143,158,143)
#A5B0A4
(165,176,164)
#BBC2B9
(187,194,185)
#D1D4CE
(209,212,206)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3211 color. Also use rgb(11,50,17) instead hex code.

Text Font Color

.myTextColor { color: #0B3211; }

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

This text font color is #0B3211.

Background Color

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

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

This div background color is #0B3211.

Border color

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

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

This div border color is #0B3211.

Opacity

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

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

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

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

This text has shadow with #0B3211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3211.

Preview

Color preview on black background

This text has color #0B3211 on black background.


Color preview on white background

This text has color #0B3211 on white background.


Black color preview on #0B3211 background

This text has black color on #0B3211 background.


White color preview on #0B3211 background

This text has white color on #0B3211 background.


Related colors

Complementary color

Complementary color for #hex is #F4CDEE.


I love getcolorcode.com

Triadic colors

1 #110B32 and #32110B with #0B3211 are triadic colors.

2 #11320B and #320B11 with #0B3211 are triadic colors.